Searched refs:ROUND_DOWN (Results 1 – 3 of 3) sorted by relevance
173 #define ROUND_DOWN(val, div) rounddown(val, div) macro211 max_uvolt = ROUND_DOWN(sc->cpu_def->max_uvolt, step_uvolt); in freq_to_voltage()
216 #define ROUND_DOWN(val, div) rounddown(val, div) macro253 max_uvolt = ROUND_DOWN(sc->cpu_def->max_uvolt, step_uvolt); in freq_to_voltage()
36 #define ROUND_DOWN(x, y) ((x) / (y) * (y)) macro