Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci.h271 #define SDHCI_CAN_SDR50 0x00000001 macro
H A Dsdhci.c735 if (caps2 & (SDHCI_CAN_SDR50 | SDHCI_CAN_SDR104 | SDHCI_CAN_DDR50)) in sdhci_init_slot()
741 } else if (caps2 & SDHCI_CAN_SDR50) { in sdhci_init_slot()