Searched refs:PLL_CTRL_POSTDIV (Results 1 – 1 of 1) sorted by relevance
22 #define PLL_CTRL_POSTDIV (BIT(12)|BIT(11)) macro487 clk->p_div = ((val & PLL_CTRL_POSTDIV) >> 11) + 1; in clk_pll_recalc_rate()