Searched refs:FRQCRA (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/cpu-sh4/cpu/
H A Dfreq.h31 #define FRQCRA 0xa4150000 macro
37 #define FRQCR FRQCRA
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7724.c31 #define FRQCRA 0xa4150000 macro
85 mult = (((__raw_readl(FRQCRA) >> 24) & 0x3f) + 1) * 2;
126 /* set KICK bit in FRQCRA to update hardware setting */
127 value = __raw_readl(FRQCRA);
129 __raw_writel(value, FRQCRA);
150 [DIV4_I] = DIV4(FRQCRA, 20, 0x2f7d, CLK_ENABLE_ON_INIT),
151 [DIV4_SH] = DIV4(FRQCRA, 12, 0x2f7c, CLK_ENABLE_ON_INIT),
152 [DIV4_B] = DIV4(FRQCRA, 8, 0x2f7c, CLK_ENABLE_ON_INIT),
153 [DIV4_P] = DIV4(FRQCRA, 0, 0x2f7c, 0),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7724/
H A Dsdram.S62 mov.l FRQCRA,r0
127 FRQCRA: .long 0xa4150000 label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-shmobile/
H A Dclock-sh7372.c27 #define FRQCRA 0xe6150000 macro
138 .enable_reg = (void __iomem *)FRQCRA,
342 [DIV4_I] = DIV4(FRQCRA, 20, 0x6fff, CLK_ENABLE_ON_INIT),
343 [DIV4_ZG] = DIV4(FRQCRA, 16, 0x6fff, CLK_ENABLE_ON_INIT),
344 [DIV4_B] = DIV4(FRQCRA, 8, 0x6fff, CLK_ENABLE_ON_INIT),
345 [DIV4_M1] = DIV4(FRQCRA, 4, 0x6fff, CLK_ENABLE_ON_INIT),
346 [DIV4_CSIR] = DIV4(FRQCRA, 0, 0x6fff, 0),

Completed in 60 milliseconds