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

/freebsd-12-stable/sys/dev/sdhci/
H A Dsdhci.c687 callout_drain(&slot->retune_callout);
1126 callout_init_mtx(&slot->retune_callout, &slot->mtx, 0);
1155 callout_drain(&slot->retune_callout);
1191 callout_drain(&slot->retune_callout);
1426 callout_reset(&slot->retune_callout, slot->retune_ticks,
1461 callout_reset(&slot->retune_callout, slot->retune_ticks,
H A Dsdhci.h382 struct callout retune_callout; /* Re-tuning mode 1 callout */ member in struct:sdhci_slot

Completed in 170 milliseconds