Searched refs:PORT_CMD_START (Results 1 – 4 of 4) sorted by relevance
164 sunxi_setbits(port_mmio + PORT_CMD, PORT_CMD_START); in ahci_sunxi_start_engine()
193 PORT_CMD_START = (1 << 0), /* Enable port DMA engine */ enumerator
587 tmp |= PORT_CMD_START; in ahci_start_engine()601 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_stop_engine()605 tmp &= ~PORT_CMD_START; in ahci_stop_engine()
352 writel(tmp | PORT_CMD_START, port->mmio + PORT_CMD); in mtip_enable_engine()354 writel(tmp & ~PORT_CMD_START, port->mmio + PORT_CMD); in mtip_enable_engine()357 return (((tmp & PORT_CMD_START) == PORT_CMD_START)); in mtip_enable_engine()