Searched refs:div2 (Results 1 – 9 of 9) sorted by relevance
62 int div1, div2; in imx8m_clk_composite_compute_dividers() local70 for (div2 = 1; div2 <= PCG_DIV_MAX; div2++) { in imx8m_clk_composite_compute_dividers()71 int new_error = ((parent_rate / div1) / div2) - rate; in imx8m_clk_composite_compute_dividers()75 *postdiv = div2; in imx8m_clk_composite_compute_dividers()
112 unsigned int div1 = 0, div2 = 0; in clock_set_pll5() local117 div2 << CCM_PLL5_DIV2_SHIFT | in clock_set_pll5()133 int div2 = ((rval & CCM_PLL6_CTRL_DIV2_MASK) >> in clock_get_pll6() local135 return 24000000 * n / div1 / div2; in clock_get_pll6()
100 int div2 = ((rval & CCM_PLL6_CTRL_DIV2_MASK) >> in clock_get_pll6() local103 return 24000000 / m * n / div1 / div2; in clock_get_pll6()
30 unsigned int div2; member66 unsigned int div2; member
25 u32 div2; /* 1c */ member
163 clock-output-names = "cga-pll1", "cga-pll1-div2",172 clock-output-names = "platform-clk", "platform-clk-div2";179 clock-names = "pll1cga", "pll1cga-div2", "pll1cga-div4";
203 clock-output-names = "clk-m-a9-ext2f-div2";
195 clock-output-names = "clk-m-a9-ext2f-div2";
112 cb_intosc_hs_div2_clk: cb-intosc-hs-div2-clk {
Completed in 42 milliseconds