Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dsdhci.c423 case MMC_VDD_30_31:
785 cfg->voltages |= MMC_VDD_29_30 | MMC_VDD_30_31;
H A Dtegra_mmc.c49 case MMC_VDD_30_31: 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.h153 #define MMC_VDD_30_31 0x00040000 /* VDD voltage 3.0 ~ 3.1 */ macro