Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/mmc/
Dbridge.h171 #define MMC_CAP_SIGNALING_330 (1 << 20) /* Can do signaling at 3.3 V */ macro
/freebsd-10-stable/sys/dev/sdhci/
Dsdhci.c919 host_caps |= MMC_CAP_SIGNALING_330; in sdhci_init_slot()