Searched refs:max_t (Results 1 – 4 of 4) sorted by relevance
32 #define max_t(type, x, y) (((type)x > (type)y) ? x : y) macro
60 #define max_t(type,x,y) \ macro
249 frame += max_t (u16, 8, ed->interval);
2646 real_div = max_t(int, 1, div << 1); in sdhci_calc_clk()
Completed in 20 milliseconds