Home
last modified time | relevance | path

Searched refs:PORT_IRQ_ERROR (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.h158 PORT_IRQ_ERROR = PORT_IRQ_FREEZE | enumerator
161 DEF_PORT_IRQ = PORT_IRQ_ERROR | PORT_IRQ_SG_DONE |
H A Dsata_sil24.c156 PORT_IRQ_ERROR = (1 << 1), /* command execution error */ enumerator
168 DEF_PORT_IRQ = PORT_IRQ_COMPLETE | PORT_IRQ_ERROR |
611 writel(PORT_IRQ_COMPLETE | PORT_IRQ_ERROR, port + PORT_IRQ_ENABLE_CLR); in sil24_exec_polled_cmd()
621 irq_mask = (PORT_IRQ_COMPLETE | PORT_IRQ_ERROR) << PORT_IRQ_RAW_SHIFT; in sil24_exec_polled_cmd()
634 if (irq_stat & PORT_IRQ_ERROR) in sil24_exec_polled_cmd()
1012 if (irq_stat & PORT_IRQ_ERROR) { in sil24_error_intr()
H A Dlibahci.c1837 if (unlikely(status & PORT_IRQ_ERROR)) { in ahci_handle_port_interrupt()
/kernel/linux/linux-6.6/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 |
614 writel(PORT_IRQ_COMPLETE | PORT_IRQ_ERROR, port + PORT_IRQ_ENABLE_CLR); in sil24_exec_polled_cmd()
624 irq_mask = (PORT_IRQ_COMPLETE | PORT_IRQ_ERROR) << PORT_IRQ_RAW_SHIFT; in sil24_exec_polled_cmd()
637 if (irq_stat & PORT_IRQ_ERROR) in sil24_exec_polled_cmd()
1011 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.c1911 if (unlikely(status & PORT_IRQ_ERROR)) { in ahci_handle_port_interrupt()

Completed in 14 milliseconds