Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h70 #define PORT_IRQ_IF_NONFATAL (1 << 26) /* interface non-fatal error */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h137 PORT_IRQ_IF_NONFATAL = BIT(26), /* interface non-fatal error */ enumerator
/openbmc/qemu/hw/ide/
H A Dahci-internal.h146 #define PORT_IRQ_IF_NONFATAL (1 << 26) /* interface non-fatal error */ macro