Home
last modified time | relevance | path

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

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