Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-cns3xxx/
Dpm.c108 int div_sel; in cns3xxx_cpu_clock() local
111 div_sel = (reg >> PM_CLK_CTRL_REG_OFFSET_CPU_CLK_DIV) & 0x3; in cns3xxx_cpu_clock()
113 cpu = (300 + ((cpu_sel / 3) * 100) + ((cpu_sel % 3) * 33)) >> div_sel; in cns3xxx_cpu_clock()