Home
last modified time | relevance | path

Searched refs:PORT_CMD_START (Results 1 – 4 of 4) 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.h177 #define PORT_CMD_START (1 << 0) /* Enable port DMA engine */ macro
/openbmc/u-boot/drivers/ata/
H A Dahci.c248 PORT_CMD_FIS_RX | PORT_CMD_START)) { in ahci_host_init()
251 PORT_CMD_FIS_RX | PORT_CMD_START); in ahci_host_init()
622 PORT_CMD_START, port_mmio + PORT_CMD); in ahci_port_start()
H A Ddwc_ahsata.c504 PORT_CMD_START, &port_mmio->cmd); in ahci_port_start()