Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dsdhci.c422 case MMC_VDD_29_30:
785 cfg->voltages |= MMC_VDD_29_30 | MMC_VDD_30_31;
H A Dtegra_mmc.c48 case MMC_VDD_29_30: in tegra_mmc_set_power()
H A Dfsl_esdhc.c818 voltage_caps |= MMC_VDD_29_30 | MMC_VDD_30_31; in fsl_esdhc_init()
/rk3399_rockchip-uboot/include/
H A Dmmc.h152 #define MMC_VDD_29_30 0x00020000 /* VDD voltage 2.9 ~ 3.0 */ macro