Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/tegra/
H A Dclk-pll.c1873 struct tegra_clk_pll *pll; in _tegra_init_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()
[all …]
H A Dclk.h212 struct tegra_clk_pll;
346 void (*set_defaults)(struct tegra_clk_pll *pll);
347 int (*dyn_ramp)(struct tegra_clk_pll *pll,
377 struct tegra_clk_pll { struct
385 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) argument
906 int tegra_pll_wait_for_lock(struct tegra_clk_pll *pll);
908 int tegra_pll_p_div_to_hw(struct tegra_clk_pll *pll, u8 p_div);
H A Dclk-tegra210.c781 struct tegra_clk_pll *pllcx) in tegra210_pllcx_set_defaults()
806 static void _pllc_set_defaults(struct tegra_clk_pll *pllcx) in _pllc_set_defaults()
811 static void _pllc2_set_defaults(struct tegra_clk_pll *pllcx) in _pllc2_set_defaults()
816 static void _pllc3_set_defaults(struct tegra_clk_pll *pllcx) in _pllc3_set_defaults()
821 static void _plla1_set_defaults(struct tegra_clk_pll *pllcx) in _plla1_set_defaults()
831 static void tegra210_plla_set_defaults(struct tegra_clk_pll *plla) in tegra210_plla_set_defaults()
1143 static void pllx_check_defaults(struct tegra_clk_pll *pll) in pllx_check_defaults()
1413 static int tegra210_wait_for_mask(struct tegra_clk_pll *pll, in tegra210_wait_for_mask()
1430 static int tegra210_pllx_dyn_ramp(struct tegra_clk_pll *pllx, in tegra210_pllx_dyn_ramp()
1482 struct tegra_clk_pll *pll = to_clk_pll(hw); in tegra210_pll_fixed_mdiv_cfg()
[all …]