Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h79 #define PORT_IRQ_SDB_FIS (1 << 3) /* Set Device Bits FIS rx'd */ macro
89 | PORT_IRQ_UNK_FIS | PORT_IRQ_SDB_FIS \
/openbmc/qemu/hw/ide/
H A Dahci_internal.h156 #define PORT_IRQ_SDB_FIS (1 << 3) /* Set Device Bits FIS rx'd */ macro
167 PORT_IRQ_SDB_FIS | PORT_IRQ_DMAS_FIS | \
/openbmc/linux/drivers/ata/
H A Dahci.h146 PORT_IRQ_SDB_FIS = BIT(3), /* Set Device Bits FIS rx'd */ enumerator
161 PORT_IRQ_SDB_FIS | PORT_IRQ_DMAS_FIS |
H A Dlibahci.c1922 if (status & PORT_IRQ_SDB_FIS) { in ahci_handle_port_interrupt()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c84 (PORT_IRQ_SDB_FIS | PORT_IRQ_LEGACY | \
88 (PORT_IRQ_ERR | PORT_IRQ_LEGACY | PORT_IRQ_SDB_FIS)
749 if (likely(port_stat & PORT_IRQ_SDB_FIS)) { in mtip_handle_irq()