Home
last modified time | relevance | path

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

/freebsd/sys/dev/sdhci/
H A Dsdhci.c375 if (slot->opt & SDHCI_TUNING_ENABLED) { in sdhci_tuning_intmask()
733 slot->opt &= ~SDHCI_TUNING_ENABLED;
1230 slot->opt &= ~SDHCI_TUNING_ENABLED;
1519 slot->opt &= ~SDHCI_TUNING_ENABLED;
1522 slot->opt |= SDHCI_TUNING_ENABLED;
1541 if (!(slot->opt & SDHCI_TUNING_ENABLED))
2492 if (slot->opt & SDHCI_TUNING_ENABLED) {
2518 if (slot->opt & SDHCI_TUNING_ENABLED &&
2699 if (slot->opt & SDHCI_TUNING_ENABLED &&
H A Dsdhci.h362 #define SDHCI_TUNING_ENABLED 0x10 macro
H A Dsdhci_fsl_fdt.c1314 if (!(slot->opt & SDHCI_TUNING_ENABLED)) in sdhci_fsl_fdt_retune()