Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/tegra/
Dclk-pll.c257 #define divn_mask(p) mask(p->params->div_nmp->divn_width) macro
268 #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()
Dclk-tegra210.c1328 #define divn_mask(p) mask(p->params->div_nmp->divn_width) macro
1337 #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()