Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/sdmmc/
Dsdmmcreg.h77 #define MMC_OCR_1_65V_1_95V (1<<7) macro
Dsdhc.c338 SET(hp->ocr, MMC_OCR_1_65V_1_95V); in sdhc_host_found()
610 else if (ISSET(ocr, MMC_OCR_1_65V_1_95V)) in sdhc_bus_power()
/openbsd/src/sys/arch/armv7/omap/
Dommmc.c405 SET(sc->ocr, MMC_OCR_1_65V_1_95V); in ommmc_attach()
649 else if (ISSET(ocr, MMC_OCR_1_65V_1_95V)) in ommmc_bus_power()
/openbsd/src/sys/dev/fdt/
Dimxesdhc.c358 SET(sc->ocr, MMC_OCR_1_65V_1_95V); in imxesdhc_attach()
661 else if (ISSET(ocr, MMC_OCR_1_65V_1_95V)) in imxesdhc_bus_power()