Home
last modified time | relevance | path

Searched refs:PORT_IRQ_IF_ERR (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h69 #define PORT_IRQ_IF_ERR (1 << 27) /* interface fatal error */ macro
85 | PORT_IRQ_HBUS_DATA_ERR | PORT_IRQ_IF_ERR
/openbmc/qemu/hw/ide/
H A Dahci_internal.h145 #define PORT_IRQ_IF_ERR (1 << 27) /* interface fatal error */ macro
161 #define PORT_IRQ_FREEZE (PORT_IRQ_HBUS_ERR | PORT_IRQ_IF_ERR | \
/openbmc/linux/drivers/ata/
H A Dahci.h136 PORT_IRQ_IF_ERR = BIT(27), /* interface fatal error */ enumerator
152 PORT_IRQ_IF_ERR |
H A Dlibahci.c1796 irq_stat &= ~PORT_IRQ_IF_ERR; in ahci_error_intr()
1834 if (irq_stat & PORT_IRQ_IF_ERR) { in ahci_error_intr()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c77 (PORT_IRQ_HBUS_ERR | PORT_IRQ_IF_ERR | PORT_IRQ_CONNECT | \
85 PORT_IRQ_TF_ERR | PORT_IRQ_IF_ERR | \
721 if (likely(port_stat & (PORT_IRQ_TF_ERR | PORT_IRQ_IF_ERR))) { in mtip_process_errors()