Searched defs:divm_shift (Results 1 - 2 of 2) sorted by relevance

/drivers/clk/tegra/
H A Dclk.h137 * @divm_shift: shift to the input divider bit field
148 u8 divm_shift; member in struct:div_nmp
H A Dclk-pll.c202 #define divm_shift(p) (p)->params->div_nmp->divm_shift macro
206 #define divm_mask_shifted(p) (divm_mask(p) << divm_shift(p))
217 .divm_shift = PLL_BASE_DIVM_SHIFT,
506 val |= (cfg->m << divm_shift(pll)) |
533 cfg->m = (val >> div_nmp->divm_shift) & divm_mask(pll);
759 val |= sel.m << divm_shift(pll);
795 divm = (val >> pll->params->div_nmp->divm_shift) & (divm_mask(pll));
1323 val |= sel.m << divm_shift(pll);
1476 .divm_shift
[all...]

Completed in 67 milliseconds