Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk-tegra210.c271 #define PLL_SDM_COEFF BIT(13) macro
275 #define sdin_get_n_eff(cfg) ((cfg)->n * PLL_SDM_COEFF + ((cfg)->sdm_data ? \
276 (PLL_SDM_COEFF/2 + sdin_data_to_din((cfg)->sdm_data)) : 0))
1447 u64 s = rem * PLL_SDM_COEFF; in tegra210_pll_fixed_mdiv_cfg()
1450 s -= PLL_SDM_COEFF / 2; in tegra210_pll_fixed_mdiv_cfg()
1454 cfg->output_rate /= p * cfg->m * PLL_SDM_COEFF; in tegra210_pll_fixed_mdiv_cfg()
1479 cfg->m *= PLL_SDM_COEFF; in tegra210_clk_pll_set_gain()
1488 params->vco_min += DIV_ROUND_UP(parent_rate, PLL_SDM_COEFF); in tegra210_clk_adjust_vco_min()