Searched refs:MMC_STATUS_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | mmc.h | 165 #define MMC_STATUS_MASK (~0x0206BF7F) macro |
/openbmc/u-boot/drivers/mmc/ | ||
H A D | mmc.c | 227 if (cmd.response[0] & MMC_STATUS_MASK) { in mmc_send_status() |