Home
last modified time | relevance | path

Searched refs:divn_mask (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/clk/tegra/
Dclk-pll.c198 #define divn_mask(p) mask(p->params->div_nmp->divn_width) macro
207 #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()