Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/sdhci/
HDsdhci.c770 slot->opt |= SDHCI_HAVE_ADMA2; in sdhci_init_slot()
775 slot->opt &= ~SDHCI_HAVE_ADMA2; in sdhci_init_slot()
780 slot->opt &= ~SDHCI_HAVE_ADMA2; in sdhci_init_slot()
788 slot->opt &= ~SDHCI_HAVE_ADMA2; in sdhci_init_slot()
796 slot->opt &= ~SDHCI_HAVE_ADMA2; in sdhci_init_slot()
815 (slot->opt & SDHCI_HAVE_ADMA2) ? "ADMA2" : in sdhci_init_slot()
1291 if ((slot->opt & SDHCI_HAVE_ADMA2)) { in sdhci_start_data()
HDsdhci.h365 #define SDHCI_HAVE_ADMA2 4 macro