Searched refs:PORT_IRQ_HBUS_ERR (Results 1 – 5 of 5) sorted by relevance
67 #define PORT_IRQ_HBUS_ERR (1 << 29) /* host bus fatal error */ macro84 #define PORT_IRQ_FATAL PORT_IRQ_TF_ERR | PORT_IRQ_HBUS_ERR \
143 #define PORT_IRQ_HBUS_ERR (1 << 29) /* host bus fatal error */ macro161 #define PORT_IRQ_FREEZE (PORT_IRQ_HBUS_ERR | PORT_IRQ_IF_ERR | \
134 PORT_IRQ_HBUS_ERR = BIT(29), /* host bus fatal error */ enumerator151 PORT_IRQ_FREEZE = PORT_IRQ_HBUS_ERR |
1828 if (irq_stat & (PORT_IRQ_HBUS_ERR | PORT_IRQ_HBUS_DATA_ERR)) { in ahci_error_intr()
77 (PORT_IRQ_HBUS_ERR | PORT_IRQ_IF_ERR | PORT_IRQ_CONNECT | \