Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap2/
H A Dboard-n8x0.c211 case MMC_VDD_23_24: in n8x0_mmc_set_power_menelaus()
403 MMC_VDD_23_24 | MMC_VDD_24_25 |
/openbmc/linux/include/linux/mmc/
H A Dhost.h342 #define MMC_VDD_23_24 0x00000800 /* VDD voltage 2.3 ~ 2.4 */ macro
/openbmc/u-boot/include/
H A Dmmc.h177 #define MMC_VDD_23_24 0x00000800 /* VDD voltage 2.3 ~ 2.4 */ macro
/openbmc/linux/drivers/staging/greybus/
H A Dsdio.c99 ((ocr & GB_SDIO_VDD_23_24) ? MMC_VDD_23_24 : 0) | in _gb_sdio_get_host_ocr()
/openbmc/linux/drivers/mmc/host/
H A Domap_hsmmc.c645 (1 << ios->vdd) <= MMC_VDD_23_24) in omap_hsmmc_context_restore()
1144 if ((1 << vdd) <= MMC_VDD_23_24) in omap_hsmmc_switch_opcond()
H A Dvub300.c2159 mmc->ocr_avail |= MMC_VDD_23_24; in vub300_probe()