Home
last modified time | relevance | path

Searched refs:PORT_IRQ_FREEZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dahci-internal.h161 #define PORT_IRQ_FREEZE (PORT_IRQ_HBUS_ERR | PORT_IRQ_IF_ERR | \ macro
164 #define PORT_IRQ_ERROR (PORT_IRQ_FREEZE | PORT_IRQ_TF_ERR | \
/openbmc/linux/drivers/ata/
H A Dahci.h151 PORT_IRQ_FREEZE = PORT_IRQ_HBUS_ERR | enumerator
157 PORT_IRQ_ERROR = PORT_IRQ_FREEZE |
H A Dlibahci.c1854 if (irq_stat & PORT_IRQ_FREEZE) in ahci_error_intr()