Home
last modified time | relevance | path

Searched defs:round_div (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_common.c32 int round_div(unsigned int dividend, unsigned int divisor, unsigned int *quotient) in round_div() function
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h439 static inline int round_div(int num, int den) in round_div() function
H A Daty128fb.c462 #define round_div(n, d) ((n+(d/2))/d) macro