Home
last modified time | relevance | path

Searched refs:PORT_IRQ_D2H_REG_FIS (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h82 #define PORT_IRQ_D2H_REG_FIS (1 << 0) /* D2H Register FIS rx'd */ macro
91 | PORT_IRQ_D2H_REG_FIS
/openbmc/qemu/hw/ide/
H A Dahci_internal.h159 #define PORT_IRQ_D2H_REG_FIS (1 << 0) /* D2H Register FIS rx'd */ macro
168 PORT_IRQ_PIOS_FIS | PORT_IRQ_D2H_REG_FIS)
/openbmc/linux/drivers/ata/
H A Dahci.h149 PORT_IRQ_D2H_REG_FIS = BIT(0), /* D2H Register FIS rx'd */ enumerator
162 PORT_IRQ_PIOS_FIS | PORT_IRQ_D2H_REG_FIS,
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c82 (PORT_IRQ_PIOS_FIS | PORT_IRQ_D2H_REG_FIS)