Searched refs:ROUND_UP_TO (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfb.h85 #define ROUND_UP_TO(x, y) (((x) + (y) - 1) / (y) * (y)) macro
87 #define ROUND_UP_TO_PAGE(x) ROUND_UP_TO((x), GTT_PAGE_SIZE)
H A Dintelfbdrv.c1102 dinfo->pitch = ROUND_UP_TO(dinfo->pitch, STRIDE_ALIGNMENT_I9XX);
1104 dinfo->pitch = ROUND_UP_TO(dinfo->pitch, STRIDE_ALIGNMENT);
1571 u32 s_pitch = (ROUND_UP_TO(cursor->image.width, 8) / 8);
H A Dintelfbhw.c959 m = ROUND_UP_TO(f_vco * n, pll->ref_clk) / pll->ref_clk;
1750 nbytes = ROUND_UP_TO(w, 16) / 8;
1763 ndwords = ROUND_UP_TO(nbytes, 4) / 4;
1802 iw = ROUND_UP_TO(w, 8) / 8;

Completed in 35 milliseconds