Searched refs:cpu_sel (Results 1 – 4 of 4) sorted by relevance
/arch/arm/mach-cns3xxx/ |
D | pm.c | 111 int cpu_sel; in cns3xxx_cpu_clock() local 114 cpu_sel = (reg >> PM_CLK_CTRL_REG_OFFSET_PLL_CPU_SEL) & 0xf; in cns3xxx_cpu_clock() 117 cpu = (300 + ((cpu_sel / 3) * 100) + ((cpu_sel % 3) * 33)) >> div_sel; in cns3xxx_cpu_clock()
|
/arch/mips/lantiq/xway/ |
D | clk.c | 105 unsigned int cpu_sel; in ltq_vr9_cpu_hz() local 108 cpu_sel = (ltq_cgu_r32(CGU_SYS_VR9) >> 4) & 0xf; in ltq_vr9_cpu_hz() 110 switch (cpu_sel) { in ltq_vr9_cpu_hz()
|
/arch/arm/mach-imx/ |
D | clk-imx27.c | 69 per2_div, per3_div, per4_div, vpu_sel, vpu_div, usb_div, cpu_sel, enumerator 128 clk[cpu_sel] = imx_clk_mux("cpu_sel", CCM_CSCR, 15, 1, cpu_sel_clks, ARRAY_SIZE(cpu_sel_clks)); in mx27_clocks_init()
|
D | clk-imx25.c | 67 dummy, osc, mpll, upll, mpll_cpu_3_4, cpu_sel, cpu, ahb, usb_div, ipg, enumerator 99 …clk[cpu_sel] = imx_clk_mux("cpu_sel", ccm(CCM_CCTL), 14, 1, cpu_sel_clks, ARRAY_SIZE(cpu_sel_clks)… in __mx25_clocks_init()
|