Home
last modified time | relevance | path

Searched refs:PORT_CMD_ISSUE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ata/
H A Dlibahci.c1436 writel(1, port_mmio + PORT_CMD_ISSUE); in ahci_exec_polled_cmd()
1439 tmp = ata_wait_register(ap, port_mmio + PORT_CMD_ISSUE, in ahci_exec_polled_cmd()
1446 readl(port_mmio + PORT_CMD_ISSUE); /* flush */ in ahci_exec_polled_cmd()
1877 qc_active |= readl(port_mmio + PORT_CMD_ISSUE); in ahci_qc_complete()
1884 qc_active = readl(port_mmio + PORT_CMD_ISSUE); in ahci_qc_complete()
2071 writel(1 << qc->hw_tag, port_mmio + PORT_CMD_ISSUE); in ahci_qc_issue()
H A Dahci.h122 PORT_CMD_ISSUE = 0x38, /* command issue */ enumerator
H A Dahci_xgene.c149 PORT_CMD_ISSUE, 0x0, 1, 100)) in xgene_ahci_restart_engine()