Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-cns3xxx/
Dpm.c112 int div_sel; in cns3xxx_cpu_clock() local
115 div_sel = (reg >> PM_CLK_CTRL_REG_OFFSET_CPU_CLK_DIV) & 0x3; in cns3xxx_cpu_clock()
117 cpu = (300 + ((cpu_sel / 3) * 100) + ((cpu_sel % 3) * 33)) >> div_sel; in cns3xxx_cpu_clock()