Home
last modified time | relevance | path

Searched refs:PORT_CMD_START (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dahci_mvebu.c127 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_mvebu_stop_engine()
134 tmp &= ~PORT_CMD_START; in ahci_mvebu_stop_engine()
H A Dahci_sunxi.c199 sunxi_setbits(port_mmio + PORT_CMD, PORT_CMD_START); in ahci_sunxi_start_engine()
H A Dahci.h180 PORT_CMD_START = BIT(0), /* Enable port DMA engine */ enumerator
H A Dlibahci.c687 tmp |= PORT_CMD_START; in ahci_start_engine()
715 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_stop_engine()
729 tmp &= ~PORT_CMD_START; in ahci_stop_engine()
/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.c273 bool cmd_start = pr->cmd & PORT_CMD_START; in ahci_cond_start_engines()
280 pr->cmd &= ~PORT_CMD_START; in ahci_cond_start_engines()
332 if ((pr->cmd & PORT_CMD_START) && !(val & PORT_CMD_START)) { in ahci_port_write()
598 if ((pr->cmd & PORT_CMD_START) && pr->cmd_issue) { in check_cmd()
1743 if (!(pr->cmd & PORT_CMD_START) && (pr->cmd & PORT_CMD_LIST_ON)) { in ahci_state_post_load()
H A Dahci_internal.h178 #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()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c263 writel(tmp | PORT_CMD_START, port->mmio + PORT_CMD); in mtip_enable_engine()
265 writel(tmp & ~PORT_CMD_START, port->mmio + PORT_CMD); in mtip_enable_engine()
268 return (((tmp & PORT_CMD_START) == PORT_CMD_START)); in mtip_enable_engine()