Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
clock3517.c File Reference
#include <linux/kernel.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <plat/clock.h>
#include "clock.h"
#include "clock3517.h"
#include "cm2xxx_3xxx.h"
#include "cm-regbits-34xx.h"

Go to the source code of this file.

Macros

#define AM35XX_IPSS_ICK_MASK   0xF
 
#define AM35XX_IPSS_ICK_EN_ACK_OFFSET   0x4
 
#define AM35XX_IPSS_ICK_FCK_OFFSET   0x8
 
#define AM35XX_IPSS_CLK_IDLEST_VAL   0
 

Variables

struct clkops clkops_am35xx_ipss_module_wait
 
struct clkops clkops_am35xx_ipss_wait
 

Macro Definition Documentation

#define AM35XX_IPSS_CLK_IDLEST_VAL   0

Definition at line 39 of file clock3517.c.

#define AM35XX_IPSS_ICK_EN_ACK_OFFSET   0x4

Definition at line 37 of file clock3517.c.

#define AM35XX_IPSS_ICK_FCK_OFFSET   0x8

Definition at line 38 of file clock3517.c.

#define AM35XX_IPSS_ICK_MASK   0xF

Definition at line 36 of file clock3517.c.

Variable Documentation

struct clkops clkops_am35xx_ipss_module_wait
Initial value:
= {
.find_idlest = am35xx_clk_find_idlest,
.find_companion = am35xx_clk_find_companion,
}

Definition at line 86 of file clock3517.c.

struct clkops clkops_am35xx_ipss_wait
Initial value:
= {
.find_idlest = am35xx_clk_ipss_find_idlest,
.find_companion = omap2_clk_dflt_find_companion,
}

Definition at line 117 of file clock3517.c.