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