Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-omap2/
Dboard-n8x0.c206 case MMC_VDD_31_32: in n8x0_mmc_set_power_menelaus()
/linux-6.1.9/include/linux/mmc/
Dhost.h344 #define MMC_VDD_31_32 0x00080000 /* VDD voltage 3.1 ~ 3.2 */ macro
/linux-6.1.9/drivers/staging/greybus/
Dsdio.c107 ((ocr & GB_SDIO_VDD_31_32) ? MMC_VDD_31_32 : 0) | in _gb_sdio_get_host_ocr()
/linux-6.1.9/drivers/mmc/host/
Dau1xmmc.c71 MMC_VDD_30_31 | MMC_VDD_31_32 | MMC_VDD_32_33 | \
Dvub300.c2166 mmc->ocr_avail |= MMC_VDD_31_32; in vub300_probe()
/linux-6.1.9/drivers/mmc/core/
Dmmc.c911 case MMC_VDD_31_32: in __mmc_select_powerclass()