Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sdhci/
Dsdhci.h390 uint32_t retune_ticks; /* Re-tuning callout ticks [hz] */ member
Dsdhci.c1376 slot->retune_ticks = slot->retune_count * hz;
1391 slot->retune_ticks = 0;
1425 if (slot->retune_ticks) {
1426 callout_reset(&slot->retune_callout, slot->retune_ticks,
1460 if (slot->retune_ticks) {
1461 callout_reset(&slot->retune_callout, slot->retune_ticks,