Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h77 #define PORT_IRQ_SG_DONE (1 << 5) /* descriptor processed */ macro
88 | PORT_IRQ_CONNECT | PORT_IRQ_SG_DONE \
/openbmc/qemu/hw/ide/
H A Dahci_internal.h154 #define PORT_IRQ_SG_DONE (1 << 5) /* descriptor processed */ macro
166 #define DEF_PORT_IRQ (PORT_IRQ_ERROR | PORT_IRQ_SG_DONE | \
/openbmc/linux/drivers/ata/
H A Dahci.h144 PORT_IRQ_SG_DONE = BIT(5), /* descriptor processed */ enumerator
160 DEF_PORT_IRQ = PORT_IRQ_ERROR | PORT_IRQ_SG_DONE |