Searched refs:PORT_IRQ_TF_ERR (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/ata/
H A Dahci.h133 PORT_IRQ_TF_ERR = BIT(30), /* task file error */ enumerator in enum:__anon183
158 PORT_IRQ_TF_ERR |
H A Dlibahci.c1791 if (irq_stat & PORT_IRQ_TF_ERR) {
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c79 PORT_IRQ_TF_ERR | PORT_IRQ_HBUS_DATA_ERR | PORT_IRQ_IF_NONFATAL | \
85 PORT_IRQ_TF_ERR | PORT_IRQ_IF_ERR | \
721 if (likely(port_stat & (PORT_IRQ_TF_ERR | PORT_IRQ_IF_ERR))) {

Completed in 211 milliseconds