Home
last modified time | relevance | path

Searched refs:PORT_IRQ_ERROR (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ata/
H A Dsata_sil24.c156 PORT_IRQ_ERROR = (1 << 1), /* command execution error */ enumerator
168 DEF_PORT_IRQ = PORT_IRQ_COMPLETE | PORT_IRQ_ERROR |
613 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()
1010 if (irq_stat & PORT_IRQ_ERROR) { in sil24_error_intr()
H A Dahci.h157 PORT_IRQ_ERROR = PORT_IRQ_FREEZE | enumerator
160 DEF_PORT_IRQ = PORT_IRQ_ERROR | PORT_IRQ_SG_DONE |
H A Dlibahci.c1905 if (unlikely(status & PORT_IRQ_ERROR)) { in ahci_handle_port_interrupt()