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

/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.c383 slot->timeout_clk = slot->clock / 1000;
853 slot->timeout_clk = slot->max_clk / 1000;
855 slot->timeout_clk = 1000;
857 slot->timeout_clk = (caps & SDHCI_TIMEOUT_CLK_MASK) >>
860 slot->timeout_clk *= 1000;
864 * hasn't already set timeout_clk we'll probably work okay using the
867 if (slot->timeout_clk == 0) {
1821 current_timeout = (1 << 13) * 1000 / slot->timeout_clk;
H A Dsdhci.h370 uint32_t timeout_clk; /* Timeout freq */ member in struct:sdhci_slot

Completed in 60 milliseconds