Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h66 #define PORT_IRQ_TF_ERR (1 << 30) /* task file error */ macro
/openbmc/qemu/hw/ide/
H A Dahci-internal.h142 #define PORT_IRQ_TF_ERR (1 << 30) /* task file error */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h133 PORT_IRQ_TF_ERR = BIT(30), /* task file error */ enumerator