Searched refs:div_sel (Results 1 – 1 of 1) sorted by relevance
111 int div_sel; in cns3xxx_cpu_clock() local114 div_sel = (reg >> PM_CLK_CTRL_REG_OFFSET_CPU_CLK_DIV) & 0x3; in cns3xxx_cpu_clock()116 cpu = (300 + ((cpu_sel / 3) * 100) + ((cpu_sel % 3) * 33)) >> div_sel; in cns3xxx_cpu_clock()