Searched refs:FREQCR (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/cpu-sh2/cpu/
H A Dfreq.h14 #define FREQCR 0xf815ff80 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/cpu-sh2a/cpu/
H A Dfreq.h13 #define FREQCR 0xfffe0010 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2a/
H A Dclock-sh7201.c37 return 10000000 * PLL2 * pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007];
46 int idx = (__raw_readw(FREQCR) & 0x0007);
56 int idx = (__raw_readw(FREQCR) & 0x0007);
66 int idx = ((__raw_readw(FREQCR) >> 4) & 0x0007);
H A Dclock-sh7206.c37 clk->rate *= PLL2 * pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007];
46 int idx = (__raw_readw(FREQCR) & 0x0007);
56 return clk->parent->rate / pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007];
65 int idx = (__raw_readw(FREQCR) & 0x0007);
H A Dclock-sh7203.c42 clk->rate *= pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0003] * PLL2 ;
51 int idx = (__raw_readw(FREQCR) & 0x0007);
61 int idx = (__raw_readw(FREQCR) & 0x0007);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2/
H A Dclock-sh7619.c34 clk->rate *= PLL2 * pll1rate[(__raw_readw(FREQCR) >> 8) & 7];
43 int idx = (__raw_readw(FREQCR) & 0x0007);
53 return clk->parent->rate / pll1rate[(__raw_readw(FREQCR) >> 8) & 7];

Completed in 40 milliseconds