Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h69 #define PORT_IRQ_IF_ERR (1 << 27) /* interface fatal error */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h136 PORT_IRQ_IF_ERR = BIT(27), /* interface fatal error */ enumerator
/openbmc/qemu/hw/ide/
H A Dahci_internal.h145 #define PORT_IRQ_IF_ERR (1 << 27) /* interface fatal error */ macro