Searched refs:ROUND_DOWN_TO (Results 1 – 2 of 2) sorted by relevance
88 #define ROUND_DOWN_TO(x, y) ((x) / (y) * (y)) macro90 #define ROUND_DOWN_TO_PAGE(x) ROUND_DOWN_TO((x), PAGE_SIZE)
282 xoffset = ROUND_DOWN_TO(var->xoffset, 8); in intelfbhw_pan_display()744 p_max = ROUND_DOWN_TO(div_max, p_inc); in calc_pll_params()