Searched refs:divm_shift (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/clk/tegra/ |
| H A D | clk-tegra124.c | 144 .divm_shift = 0, 240 .divm_shift = 0, 314 .divm_shift = 0, 402 .divm_shift = 0, 462 .divm_shift = 0, 501 .divm_shift = 0, 529 .divm_shift = 0, 594 .divm_shift = 0, 711 .divm_shift = 0,
|
| H A D | clk-pll.c | 252 #define divm_shift(p) (p)->params->div_nmp->divm_shift macro 256 #define divm_mask_shifted(p) (divm_mask(p) << divm_shift(p)) 270 .divm_shift = PLL_BASE_DIVM_SHIFT, 682 val |= (cfg->m << divm_shift(pll)) | in _update_pll_mnp() 713 cfg->m = (val >> div_nmp->divm_shift) & divm_mask(pll); in _get_pll_mnp() 995 val |= sel.m << divm_shift(pll); in clk_plle_enable() 1031 divm = (val >> pll->params->div_nmp->divm_shift) & (divm_mask(pll)); in clk_plle_recalc_rate() 1663 val |= sel.m << divm_shift(pll); in clk_plle_tegra114_enable() 1955 .divm_shift = PLLE_BASE_DIVM_SHIFT, 2146 val = m << divm_shift(pll); in tegra_clk_register_pllre() [all …]
|
| H A D | clk-tegra210.c | 1404 #define divm_shift(p) ((p)->params->div_nmp->divm_shift) macro 1408 #define divm_mask_shifted(p) (divm_mask(p) << divm_shift(p)) 1567 .divm_shift = 0, 1689 .divm_shift = 0, 1735 .divm_shift = 0, 1804 .divm_shift = 0, 1881 .divm_shift = 0, 1956 .divm_shift = 0, 1993 .divm_shift = 0, 2026 .divm_shift = 0, [all …]
|
| H A D | clk.h | 201 u8 divm_shift; member
|