Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mmc/
H A Dhost.h344 #define MMC_VDD_25_26 0x00002000 /* VDD voltage 2.5 ~ 2.6 */ macro
/openbmc/u-boot/include/
H A Dmmc.h179 #define MMC_VDD_25_26 0x00002000 /* VDD voltage 2.5 ~ 2.6 */ macro
/openbmc/linux/drivers/staging/greybus/
H A Dsdio.c101 ((ocr & GB_SDIO_VDD_25_26) ? MMC_VDD_25_26 : 0) | in _gb_sdio_get_host_ocr()
/openbmc/linux/drivers/mmc/host/
H A Dvub300.c2161 mmc->ocr_avail |= MMC_VDD_25_26; in vub300_probe()