Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Dhost.h233 #define MMC_VDD_35_36 0x00800000 /* VDD voltage 3.5 ~ 3.6 */ macro
/linux-4.1.27/drivers/mmc/host/
Dau1xmmc.c73 MMC_VDD_33_34 | MMC_VDD_34_35 | MMC_VDD_35_36)
Dvub300.c2183 mmc->ocr_avail |= MMC_VDD_35_36; in vub300_probe()
/linux-4.1.27/drivers/mmc/core/
Dmmc.c802 case MMC_VDD_35_36: in __mmc_select_powerclass()
Dcore.c1173 const int max_bit = ilog2(MMC_VDD_35_36); in mmc_vdd_to_ocrbitnum()