Home
last modified time | relevance | path

Searched refs:MMC_VDD_25_26 (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/mmc/
Dhost.h338 #define MMC_VDD_25_26 0x00002000 /* VDD voltage 2.5 ~ 2.6 */ macro
/linux-6.1.9/drivers/staging/greybus/
Dsdio.c101 ((ocr & GB_SDIO_VDD_25_26) ? MMC_VDD_25_26 : 0) | in _gb_sdio_get_host_ocr()
/linux-6.1.9/drivers/mmc/host/
Dvub300.c2160 mmc->ocr_avail |= MMC_VDD_25_26; in vub300_probe()