Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/
A Dsdhci.c1037 return host->max_timeout_count; in sdhci_calc_timeout()
1040 return host->max_timeout_count; in sdhci_calc_timeout()
1044 return host->max_timeout_count; in sdhci_calc_timeout()
1054 if (count > host->max_timeout_count) in sdhci_calc_timeout()
1059 count = host->max_timeout_count; in sdhci_calc_timeout()
2548 host->max_timeout_count = 0xE; in rt_sdhci_alloc_host()
/components/drivers/sdio/sdhci/include/
A Dsdhci.h453 rt_uint8_t max_timeout_count; /* Vendor specific max timeout count */ member

Completed in 13 milliseconds