Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/tegra/
Dclk-pll.c197 #define divm_mask(p) mask(p->params->div_nmp->divm_width) macro
206 #define divm_mask_shifted(p) (divm_mask(p) << divm_shift(p))
210 #define divm_max(p) (divm_mask(p))
495 val &= ~(divm_mask(pll) << div_nmp->override_divm_shift) | in _update_pll_mnp()
528 cfg->m = (val >> div_nmp->override_divm_shift) & divm_mask(pll); in _get_pll_mnp()
533 cfg->m = (val >> div_nmp->divm_shift) & divm_mask(pll); in _get_pll_mnp()
795 divm = (val >> pll->params->div_nmp->divm_shift) & (divm_mask(pll)); in clk_plle_recalc_rate()