Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap2/
H A Dboard-n8x0.c210 case MMC_VDD_24_25: in n8x0_mmc_set_power_menelaus()
403 MMC_VDD_23_24 | MMC_VDD_24_25 |
/openbmc/linux/include/linux/mmc/
H A Dhost.h343 #define MMC_VDD_24_25 0x00001000 /* VDD voltage 2.4 ~ 2.5 */ macro
/openbmc/u-boot/include/
H A Dmmc.h178 #define MMC_VDD_24_25 0x00001000 /* VDD voltage 2.4 ~ 2.5 */ macro
/openbmc/linux/drivers/staging/greybus/
H A Dsdio.c100 ((ocr & GB_SDIO_VDD_24_25) ? MMC_VDD_24_25 : 0) | in _gb_sdio_get_host_ocr()
/openbmc/linux/drivers/mmc/host/
H A Dvub300.c2160 mmc->ocr_avail |= MMC_VDD_24_25; in vub300_probe()