Home
last modified time | relevance | path

Searched refs:MMC_OCR_2_9V_3_0V (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/dev/sdmmc/
Dsdmmcreg.h67 #define MMC_OCR_2_9V_3_0V (1<<17) macro
Dsdhc.c340 SET(hp->ocr, MMC_OCR_2_9V_3_0V | MMC_OCR_3_0V_3_1V); in sdhc_host_found()
608 else if (ISSET(ocr, MMC_OCR_2_9V_3_0V|MMC_OCR_3_0V_3_1V)) in sdhc_bus_power()
/openbsd/src/sys/arch/armv7/omap/
Dommmc.c407 SET(sc->ocr, MMC_OCR_2_9V_3_0V | MMC_OCR_3_0V_3_1V); in ommmc_attach()
647 else if (ISSET(ocr, MMC_OCR_2_9V_3_0V | MMC_OCR_3_0V_3_1V)) in ommmc_bus_power()
/openbsd/src/sys/dev/fdt/
Dimxesdhc.c360 SET(sc->ocr, MMC_OCR_2_9V_3_0V | MMC_OCR_3_0V_3_1V); in imxesdhc_attach()
659 else if (ISSET(ocr, MMC_OCR_2_9V_3_0V|MMC_OCR_3_0V_3_1V)) in imxesdhc_bus_power()