Home
last modified time | relevance | path

Searched refs:MMC_VDD_35_36 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/linux/mmc/
H A Dhost.h354 #define MMC_VDD_35_36 0x00800000 /* VDD voltage 3.5 ~ 3.6 */ macro
/openbmc/u-boot/drivers/mmc/
H A Djz_mmc.c396 MMC_VDD_33_34 | MMC_VDD_34_35 | MMC_VDD_35_36,
/openbmc/u-boot/include/
H A Dmmc.h189 #define MMC_VDD_35_36 0x00800000 /* VDD voltage 3.5 ~ 3.6 */ macro
/openbmc/linux/drivers/staging/greybus/
H A Dsdio.c111 ((ocr & GB_SDIO_VDD_35_36) ? MMC_VDD_35_36 : 0) in _gb_sdio_get_host_ocr()
/openbmc/linux/drivers/mmc/host/
H A Dau1xmmc.c72 MMC_VDD_33_34 | MMC_VDD_34_35 | MMC_VDD_35_36)
H A Dvub300.c2171 mmc->ocr_avail |= MMC_VDD_35_36; in vub300_probe()
H A Dsdhci.c2089 case MMC_VDD_35_36: in sdhci_set_power_noreg()
/openbmc/linux/drivers/mmc/core/
H A Dcore.c1027 const int max_bit = ilog2(MMC_VDD_35_36); in mmc_vdd_to_ocrbitnum()
H A Dmmc.c915 case MMC_VDD_35_36: in __mmc_select_powerclass()