Searched refs:tegra_clk_emc (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/clk/tegra/ |
D | clk-tegra20-emc.c | 38 struct tegra_clk_emc { struct 48 static inline struct tegra_clk_emc *to_tegra_clk_emc(struct clk_hw *hw) in to_tegra_clk_emc() argument 50 return container_of(hw, struct tegra_clk_emc, hw); in to_tegra_clk_emc() 56 struct tegra_clk_emc *emc = to_tegra_clk_emc(hw); in emc_recalc_rate() 67 struct tegra_clk_emc *emc = to_tegra_clk_emc(hw); in emc_get_parent() 74 struct tegra_clk_emc *emc = to_tegra_clk_emc(hw); in emc_set_parent() 103 struct tegra_clk_emc *emc = to_tegra_clk_emc(hw); in emc_set_rate() 137 struct tegra_clk_emc *emc = to_tegra_clk_emc(hw); in emc_set_rate_and_parent() 169 struct tegra_clk_emc *emc = to_tegra_clk_emc(hw); in emc_determine_rate() 227 struct tegra_clk_emc *emc; in tegra20_clk_set_emc_round_callback() [all …]
|
D | clk-tegra124-emc.c | 71 struct tegra_clk_emc { struct 90 struct tegra_clk_emc *tegra; in emc_recalc_rate() argument 93 tegra = container_of(hw, struct tegra_clk_emc, hw); in emc_recalc_rate() 114 struct tegra_clk_emc *tegra; in emc_determine_rate() 119 tegra = container_of(hw, struct tegra_clk_emc, hw); in emc_determine_rate() 161 struct tegra_clk_emc *tegra; in emc_get_parent() 164 tegra = container_of(hw, struct tegra_clk_emc, hw); in emc_get_parent() 172 static struct tegra_emc *emc_ensure_emc_driver(struct tegra_clk_emc *tegra) in emc_ensure_emc_driver() 201 static int emc_set_timing(struct tegra_clk_emc *tegra, in emc_set_timing() 279 static struct emc_timing *get_backup_timing(struct tegra_clk_emc *tegra, in get_backup_timing() [all …]
|
D | clk-id.h | 76 tegra_clk_emc, enumerator
|
D | clk-tegra-periph.c | 804 GATE("emc", "emc_mux", 57, 0, tegra_clk_emc, CLK_IS_CRITICAL),
|
D | clk-tegra114.c | 672 [tegra_clk_emc] = { .dt_id = TEGRA114_CLK_EMC, .present = true },
|
D | clk-tegra30.c | 806 [tegra_clk_emc] = { .dt_id = TEGRA30_CLK_EMC, .present = false },
|