Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/mmc/
Dhost.h348 #define MMC_VDD_35_36 0x00800000 /* VDD voltage 3.5 ~ 3.6 */ macro
/Linux-v6.1/drivers/staging/greybus/
Dsdio.c111 ((ocr & GB_SDIO_VDD_35_36) ? MMC_VDD_35_36 : 0) in _gb_sdio_get_host_ocr()
/Linux-v6.1/drivers/mmc/host/
Dau1xmmc.c72 MMC_VDD_33_34 | MMC_VDD_34_35 | MMC_VDD_35_36)
Dvub300.c2168 mmc->ocr_avail |= MMC_VDD_35_36; in vub300_probe()
Dsdhci.c2099 case MMC_VDD_35_36: in sdhci_set_power_noreg()
/Linux-v6.1/drivers/mmc/core/
Dcore.c1023 const int max_bit = ilog2(MMC_VDD_35_36); in mmc_vdd_to_ocrbitnum()
Dmmc.c915 case MMC_VDD_35_36: in __mmc_select_powerclass()