Searched refs:FRQCRA (Results 1 – 3 of 3) sorted by relevance
/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | clock-sh7724.c | 19 #define FRQCRA 0xa4150000 macro 76 mult = (((__raw_readl(FRQCRA) >> 24) & 0x3f) + 1) * 2; in pll_recalc() 131 value = __raw_readl(FRQCRA); in div4_kick() 133 __raw_writel(value, FRQCRA); in div4_kick() 154 [DIV4_I] = DIV4(FRQCRA, 20, 0x2f7d, CLK_ENABLE_ON_INIT), 155 [DIV4_SH] = DIV4(FRQCRA, 12, 0x2f7c, CLK_ENABLE_ON_INIT), 156 [DIV4_B] = DIV4(FRQCRA, 8, 0x2f7c, CLK_ENABLE_ON_INIT), 157 [DIV4_P] = DIV4(FRQCRA, 0, 0x2f7c, 0),
|
/linux/arch/sh/include/cpu-sh4/cpu/ |
H A D | freq.h | 30 #define FRQCRA 0xa4150000 macro 36 #define FRQCR FRQCRA
|
/linux/arch/sh/boards/mach-se/7724/ |
H A D | sdram.S | 59 mov.l FRQCRA,r0 124 FRQCRA: .long 0xa4150000 label
|