Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Dboard-n8x0.c242 case MMC_VDD_23_24: in n8x0_mmc_set_power_menelaus()
460 MMC_VDD_23_24 | MMC_VDD_24_25 |
/Linux-v4.19/include/linux/mmc/
Dhost.h294 #define MMC_VDD_23_24 0x00000800 /* VDD voltage 2.3 ~ 2.4 */ macro
/Linux-v4.19/drivers/staging/greybus/
Dsdio.c101 ((ocr & GB_SDIO_VDD_23_24) ? MMC_VDD_23_24 : 0) | in _gb_sdio_get_host_ocr()
/Linux-v4.19/drivers/mmc/host/
Domap_hsmmc.c704 (1 << ios->vdd) <= MMC_VDD_23_24) in omap_hsmmc_context_restore()
1236 if ((1 << vdd) <= MMC_VDD_23_24) in omap_hsmmc_switch_opcond()
Dvub300.c2166 mmc->ocr_avail |= MMC_VDD_23_24; in vub300_probe()