Home
last modified time | relevance | path

Searched refs:MMC_VDD_34_35 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/mmc/
Dhost.h305 #define MMC_VDD_34_35 0x00400000 /* VDD voltage 3.4 ~ 3.5 */ macro
/Linux-v4.19/drivers/staging/greybus/
Dsdio.c112 ((ocr & GB_SDIO_VDD_34_35) ? MMC_VDD_34_35 : 0) | in _gb_sdio_get_host_ocr()
/Linux-v4.19/drivers/mmc/host/
Dau1xmmc.c74 MMC_VDD_33_34 | MMC_VDD_34_35 | MMC_VDD_35_36)
Dvub300.c2177 mmc->ocr_avail |= MMC_VDD_34_35; in vub300_probe()
/Linux-v4.19/drivers/mmc/core/
Dmmc.c895 case MMC_VDD_34_35: in __mmc_select_powerclass()