Searched refs:tegra_clk_emc (Results 1 – 6 of 6) sorted by relevance
/drivers/clk/tegra/ |
D | clk-tegra124-emc.c | 72 struct tegra_clk_emc { struct 94 struct tegra_clk_emc *tegra; in emc_recalc_rate() argument 97 tegra = container_of(hw, struct tegra_clk_emc, hw); in emc_recalc_rate() 118 struct tegra_clk_emc *tegra; in emc_determine_rate() 123 tegra = container_of(hw, struct tegra_clk_emc, hw); in emc_determine_rate() 165 struct tegra_clk_emc *tegra; in emc_get_parent() 168 tegra = container_of(hw, struct tegra_clk_emc, hw); in emc_get_parent() 176 static struct tegra_emc *emc_ensure_emc_driver(struct tegra_clk_emc *tegra) in emc_ensure_emc_driver() 209 static int emc_set_timing(struct tegra_clk_emc *tegra, in emc_set_timing() 289 static struct emc_timing *get_backup_timing(struct tegra_clk_emc *tegra, in get_backup_timing() [all …]
|
D | clk-tegra20-emc.c | 39 struct tegra_clk_emc { struct 49 static inline struct tegra_clk_emc *to_tegra_clk_emc(struct clk_hw *hw) in to_tegra_clk_emc() argument 51 return container_of(hw, struct tegra_clk_emc, hw); in to_tegra_clk_emc() 57 struct tegra_clk_emc *emc = to_tegra_clk_emc(hw); in emc_recalc_rate() 68 struct tegra_clk_emc *emc = to_tegra_clk_emc(hw); in emc_get_parent() 75 struct tegra_clk_emc *emc = to_tegra_clk_emc(hw); in emc_set_parent() 104 struct tegra_clk_emc *emc = to_tegra_clk_emc(hw); in emc_set_rate() 138 struct tegra_clk_emc *emc = to_tegra_clk_emc(hw); in emc_set_rate_and_parent() 170 struct tegra_clk_emc *emc = to_tegra_clk_emc(hw); in emc_determine_rate() 228 struct tegra_clk_emc *emc; in tegra20_clk_set_emc_round_callback() [all …]
|
D | clk-id.h | 76 tegra_clk_emc, enumerator
|
D | clk-tegra-periph.c | 800 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 },
|