Searched refs:divp_mask (Results 1 – 1 of 1) sorted by relevance
199 #define divp_mask(p) (p->params->flags & TEGRA_PLLU ? PLLU_POST_DIVP_MASK :\ macro208 #define divp_mask_shifted(p) (divp_mask(p) << divp_shift(p))212 #define divp_max(p) (1 << (divp_mask(p)))490 val &= ~(divp_mask(pll) << div_nmp->override_divp_shift); in _update_pll_mnp()525 cfg->p = (val >> div_nmp->override_divp_shift) & divp_mask(pll); in _get_pll_mnp()535 cfg->p = (val >> div_nmp->divp_shift) & divp_mask(pll); in _get_pll_mnp()793 divp = (val >> pll->params->div_nmp->divp_shift) & (divp_mask(pll)); in clk_plle_recalc_rate()