Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_common.c15 unsigned int ceil_div(unsigned int x, unsigned int y) in ceil_div() function
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dmath_support.h74 #define ceil_div(a, b) (CEIL_DIV(a, b)) macro