Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmmc.h165 #define MMC_STATUS_MASK (~0x0206BF7F) macro
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c227 if (cmd.response[0] & MMC_STATUS_MASK) { in mmc_send_status()