Home
last modified time | relevance | path

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

/arch/arm/mach-cns3xxx/
Dpm.c107 int cpu_sel; in cns3xxx_cpu_clock() local
110 cpu_sel = (reg >> PM_CLK_CTRL_REG_OFFSET_PLL_CPU_SEL) & 0xf; in cns3xxx_cpu_clock()
113 cpu = (300 + ((cpu_sel / 3) * 100) + ((cpu_sel % 3) * 33)) >> div_sel; in cns3xxx_cpu_clock()
/arch/mips/lantiq/xway/
Dclk.c104 unsigned int cpu_sel; in ltq_vr9_cpu_hz() local
107 cpu_sel = (ltq_cgu_r32(CGU_SYS_XRX) >> 4) & 0xf; in ltq_vr9_cpu_hz()
109 switch (cpu_sel) { in ltq_vr9_cpu_hz()