Home
last modified time | relevance | path

Searched defs:PORT_CMD_FIS_RX (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h102 #define PORT_CMD_FIS_RX (1 << 4) /* Enable FIS receive DMA engine */ macro
/openbmc/qemu/hw/ide/
H A Dahci-internal.h174 #define PORT_CMD_FIS_RX (1 << 4) /* Enable FIS receive DMA engine */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h176 PORT_CMD_FIS_RX = BIT(4), /* Enable FIS receive DMA engine */ enumerator