Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/sdhci/
HDsdhci.c1927 uint32_t blkcnt, blksz, current_timeout, sdma_bbufsz, target_timeout; local
1944 current_timeout = (1 << 13) * 1000 / slot->timeout_clk;
1945 while (current_timeout < target_timeout && div < 0xE) {
1947 current_timeout <<= 1;