Searched refs:to_clk_fixed_factor (Results 1 – 3 of 3) sorted by relevance
25 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_recalc_rate()36 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_determine_rate()69 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_recalc_accuracy()239 kfree(to_clk_fixed_factor(hw)); in clk_unregister_fixed_factor()247 fix = to_clk_fixed_factor(hw); in clk_hw_unregister_fixed_factor()
450 ff = to_clk_fixed_factor(parent_hw); in r9a09g077_cpg_fselxspi_get_divider()
1193 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw) macro