Home
last modified time | relevance | path

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

/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.c1822 if (irq_stat & (PORT_IRQ_HBUS_ERR | PORT_IRQ_HBUS_DATA_ERR)) { in ahci_error_intr()