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

/netbsd-current/sys/arch/hpcarm/dev/
H A Dwzero3_mci.c214 return MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V;
224 if (ISSET(ocr, MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V)) {
H A Dnbpmci.c120 return MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V;
/netbsd-current/sys/arch/zaurus/dev/
H A Dzmci.c159 return MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V;
167 if (ISSET(ocr, MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V)) {
/netbsd-current/sys/arch/evbarm/gumstix/
H A Dgxmci.c126 return MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V;
/netbsd-current/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_mci.c202 return MMC_OCR_3_2V_3_3V;
/netbsd-current/sys/arch/evbsh3/t_sh7706lan/
H A Dscimci.c330 return MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V;
373 if ((ocr & (MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V)) == 0)
H A Dssumci.c267 return MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V;
310 if ((ocr & (MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V)) == 0)
/netbsd-current/sys/arch/evbarm/stand/boot2440/
H A Ds3csdi.c434 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V;
/netbsd-current/sys/dev/sdmmc/
H A Dsdmmcreg.h88 #define MMC_OCR_3_2V_3_3V (1<<20) macro
H A Dsdhc.c529 SET(hp->ocr, MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V);
968 } else if (ISSET(ocr, MMC_OCR_3_2V_3_3V|MMC_OCR_3_3V_3_4V)) {
/netbsd-current/sys/dev/ic/
H A Drtsxreg.h424 | MMC_OCR_3_2V_3_3V \
H A Dpl181.c309 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V;
H A Dw83l518d_sdmmc.c223 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V;
H A Ddwc_mmc.c273 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V | MMC_OCR_HCS;
/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_sdio.c386 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V;
H A Dmesongx_mmc.c567 sc->sc_host_ocr = MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V;
H A Dmeson_sdhc.c535 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V |
/netbsd-current/sys/dev/marvell/
H A Dmvsdio.c387 return MMC_OCR_3_3V_3_4V | MMC_OCR_3_2V_3_3V;
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_sdhost.c520 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V | MMC_OCR_HCS;
/netbsd-current/sys/arch/arm/imx/
H A Dimx23_ssp.c365 return MMC_OCR_3_2V_3_3V;
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c2440_sdi.c265 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V;
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_mmc.c742 return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V | MMC_OCR_HCS;

Completed in 245 milliseconds