Home
last modified time | relevance | path

Searched refs:DIV_ROUND_CLOSEST_ULL (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dkernel.h109 #define DIV_ROUND_CLOSEST_ULL(x, divisor)( \ macro
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Ddenali.c967 mult_x = DIV_ROUND_CLOSEST_ULL(denali->clk_x_rate, denali->clk_rate); in denali_setup_data_interface()