Searched refs:PLL_POST_DIV_MASK (Results 1 – 1 of 1) sorted by relevance
43 # define PLL_POST_DIV_MASK(p) GENMASK((p)->width ? (p)->width - 1 : 3, 0) macro1228 ctl &= PLL_POST_DIV_MASK(pll); in clk_alpha_pll_postdiv_recalc_rate()1298 PLL_POST_DIV_MASK(pll) << PLL_POST_DIV_SHIFT, in clk_alpha_pll_postdiv_set_rate()1603 val &= PLL_POST_DIV_MASK(pll); in clk_trion_pll_postdiv_recalc_rate()1644 PLL_POST_DIV_MASK(pll) << pll->post_div_shift, in clk_trion_pll_postdiv_set_rate()