Home
last modified time | relevance | path

Searched refs:max_t (Results 1 – 4 of 4) sorted by relevance

/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/
A Dsdhci_misc.h32 #define max_t(type, x, y) (((type)x > (type)y) ? x : y) macro
/bsp/allwinner/libraries/libos/include/misc/
A Dsupport.h60 #define max_t(type,x,y) \ macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dohci-hcd.c249 frame += max_t (u16, 8, ed->interval);
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/
A Dsdhci.c2646 real_div = max_t(int, 1, div << 1); in sdhci_calc_clk()

Completed in 20 milliseconds