Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsandbox_mmc.c51 resp[7] = cpu_to_be32(SD_HIGHSPEED_BUSY); in sandbox_mmc_send_cmd()
H A Dmmc.c1283 if (!(__be32_to_cpu(switch_status[7]) & SD_HIGHSPEED_BUSY)) in sd_get_capabilities()
/openbmc/u-boot/include/
H A Dmmc.h136 #define SD_HIGHSPEED_BUSY 0x00020000 macro