Home
last modified time | relevance | path

Searched defs:PORT_IRQ_HBUS_ERR (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h67 #define PORT_IRQ_HBUS_ERR (1 << 29) /* host bus fatal error */ macro
/openbmc/qemu/hw/ide/
H A Dahci-internal.h143 #define PORT_IRQ_HBUS_ERR (1 << 29) /* host bus fatal error */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h134 PORT_IRQ_HBUS_ERR = BIT(29), /* host bus fatal error */ enumerator