Home
last modified time | relevance | path

Searched refs:cpu_sel (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/mach-cns3xxx/
Dpm.c110 int cpu_sel; in cns3xxx_cpu_clock() local
113 cpu_sel = (reg >> PM_CLK_CTRL_REG_OFFSET_PLL_CPU_SEL) & 0xf; in cns3xxx_cpu_clock()
116 cpu = (300 + ((cpu_sel / 3) * 100) + ((cpu_sel % 3) * 33)) >> div_sel; in cns3xxx_cpu_clock()
/linux-4.4.14/arch/mips/lantiq/xway/
Dclk.c106 unsigned int cpu_sel; in ltq_vr9_cpu_hz() local
109 cpu_sel = (ltq_cgu_r32(CGU_SYS_XRX) >> 4) & 0xf; in ltq_vr9_cpu_hz()
111 switch (cpu_sel) { in ltq_vr9_cpu_hz()
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dimx25-clock.txt20 cpu_sel 5
/linux-4.4.14/drivers/clk/imx/
Dclk-imx25.c66 dummy, osc, mpll, upll, mpll_cpu_3_4, cpu_sel, cpu, ahb, usb_div, ipg, enumerator
109 …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()