Home
last modified time | relevance | path

Searched refs:MMC_VERSION_4 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc.c784 if (mmc->version < MMC_VERSION_4 || in mmc_select_bus_width()
1182 if (mmc->version < MMC_VERSION_4)
1818 mmc->version = MMC_VERSION_4;
1887 if (!IS_SD(mmc) && (mmc->version >= MMC_VERSION_4)) {
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h46 #define MMC_VERSION_4 MAKE_MMC_VERSION(4, 0, 0) macro