Searched refs:CLK_MULTIPLIER_ROUND_CLOSEST (Results 1 – 3 of 3) sorted by relevance
23 if (mult->flags & CLK_MULTIPLIER_ROUND_CLOSEST) in __get_mult()47 if (flags & CLK_MULTIPLIER_ROUND_CLOSEST) in __is_best_rate()
99 CLK_MULTIPLIER_ROUND_CLOSEST; in sun4i_pll2_setup()
554 #define CLK_MULTIPLIER_ROUND_CLOSEST BIT(1) macro