Home
last modified time | relevance | path

Searched refs:MMC_VDD_24_25 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/arm/mach-omap2/
Dboard-n8x0.c238 case MMC_VDD_24_25: in n8x0_mmc_set_power_menelaus()
457 MMC_VDD_23_24 | MMC_VDD_24_25 |
/linux-6.1.9/include/linux/mmc/
Dhost.h337 #define MMC_VDD_24_25 0x00001000 /* VDD voltage 2.4 ~ 2.5 */ macro
/linux-6.1.9/drivers/staging/greybus/
Dsdio.c100 ((ocr & GB_SDIO_VDD_24_25) ? MMC_VDD_24_25 : 0) | in _gb_sdio_get_host_ocr()
/linux-6.1.9/drivers/mmc/host/
Dvub300.c2159 mmc->ocr_avail |= MMC_VDD_24_25; in vub300_probe()