Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h66 #define PORT_IRQ_TF_ERR (1 << 30) /* task file error */ macro
84 #define PORT_IRQ_FATAL PORT_IRQ_TF_ERR | PORT_IRQ_HBUS_ERR \
/openbmc/qemu/hw/ide/
H A Dahci_internal.h142 #define PORT_IRQ_TF_ERR (1 << 30) /* task file error */ macro
164 #define PORT_IRQ_ERROR (PORT_IRQ_FREEZE | PORT_IRQ_TF_ERR | \
/openbmc/linux/drivers/ata/
H A Dahci.h133 PORT_IRQ_TF_ERR = BIT(30), /* task file error */ enumerator
158 PORT_IRQ_TF_ERR |
H A Dlibahci.c1798 if (irq_stat & PORT_IRQ_TF_ERR) { in ahci_error_intr()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c79 PORT_IRQ_TF_ERR | PORT_IRQ_HBUS_DATA_ERR | PORT_IRQ_IF_NONFATAL | \
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()