Searched refs:to_clk_super_mux (Results 1 – 3 of 3) sorted by relevance
36 struct tegra_clk_super_mux *mux = to_clk_super_mux(hw); in clk_super_get_parent()65 struct tegra_clk_super_mux *mux = to_clk_super_mux(hw); in clk_super_set_parent()148 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_determine_rate()166 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_recalc_rate()177 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_set_rate()187 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_restore_context()
52 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in cclk_super_recalc_rate()73 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in cclk_super_determine_rate()
751 #define to_clk_super_mux(_hw) container_of(_hw, struct tegra_clk_super_mux, hw) macro