Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmxcmmc.c63 #define STATUS_END_CMD_RESP (1 << 13) macro
416 } while (!(stat & STATUS_END_CMD_RESP)); in mxcmci_request()
/openbmc/linux/drivers/mmc/host/
H A Dmxcmmc.c74 #define STATUS_END_CMD_RESP (1 << 13) macro
723 if (stat & STATUS_END_CMD_RESP) in mxcmci_irq()