Home
last modified time | relevance | path

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

/dragonfly/sys/bus/mmc/
H A Dbridge.h167 #define MMC_CAP_SIGNALING_330 (1 << 20) /* Can do signaling at 3.3 V */ macro
/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci.c752 host_caps |= MMC_CAP_SIGNALING_330; in sdhci_init_slot()