Searched defs:round_div (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/video/fbdev/aty/ | ||
H A D | radeonfb.h | 439 static inline int round_div(int num, int den) in round_div() function |
H A D | aty128fb.c | 462 #define round_div(n, d) ((n+(d/2))/d) macro |