Searched refs:target_timeout (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/sdhci/
H A Dsdhci.c922 uint32_t target_timeout, current_timeout; local
937 target_timeout = 1000000;
940 while (current_timeout < target_timeout && div < 0xE) {

Completed in 106 milliseconds