Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dahci.h68 #define PORT_IRQ_HBUS_ERR (1 << 29) /* host bus fatal error */ macro
85 #define PORT_IRQ_FATAL PORT_IRQ_TF_ERR | PORT_IRQ_HBUS_ERR \
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h134 PORT_IRQ_HBUS_ERR = (1 << 29), /* host bus fatal error */ enumerator
151 PORT_IRQ_FREEZE = PORT_IRQ_HBUS_ERR |
H A Dlibahci.c1772 if (irq_stat & (PORT_IRQ_HBUS_ERR | PORT_IRQ_HBUS_DATA_ERR)) { in ahci_error_intr()
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c78 (PORT_IRQ_HBUS_ERR | PORT_IRQ_IF_ERR | PORT_IRQ_CONNECT | \