Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h100 #define PORT_CMD_LIST_ON (1 << 15) /* cmd list DMA engine running */ macro
/openbmc/qemu/hw/ide/
H A Dahci-internal.h172 #define PORT_CMD_LIST_ON (1 << 15) /* cmd list DMA engine running */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h174 PORT_CMD_LIST_ON = BIT(15), /* cmd list DMA engine running */ enumerator