Searched refs:CLK_MULTIPLIER_ROUND_CLOSEST (Results 1 – 3 of 3) sorted by relevance
35 if (mult->flags & CLK_MULTIPLIER_ROUND_CLOSEST) in __get_mult()59 if (flags & CLK_MULTIPLIER_ROUND_CLOSEST) in __is_best_rate()
91 CLK_MULTIPLIER_ROUND_CLOSEST; in sun4i_pll2_setup()
1257 #define CLK_MULTIPLIER_ROUND_CLOSEST BIT(1) macro