Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mmc/
Dhost.h306 #define MMC_VDD_35_36 0x00800000 /* VDD voltage 3.5 ~ 3.6 */ macro
/Linux-v4.19/drivers/staging/greybus/
Dsdio.c113 ((ocr & GB_SDIO_VDD_35_36) ? MMC_VDD_35_36 : 0) in _gb_sdio_get_host_ocr()
/Linux-v4.19/drivers/mmc/host/
Dau1xmmc.c74 MMC_VDD_33_34 | MMC_VDD_34_35 | MMC_VDD_35_36)
Dvub300.c2178 mmc->ocr_avail |= MMC_VDD_35_36; in vub300_probe()
/Linux-v4.19/drivers/mmc/core/
Dmmc.c896 case MMC_VDD_35_36: in __mmc_select_powerclass()
Dcore.c1057 const int max_bit = ilog2(MMC_VDD_35_36); in mmc_vdd_to_ocrbitnum()