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

/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.c1351 slot->retune_ticks = slot->retune_count * hz;
1366 slot->retune_ticks = 0;
1400 if (slot->retune_ticks) {
1401 callout_reset(&slot->retune_callout, slot->retune_ticks,
1435 if (slot->retune_ticks) {
1436 callout_reset(&slot->retune_callout, slot->retune_ticks,
H A Dsdhci.h390 uint32_t retune_ticks; /* Re-tuning callout ticks [hz] */ member in struct:sdhci_slot

Completed in 112 milliseconds