Searched refs:ROUND_DOWN_TO (Results 1 – 2 of 2) sorted by relevance
86 #define ROUND_DOWN_TO(x, y) ((x) / (y) * (y)) macro88 #define ROUND_DOWN_TO_PAGE(x) ROUND_DOWN_TO((x), GTT_PAGE_SIZE)
390 xoffset = ROUND_DOWN_TO(var->xoffset, 8); in intelfbhw_pan_display()955 p_max = ROUND_DOWN_TO(div_max, p_inc); in calc_pll_params()