Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk-pll.c256 #define divm_mask(p) mask(p->params->div_nmp->divm_width) macro
267 #define divm_mask_shifted(p) (divm_mask(p) << divm_shift(p))
271 #define divm_max(p) (divm_mask(p))
665 val &= ~((divm_mask(pll) << div_nmp->override_divm_shift) | in _update_pll_mnp()
702 cfg->m = (val >> div_nmp->override_divm_shift) & divm_mask(pll); in _get_pll_mnp()
707 cfg->m = (val >> div_nmp->divm_shift) & divm_mask(pll); in _get_pll_mnp()
1005 divm = (val >> pll->params->div_nmp->divm_shift) & (divm_mask(pll)); in clk_plle_recalc_rate()
Dclk-tegra210.c1327 #define divm_mask(p) mask(p->params->div_nmp->divm_width) macro
1336 #define divm_mask_shifted(p) (divm_mask(p) << divm_shift(p))