Home
last modified time | relevance | path

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

/freebsd/sys/dev/sdhci/
H A Dsdhci.c1929 uint32_t blkcnt, blksz, current_timeout, sdma_bbufsz, target_timeout; local
1946 current_timeout = (1 << 13) * 1000 / slot->timeout_clk;
1947 while (current_timeout < target_timeout && div < 0xE) {
1949 current_timeout <<= 1;