Searched refs:div_sel (Results 1 – 3 of 3) sorted by relevance
108 int div_sel; in cns3xxx_cpu_clock() local111 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()
676 u32 div_sel = RREG32(mmPSOC_PCI_PLL_DIV_SEL_1); in goya_fetch_psoc_frequency() local681 if (div_sel == DIV_SEL_REF_CLK || div_sel == DIV_SEL_DIVIDED_REF) { in goya_fetch_psoc_frequency()682 if (div_sel == DIV_SEL_REF_CLK) in goya_fetch_psoc_frequency()686 } else if (div_sel == DIV_SEL_PLL_CLK || in goya_fetch_psoc_frequency()687 div_sel == DIV_SEL_DIVIDED_PLL) { in goya_fetch_psoc_frequency()689 if (div_sel == DIV_SEL_PLL_CLK) in goya_fetch_psoc_frequency()695 "Received invalid div select value: %d", div_sel); in goya_fetch_psoc_frequency()
638 u32 div_sel = RREG32(mmPSOC_CPU_PLL_DIV_SEL_2); in gaudi_fetch_psoc_frequency() local643 if (div_sel == DIV_SEL_REF_CLK || div_sel == DIV_SEL_DIVIDED_REF) { in gaudi_fetch_psoc_frequency()644 if (div_sel == DIV_SEL_REF_CLK) in gaudi_fetch_psoc_frequency()648 } else if (div_sel == DIV_SEL_PLL_CLK || in gaudi_fetch_psoc_frequency()649 div_sel == DIV_SEL_DIVIDED_PLL) { in gaudi_fetch_psoc_frequency()651 if (div_sel == DIV_SEL_PLL_CLK) in gaudi_fetch_psoc_frequency()657 "Received invalid div select value: %d", div_sel); in gaudi_fetch_psoc_frequency()