Searched refs:divn_mask (Results 1 – 1 of 1) sorted by relevance
198 #define divn_mask(p) mask(p->params->div_nmp->divn_width) macro207 #define divn_mask_shifted(p) (divn_mask(p) << divn_shift(p))211 #define divn_max(p) (divn_mask(p))496 ~(divn_mask(pll) << div_nmp->override_divn_shift); in _update_pll_mnp()529 cfg->n = (val >> div_nmp->override_divn_shift) & divn_mask(pll); in _get_pll_mnp()534 cfg->n = (val >> div_nmp->divn_shift) & divn_mask(pll); in _get_pll_mnp()794 divn = (val >> pll->params->div_nmp->divn_shift) & (divn_mask(pll)); in clk_plle_recalc_rate()