Searched refs:max_t (Results 1 – 2 of 2) sorted by relevance
31 #define max_t(type, x, y) (((type)x > (type)y) ? x : y) macro
2328 real_div = max_t(int, 1, div << 1); in rt_sdhci_clk_set()
Completed in 8 milliseconds