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