Home
last modified time | relevance | path

Searched refs:PORT_IRQ_SDB_FIS (Results 1 – 3 of 3) sorted by relevance

/drivers/ata/
Dahci.h161 PORT_IRQ_SDB_FIS = (1 << 3), /* Set Device Bits FIS rx'd */ enumerator
176 PORT_IRQ_SDB_FIS | PORT_IRQ_DMAS_FIS |
Dlibahci.c1737 if (status & PORT_IRQ_SDB_FIS) { in ahci_handle_port_interrupt()
/drivers/block/mtip32xx/
Dmtip32xx.c94 (PORT_IRQ_SDB_FIS | PORT_IRQ_LEGACY | \
98 (PORT_IRQ_ERR | PORT_IRQ_LEGACY | PORT_IRQ_SDB_FIS)
897 if (likely(port_stat & PORT_IRQ_SDB_FIS)) { in mtip_handle_irq()