Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/sdhci/
Dsdhci.h183 #define SDHCI_CAN_DO_HISPD 0x00200000 macro
Dsdhci.c757 if (caps & SDHCI_CAN_DO_HISPD) in sdhci_attach()
774 (caps & SDHCI_CAN_DO_HISPD) ? " HS" : "", in sdhci_attach()