Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clk/tegra/
A Dclk-pll.c2067 if (pll_params->adjust_vco) in tegra_clk_register_pllxc()
2068 pll_params->vco_min = pll_params->adjust_vco(pll_params, in tegra_clk_register_pllxc()
2118 if (pll_params->adjust_vco) in tegra_clk_register_pllre()
2119 pll_params->vco_min = pll_params->adjust_vco(pll_params, in tegra_clk_register_pllre()
2179 if (pll_params->adjust_vco) in tegra_clk_register_pllm()
2180 pll_params->vco_min = pll_params->adjust_vco(pll_params, in tegra_clk_register_pllm()
2422 if (pll_params->adjust_vco) in tegra_clk_register_pllre_tegra210()
2423 pll_params->vco_min = pll_params->adjust_vco(pll_params, in tegra_clk_register_pllre_tegra210()
2622 if (pll_params->adjust_vco) in tegra_clk_register_pllc_tegra210()
2670 if (pll_params->adjust_vco) in tegra_clk_register_pllss_tegra210()
[all …]
A Dclk.h344 unsigned long (*adjust_vco)(struct tegra_clk_pll_params *pll_params, member
A Dclk-tegra210.c2141 .adjust_vco = tegra210_clk_adjust_vco_min,
2188 .adjust_vco = tegra210_clk_adjust_vco_min,
2233 .adjust_vco = tegra210_clk_adjust_vco_min,
2276 .adjust_vco = tegra210_clk_adjust_vco_min,

Completed in 19 milliseconds