Searched refs:div2 (Results 1 – 7 of 7) sorted by relevance
110 unsigned int div1 = 0, div2 = 0; in clock_set_pll5() local115 div2 << CCM_PLL5_DIV2_SHIFT | in clock_set_pll5()130 int div2 = ((rval & CCM_PLL6_CTRL_DIV2_MASK) >> in clock_get_pll6() local132 return 24000000 * n / div1 / div2; in clock_get_pll6()
241 int div2 = ((rval & CCM_PLL6_CTRL_DIV2_MASK) >> in clock_get_pll6() local263 return 24000000U * n / m / div1 / div2; in clock_get_pll6()
30 unsigned int div2; member66 unsigned int div2; member
25 u32 div2; /* 1c */ member
114 bool div2, bool fracpll) in decode_pll_pfd() argument126 (div2 && !(dfs_ctrl & PLL_DFS_CTRL_CLKOUT_DIV2)) || in decode_pll_pfd()127 (!div2 && !(dfs_ctrl & PLL_DFS_CTRL_CLKOUT))) in decode_pll_pfd()141 if (div2) in decode_pll_pfd()
235 dpll_ddr_m2_div2_ck: clock-dpll-ddr-m2-div2 {388 dpll_core_m4_div2_ck: clock-dpll-core-m4-div2 {
110 cb_intosc_hs_div2_clk: cb-intosc-hs-div2-clk {
Completed in 14 milliseconds