Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h106 #define PORT_CMD_START (1 << 0) /* Enable port DMA engine */ macro
/openbmc/qemu/hw/ide/
H A Dahci-internal.h178 #define PORT_CMD_START (1 << 0) /* Enable port DMA engine */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h180 PORT_CMD_START = BIT(0), /* Enable port DMA engine */ enumerator