Home
last modified time | relevance | path

Searched refs:MMC_VDD_28_29 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/arm/mach-omap2/
H A Dboard-n8x0.c184 case MMC_VDD_28_29: in n8x0_mmc_set_power_menelaus()
206 case MMC_VDD_28_29: in n8x0_mmc_set_power_menelaus()
404 MMC_VDD_27_28 | MMC_VDD_28_29 |
/openbmc/linux/include/linux/mmc/
H A Dhost.h347 #define MMC_VDD_28_29 0x00010000 /* VDD voltage 2.8 ~ 2.9 */ macro
/openbmc/u-boot/drivers/mmc/
H A Djz_mmc.c394 .voltages = MMC_VDD_27_28 | MMC_VDD_28_29 | MMC_VDD_29_30 |
/openbmc/u-boot/include/
H A Dmmc.h182 #define MMC_VDD_28_29 0x00010000 /* VDD voltage 2.8 ~ 2.9 */ macro
/openbmc/linux/drivers/staging/greybus/
H A Dsdio.c104 ((ocr & GB_SDIO_VDD_28_29) ? MMC_VDD_28_29 : 0) | in _gb_sdio_get_host_ocr()
/openbmc/linux/drivers/mmc/host/
H A Dau1xmmc.c70 #define AU1XMMC_OCR (MMC_VDD_27_28 | MMC_VDD_28_29 | MMC_VDD_29_30 | \
H A Dvub300.c2164 mmc->ocr_avail |= MMC_VDD_28_29; in vub300_probe()
/openbmc/linux/drivers/mmc/core/
H A Dmmc.c908 case MMC_VDD_28_29: in __mmc_select_powerclass()