Home
last modified time | relevance | path

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

/external/u-boot/include/
Dmmc.h25 #define SD_VERSION_SD (1U << 31) macro
31 (SD_VERSION_SD | MAKE_SDMMC_VERSION(a, b, c))
76 #define IS_SD(x) ((x)->version & SD_VERSION_SD)