Searched refs:cpu_sel (Results 1 – 2 of 2) sorted by relevance
107 int cpu_sel; in cns3xxx_cpu_clock() local110 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()
104 unsigned int cpu_sel; in ltq_vr9_cpu_hz() local107 cpu_sel = (ltq_cgu_r32(CGU_SYS_XRX) >> 4) & 0xf; in ltq_vr9_cpu_hz()109 switch (cpu_sel) { in ltq_vr9_cpu_hz()