Home
last modified time | relevance | path

Searched defs:DIV_ROUND_UP_ULL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dmath.h42 #define DIV_ROUND_UP_ULL(ll, d) \ macro
/openbmc/u-boot/include/linux/
H A Dkernel.h68 #define DIV_ROUND_UP_ULL(ll, d) DIV_ROUND_DOWN_ULL((ll) + (d) - 1, (d)) macro