Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci.h257 #define SDHCI_CAN_DO_HISPD 0x00200000 macro
H A Dsdhci.c731 if (caps & SDHCI_CAN_DO_HISPD) in sdhci_init_slot()
803 (caps & SDHCI_CAN_DO_HISPD) ? " HS" : "", in sdhci_init_slot()