Searched refs:PORT_CMD_START (Results 1 – 8 of 8) 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()
178 PORT_CMD_START = (1 << 0), /* Enable port DMA engine */ enumerator
629 tmp |= PORT_CMD_START; in ahci_start_engine()657 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_stop_engine()671 tmp &= ~PORT_CMD_START; in ahci_stop_engine()
107 #define PORT_CMD_START (1 << 0) /* Enable port DMA engine */ macro
242 PORT_CMD_FIS_RX | PORT_CMD_START)) { in ahci_host_init()245 PORT_CMD_FIS_RX | PORT_CMD_START); in ahci_host_init()622 PORT_CMD_START, port_mmio + PORT_CMD); in ahci_port_start()
505 PORT_CMD_START, &port_mmio->cmd); in ahci_port_start()
275 writel(tmp | PORT_CMD_START, port->mmio + PORT_CMD); in mtip_enable_engine()277 writel(tmp & ~PORT_CMD_START, port->mmio + PORT_CMD); in mtip_enable_engine()280 return (((tmp & PORT_CMD_START) == PORT_CMD_START)); in mtip_enable_engine()