Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/tegra/
Dclk-pll.c246 #define divn_mask(p) mask(p->params->div_nmp->divn_width) macro
257 #define divn_mask_shifted(p) (divn_mask(p) << divn_shift(p))
261 #define divn_max(p) (divn_mask(p))
659 (divn_mask(pll) << div_nmp->override_divn_shift)); in _update_pll_mnp()
696 cfg->n = (val >> div_nmp->override_divn_shift) & divn_mask(pll); in _get_pll_mnp()
701 cfg->n = (val >> div_nmp->divn_shift) & divn_mask(pll); in _get_pll_mnp()
1002 divn = (val >> pll->params->div_nmp->divn_shift) & (divn_mask(pll)); in clk_plle_recalc_rate()
Dclk-tegra210.c1323 #define divn_mask(p) mask(p->params->div_nmp->divn_width) macro
1332 #define divn_mask_shifted(p) (divn_mask(p) << divn_shift(p))
1358 ndiv_new_mask = (divn_mask(pllx) >> pllx->params->div_nmp->divn_shift) in tegra210_pllx_dyn_ramp()