Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk.h839 u16 tegra_pll_get_fixed_mdiv(struct clk_hw *hw, unsigned long input_rate);
Dclk-tegra210.c1047 input_rate /= tegra_pll_get_fixed_mdiv(hw, input_rate); in pllx_get_dyn_steps()
1429 cfg->m = tegra_pll_get_fixed_mdiv(hw, input_rate); in tegra210_pll_fixed_mdiv_cfg()
Dclk-pll.c1211 u16 tegra_pll_get_fixed_mdiv(struct clk_hw *hw, unsigned long input_rate) in tegra_pll_get_fixed_mdiv() function