Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dsandbox_mmc.c55 resp[7] = cpu_to_be32(SD_HIGHSPEED_BUSY); in sandbox_mmc_send_cmd()
Dmmc.c1316 if (!(__be32_to_cpu(switch_status[7]) & SD_HIGHSPEED_BUSY)) in sd_get_capabilities()
/third_party/uboot/u-boot-2020.01/include/
Dmmc.h141 #define SD_HIGHSPEED_BUSY 0x00020000 macro