Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/include/
A Dsdhci_misc.h31 #define max_t(type, x, y) (((type)x > (type)y) ? x : y) macro
/components/drivers/sdio/sdhci/
A Dsdhci.c2328 real_div = max_t(int, 1, div << 1); in rt_sdhci_clk_set()

Completed in 8 milliseconds