Searched refs:FREQCR (Results 1 – 6 of 6) sorted by relevance
30 pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007]; in master_clk_init()39 int idx = (__raw_readw(FREQCR) & 0x0007); in module_clk_recalc()49 int idx = (__raw_readw(FREQCR) & 0x0007); in bus_clk_recalc()59 int idx = ((__raw_readw(FREQCR) >> 4) & 0x0007); in cpu_clk_recalc()
29 clk->rate *= pll2_mult * pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007]; in master_clk_init()38 int idx = (__raw_readw(FREQCR) & 0x0007); in module_clk_recalc()48 return clk->parent->rate / pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007]; in bus_clk_recalc()57 int idx = (__raw_readw(FREQCR) & 0x0007); in cpu_clk_recalc()
32 clk->rate *= pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0003] * pll2_mult; in master_clk_init()41 int idx = (__raw_readw(FREQCR) & 0x0007); in module_clk_recalc()51 int idx = (__raw_readw(FREQCR) & 0x0007); in bus_clk_recalc()
28 clk->rate *= pll2_mult * pll1rate[(__raw_readw(FREQCR) >> 8) & 7]; in master_clk_init()37 int idx = (__raw_readw(FREQCR) & 0x0007); in module_clk_recalc()47 return clk->parent->rate / pll1rate[(__raw_readw(FREQCR) >> 8) & 7]; in bus_clk_recalc()
13 #define FREQCR 0xfffe0010 macro
14 #define FREQCR 0xf815ff80 macro