Searched refs:PORT_IRQ_ERROR (Results 1 – 2 of 2) sorted by relevance
165 PORT_IRQ_ERROR = (1 << 1), /* command execution error */ enumerator177 DEF_PORT_IRQ = PORT_IRQ_COMPLETE | PORT_IRQ_ERROR |618 writel(PORT_IRQ_COMPLETE | PORT_IRQ_ERROR, port + PORT_IRQ_ENABLE_CLR); in sil24_exec_polled_cmd()623 irq_mask = (PORT_IRQ_COMPLETE | PORT_IRQ_ERROR) << PORT_IRQ_RAW_SHIFT; in sil24_exec_polled_cmd()636 if (irq_stat & PORT_IRQ_ERROR) in sil24_exec_polled_cmd()997 if (irq_stat & PORT_IRQ_ERROR) { in sil24_error_intr()
185 PORT_IRQ_ERROR = PORT_IRQ_FREEZE | enumerator188 DEF_PORT_IRQ = PORT_IRQ_ERROR | PORT_IRQ_SG_DONE |2056 if (unlikely(status & PORT_IRQ_ERROR)) { in ahci_port_intr()