Searched refs:INT_ERROR (Results 1 – 5 of 5) sorted by relevance
101 #define INT_ERROR BIT(1) macro104 #define SUPPORTED_INTERRUPTS (INT_COMPLETION | INT_ERROR)
119 #define INT_ERROR 0x04 /* error interrupt */ macro
17 #define INT_ERROR(x) (((x) & 0xF4FF) == 0x0400) macro
110 #define INT_ERROR 0x2 macro113 #define SUPPORTED_INTERRUPTS (INT_COMPLETION | INT_ERROR)
753 if ((status & INT_ERROR) && !cmd_q->cmd_error) in ccp5_irq_bh()