Searched refs:tegra_clk_super_ops (Results 1 – 3 of 3) sorted by relevance
33 return tegra_clk_super_ops.get_parent(hw); in cclk_super_get_parent()38 return tegra_clk_super_ops.set_parent(hw, index); in cclk_super_set_parent()44 return tegra_clk_super_ops.set_rate(hw, rate, parent_rate); in cclk_super_set_rate()53 return tegra_clk_super_ops.recalc_rate(hw, parent_rate); in cclk_super_recalc_rate()78 rate = tegra_clk_super_ops.round_rate(hw, rate, in cclk_super_determine_rate()
191 const struct clk_ops tegra_clk_super_ops = { variable250 init.ops = &tegra_clk_super_ops; in tegra_clk_register_super_clk()
761 extern const struct clk_ops tegra_clk_super_ops;