Home
last modified time | relevance | path

Searched defs: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
/openbmc/qemu/hw/ide/
H A Dahci-internal.h154 #define PORT_IRQ_SG_DONE (1 << 5) /* descriptor processed */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h144 PORT_IRQ_SG_DONE = BIT(5), /* descriptor processed */ enumerator