Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dmmc.h80 #define SD_DATA_4BIT 0x00040000 macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc.c1300 if (mmc->scr[0] & SD_DATA_4BIT) in sd_get_capabilities()