Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc.c608 mmc->version = SD_VERSION_1_0; in sd_send_op_cond()
1285 mmc->version = SD_VERSION_1_0; in sd_get_capabilities()
1296 mmc->version = SD_VERSION_1_0; in sd_get_capabilities()
1304 if (mmc->version == SD_VERSION_1_0) in sd_get_capabilities()
1353 if (mmc->version == SD_VERSION_1_0) in sd_set_card_speed()
/third_party/uboot/u-boot-2020.01/include/
Dmmc.h44 #define SD_VERSION_1_0 MAKE_SD_VERSION(1, 0, 0) macro