Searched refs:to_clk_sync_source (Results 1 – 2 of 2) sorted by relevance
15 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); in clk_sync_source_recalc_rate()23 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); in clk_sync_source_round_rate()34 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); in clk_sync_source_set_rate()
85 #define to_clk_sync_source(_hw) \ macro