Home
last modified time | relevance | path

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

/linux-6.15/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.c688 tmp |= PORT_CMD_START; in ahci_start_engine()
716 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_stop_engine()
730 tmp &= ~PORT_CMD_START; in ahci_stop_engine()
/linux-6.15/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()