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