Searched refs:divn_mask (Results 1 – 2 of 2) sorted by relevance
257 #define divn_mask(p) mask(p->params->div_nmp->divn_width) macro268 #define divn_mask_shifted(p) (divn_mask(p) << divn_shift(p))272 #define divn_max(p) (divn_mask(p))666 ~(divn_mask(pll) << div_nmp->override_divn_shift); in _update_pll_mnp()703 cfg->n = (val >> div_nmp->override_divn_shift) & divn_mask(pll); in _get_pll_mnp()708 cfg->n = (val >> div_nmp->divn_shift) & divn_mask(pll); in _get_pll_mnp()1004 divn = (val >> pll->params->div_nmp->divn_shift) & (divn_mask(pll)); in clk_plle_recalc_rate()
1328 #define divn_mask(p) mask(p->params->div_nmp->divn_width) macro1337 #define divn_mask_shifted(p) (divn_mask(p) << divn_shift(p))1363 ndiv_new_mask = (divn_mask(pllx) >> pllx->params->div_nmp->divn_shift) in tegra210_pllx_dyn_ramp()