Home
last modified time | relevance | path

Searched refs:MMC_OCR_300_310 (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/arm/ti/
HDti_sdhci.c465 if (sc->slot.host.caps & (MMC_OCR_290_300 | MMC_OCR_300_310)) in ti_sdhci_hw_init()
509 sc->slot.host.caps |= MMC_OCR_290_300 | MMC_OCR_300_310; in ti_sdhci_attach()
/freebsd-11-stable/sys/dev/mmc/
HDmmcreg.h508 #define MMC_OCR_300_310 (1U << 18) /* Vdd voltage 3.00 ~ 3.10 */ macro
HDmmc.c860 case MMC_OCR_300_310: in mmc_set_power_class()
/freebsd-11-stable/sys/arm/lpc/
HDlpc_mmc.c213 sc->lm_host.host_ocr = MMC_OCR_300_310 | MMC_OCR_310_320 | in lpc_mmc_attach()
/freebsd-11-stable/sys/dev/sdhci/
HDsdhci.c435 case MMC_OCR_300_310: in sdhci_set_power()
815 slot->host.host_ocr |= MMC_OCR_290_300 | MMC_OCR_300_310; in sdhci_init_slot()