Searched defs:PORT_IRQ_ERROR (Results 1 – 2 of 2) sorted by relevance
151 PORT_IRQ_ERROR = (1 << 1), /* command execution error */ enumerator
163 #define PORT_IRQ_ERROR (PORT_IRQ_FREEZE | PORT_IRQ_TF_ERR | \ macro