Searched refs:ERROR_INT (Results 1 – 2 of 2) sorted by relevance
97 #define ERROR_INT (1 << 15) macro280 #define ERROR_INT (1 << 15) macro
628 } while (((status & (INT_CMD_DONE | ERROR_INT)) == 0) && (timeout-- > 0)); in cdns_send_cmd()