Searched refs:PORT_CMD_START (Results 1 – 5 of 5) sorted by relevance
127 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()
199 sunxi_setbits(port_mmio + PORT_CMD, PORT_CMD_START); in ahci_sunxi_start_engine()
180 PORT_CMD_START = BIT(0), /* Enable port DMA engine */ enumerator
687 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()
263 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()