Home
last modified time | relevance | path

Searched refs:PORT_IRQ_IF_NONFATAL (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h70 #define PORT_IRQ_IF_NONFATAL (1 << 26) /* interface non-fatal error */ macro
/openbmc/qemu/hw/ide/
H A Dahci_internal.h146 #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/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c79 PORT_IRQ_TF_ERR | PORT_IRQ_HBUS_DATA_ERR | PORT_IRQ_IF_NONFATAL | \