Home
last modified time | relevance | path

Searched defs:PORT_IRQ_ERROR (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/ata/
H A Dsata_sil.h151 PORT_IRQ_ERROR = (1 << 1), /* command execution error */ enumerator
/openbmc/qemu/hw/ide/
H A Dahci-internal.h163 #define PORT_IRQ_ERROR (PORT_IRQ_FREEZE | PORT_IRQ_TF_ERR | \ macro