Searched refs:tegra_clk_emc (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-tegra20-emc.c | 39 struct tegra_clk_emc { struct 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() 248 struct tegra_clk_emc *emc; in tegra20_clk_register_emc() [all …]
|
H A 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() 324 struct tegra_clk_emc *tegra; in emc_set_rate() 490 struct tegra_clk_emc *tegra; in tegra124_clk_register_emc() 558 struct tegra_clk_emc *tegra; in tegra124_clk_set_emc_callbacks() [all …]
|
H A D | clk-id.h | 76 tegra_clk_emc, enumerator
|
H A D | clk-tegra-periph.c | 800 GATE("emc", "emc_mux", 57, 0, tegra_clk_emc, CLK_IS_CRITICAL),
|
H A D | clk-tegra114.c | 672 [tegra_clk_emc] = { .dt_id = TEGRA114_CLK_EMC, .present = true },
|
H A D | clk-tegra30.c | 808 [tegra_clk_emc] = { .dt_id = TEGRA30_CLK_EMC, .present = false },
|