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