Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h80 #define PORT_IRQ_DMAS_FIS (1 << 2) /* DMA Setup FIS rx'd */ macro
90 | PORT_IRQ_DMAS_FIS | PORT_IRQ_PIOS_FIS \
/openbmc/qemu/hw/ide/
H A Dahci_internal.h157 #define PORT_IRQ_DMAS_FIS (1 << 2) /* DMA Setup FIS rx'd */ macro
167 PORT_IRQ_SDB_FIS | PORT_IRQ_DMAS_FIS | \
/openbmc/linux/drivers/ata/
H A Dahci.h147 PORT_IRQ_DMAS_FIS = BIT(2), /* DMA Setup FIS rx'd */ enumerator
161 PORT_IRQ_SDB_FIS | PORT_IRQ_DMAS_FIS |