Home
last modified time | relevance | path

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

/drivers/ata/
Dahci.h160 PORT_IRQ_UNK_FIS = (1 << 4), /* unknown FIS rx'd */ enumerator
170 PORT_IRQ_UNK_FIS |
Dsata_sil24.c171 PORT_IRQ_UNK_FIS = (1 << 6), /* unknown FIS received */ enumerator
180 PORT_IRQ_UNK_FIS | PORT_IRQ_SDB_NOTIFY,
1011 if (irq_stat & PORT_IRQ_UNK_FIS) { in sil24_error_intr()
Dlibahci.c1646 if (irq_stat & PORT_IRQ_UNK_FIS) { in ahci_error_intr()
/drivers/block/mtip32xx/
Dmtip32xx.c88 PORT_IRQ_PHYRDY | PORT_IRQ_UNK_FIS | PORT_IRQ_BAD_PMP | \