Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h67 #define PORT_IRQ_HBUS_ERR (1 << 29) /* host bus fatal error */ macro
84 #define PORT_IRQ_FATAL PORT_IRQ_TF_ERR | PORT_IRQ_HBUS_ERR \
/openbmc/qemu/hw/ide/
H A Dahci_internal.h143 #define PORT_IRQ_HBUS_ERR (1 << 29) /* host bus fatal error */ macro
161 #define PORT_IRQ_FREEZE (PORT_IRQ_HBUS_ERR | PORT_IRQ_IF_ERR | \
/openbmc/linux/drivers/ata/
H A Dahci.h134 PORT_IRQ_HBUS_ERR = BIT(29), /* host bus fatal error */ enumerator
151 PORT_IRQ_FREEZE = PORT_IRQ_HBUS_ERR |
H A Dlibahci.c1828 if (irq_stat & (PORT_IRQ_HBUS_ERR | PORT_IRQ_HBUS_DATA_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 | \