Searched refs:CMD_RESP_END (Results 1 – 2 of 2) sorted by relevance
57 #define CMD_RESP_END (1 << 6) /* CMD Response End */ macro
215 stat_mask |= CMD_RESP_END; in sdh_start_cmd()266 sdh_disable_stat_irq(host, (CMD_SENT | CMD_RESP_END | CMD_TIME_OUT | CMD_CRC_FAIL)); in sdh_cmd_done()436 if (status & (CMD_SENT | CMD_RESP_END | CMD_TIME_OUT | CMD_CRC_FAIL)) { in sdh_stat_irq()