Lines Matching refs:tegra_clk_pll

276 static void clk_pll_enable_lock(struct tegra_clk_pll *pll)  in clk_pll_enable_lock()
291 static int clk_pll_wait_for_lock(struct tegra_clk_pll *pll) in clk_pll_wait_for_lock()
325 int tegra_pll_wait_for_lock(struct tegra_clk_pll *pll) in tegra_pll_wait_for_lock()
330 static bool pllm_clk_is_gated_by_pmc(struct tegra_clk_pll *pll) in pllm_clk_is_gated_by_pmc()
340 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_is_enabled()
358 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_enable()
391 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_disable()
420 static void pll_clk_start_ss(struct tegra_clk_pll *pll) in pll_clk_start_ss()
430 static void pll_clk_stop_ss(struct tegra_clk_pll *pll) in pll_clk_stop_ss()
442 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_enable()
466 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_disable()
482 struct tegra_clk_pll *pll = to_clk_pll(hw); in _p_div_to_hw()
496 int tegra_pll_p_div_to_hw(struct tegra_clk_pll *pll, u8 p_div) in tegra_pll_p_div_to_hw()
503 struct tegra_clk_pll *pll = to_clk_pll(hw); in _hw_to_p_div()
522 struct tegra_clk_pll *pll = to_clk_pll(hw); in _get_table_rate()
556 struct tegra_clk_pll *pll = to_clk_pll(hw); in _calc_rate()
630 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_set_sdm_data()
655 static void _update_pll_mnp(struct tegra_clk_pll *pll, in _update_pll_mnp()
692 static void _get_pll_mnp(struct tegra_clk_pll *pll, in _get_pll_mnp()
727 static void _update_pll_cpcon(struct tegra_clk_pll *pll, in _update_pll_cpcon()
754 struct tegra_clk_pll *pll = to_clk_pll(hw); in _program_pll()
804 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate()
846 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate()
866 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate()
914 static int clk_plle_training(struct tegra_clk_pll *pll) in clk_plle_training()
957 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_plle_enable()
1019 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_plle_recalc_rate()
1036 struct tegra_clk_pll *pll = to_clk_pll(hw); in tegra_clk_pll_restore_context()
1118 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pllu_enable()
1224 struct tegra_clk_pll *pll = to_clk_pll(hw); in _calc_dynamic_ramp_rate()
1256 struct tegra_clk_pll *pll = to_clk_pll(hw); in tegra_pll_get_fixed_mdiv()
1307 struct tegra_clk_pll *pll = to_clk_pll(hw); in _pll_ramp_calc_pll()
1331 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pllxc_set_rate()
1359 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_ramp_round_rate()
1381 static void _pllcx_strobe(struct tegra_clk_pll *pll) in _pllcx_strobe()
1396 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pllc_enable()
1427 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pllc_disable()
1440 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pllc_disable()
1452 static int _pllcx_update_dynamic_coef(struct tegra_clk_pll *pll, in _pllcx_update_dynamic_coef()
1490 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pllc_set_rate()
1531 static long _pllre_calc_rate(struct tegra_clk_pll *pll, in _pllre_calc_rate()
1556 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pllre_set_rate()
1590 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pllre_recalc_rate()
1604 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pllre_round_rate()
1611 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_plle_tegra114_enable()
1722 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_plle_tegra114_disable()
1742 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pllu_tegra114_enable()
1847 static void _clk_plle_tegra_init_parent(struct tegra_clk_pll *pll) in _clk_plle_tegra_init_parent()
1869 static struct tegra_clk_pll *_tegra_init_pll(void __iomem *clk_base, in _tegra_init_pll()
1873 struct tegra_clk_pll *pll; in _tegra_init_pll()
1891 static struct clk *_tegra_clk_register_pll(struct tegra_clk_pll *pll, in _tegra_clk_register_pll()
1925 struct tegra_clk_pll *pll; in tegra_clk_register_pll()
1956 struct tegra_clk_pll *pll; in tegra_clk_register_plle()
1980 struct tegra_clk_pll *pll; in tegra_clk_register_pllu()
2048 struct tegra_clk_pll *pll; in tegra_clk_register_pllxc()
2113 struct tegra_clk_pll *pll; in tegra_clk_register_pllre()
2161 struct tegra_clk_pll *pll; in tegra_clk_register_pllm()
2205 struct tegra_clk_pll *pll; in tegra_clk_register_pllc()
2277 struct tegra_clk_pll *pll; in tegra_clk_register_plle_tegra114()
2300 struct tegra_clk_pll *pll; in tegra_clk_register_pllu_tegra114()
2334 struct tegra_clk_pll *pll; in tegra_clk_register_pllss()
2417 struct tegra_clk_pll *pll; in tegra_clk_register_pllre_tegra210()
2440 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_plle_tegra210_is_enabled()
2450 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_plle_tegra210_enable()
2529 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_plle_tegra210_disable()
2561 struct tegra_clk_pll *pll = to_clk_pll(hw); in tegra_clk_plle_t210_restore_context()
2580 struct tegra_clk_pll *pll; in tegra_clk_register_plle_tegra210()
2605 struct tegra_clk_pll *pll; in tegra_clk_register_pllc_tegra210()
2645 struct tegra_clk_pll *pll; in tegra_clk_register_pllss_tegra210()
2694 struct tegra_clk_pll *pll; in tegra_clk_register_pllmb()