Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dkernel.h187 #define max3(x, y, z) max((typeof(x))max(x, y), z) macro
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Ddenali.c1054 cs_setup = max3((int)DIV_ROUND_UP(timings->tCS_min, t_x) - rdwr_en_lo, in denali_setup_data_interface()