Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h68 #define PORT_IRQ_HBUS_DATA_ERR (1 << 28) /* host bus data error */ macro
/openbmc/qemu/hw/ide/
H A Dahci-internal.h144 #define PORT_IRQ_HBUS_DATA_ERR (1 << 28) /* host bus data error */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h135 PORT_IRQ_HBUS_DATA_ERR = BIT(28), /* host bus data error */ enumerator