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

/openbsd-current/sys/dev/sdmmc/
H A Dsdmmcreg.h67 #define MMC_OCR_2_9V_3_0V (1<<17) macro
H A Dsdhc.c340 SET(hp->ocr, MMC_OCR_2_9V_3_0V | MMC_OCR_3_0V_3_1V);
613 else if (ISSET(ocr, MMC_OCR_2_9V_3_0V|MMC_OCR_3_0V_3_1V))
/openbsd-current/sys/dev/fdt/
H A Dimxesdhc.c360 SET(sc->ocr, MMC_OCR_2_9V_3_0V | MMC_OCR_3_0V_3_1V);
659 else if (ISSET(ocr, MMC_OCR_2_9V_3_0V|MMC_OCR_3_0V_3_1V))
/openbsd-current/sys/arch/armv7/omap/
H A Dommmc.c407 SET(sc->ocr, MMC_OCR_2_9V_3_0V | MMC_OCR_3_0V_3_1V);
647 else if (ISSET(ocr, MMC_OCR_2_9V_3_0V | MMC_OCR_3_0V_3_1V))

Completed in 239 milliseconds