Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h101 #define PORT_CMD_FIS_ON (1 << 14) /* FIS DMA engine running */ macro
/openbmc/qemu/hw/ide/
H A Dahci-internal.h173 #define PORT_CMD_FIS_ON (1 << 14) /* FIS DMA engine running */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h175 PORT_CMD_FIS_ON = BIT(14), /* FIS DMA engine running */ enumerator