Searched refs:MMC_OCR_3_2V_3_3V (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/sys/dev/sdmmc/
H A Dsdmmcreg.h64 #define MMC_OCR_3_2V_3_3V (1<<20) macro
H A Dsdhc.c342 SET(hp->ocr, MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V);
611 if (ISSET(ocr, MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V))
/openbsd-current/sys/dev/fdt/
H A Dsximmc.c638 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V | MMC_OCR_HCS;
640 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V;
677 if (ISSET(ocr, MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V))
H A Ddwmmc.c595 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V;
634 if (ISSET(ocr, MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V))
640 if (ISSET(ocr, MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V))
H A Damlmmc.c268 sc->sc_ocr = MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V;
486 if (ISSET(ocr, MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V))
H A Dimxesdhc.c362 SET(sc->ocr, MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V);
657 if (ISSET(ocr, MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V))
H A Dbcm2835_sdhost.c343 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V;
/openbsd-current/sys/dev/ic/
H A Dw83l518d_sdmmc.c229 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V;
H A Drtsxreg.h389 #define RTSX_SUPPORT_VOLTAGE (MMC_OCR_3_3V_3_4V|MMC_OCR_3_2V_3_3V|\
/openbsd-current/sys/arch/armv7/omap/
H A Dommmc.c409 SET(sc->ocr, MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V);
645 if (ISSET(ocr, MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V))
/openbsd-current/sys/arch/octeon/dev/
H A Doctmmc.c497 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V;

Completed in 277 milliseconds