Searched refs:PORT_CMD_ISSUE (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/ata/ |
H A D | ahci.c | 666 writel_with_flush(1, port_mmio + PORT_CMD_ISSUE); in ahci_device_data_io() 668 if (waiting_for_cmd_completed(port_mmio + PORT_CMD_ISSUE, in ahci_device_data_io() 1130 writel_with_flush(1, port_mmio + PORT_CMD_ISSUE); in ata_io_flush() 1132 if (waiting_for_cmd_completed(port_mmio + PORT_CMD_ISSUE, in ata_io_flush()
|
/openbmc/u-boot/include/ |
H A D | ahci.h | 53 #define PORT_CMD_ISSUE 0x38 /* command issue */ macro
|
/openbmc/linux/drivers/ata/ |
H A D | libahci.c | 1437 writel(1, port_mmio + PORT_CMD_ISSUE); in ahci_exec_polled_cmd() 1440 tmp = ata_wait_register(ap, port_mmio + PORT_CMD_ISSUE, in ahci_exec_polled_cmd() 1447 readl(port_mmio + PORT_CMD_ISSUE); /* flush */ in ahci_exec_polled_cmd() 1878 qc_active |= readl(port_mmio + PORT_CMD_ISSUE); in ahci_qc_complete() 1885 qc_active = readl(port_mmio + PORT_CMD_ISSUE); in ahci_qc_complete() 2072 writel(1 << qc->hw_tag, port_mmio + PORT_CMD_ISSUE); in ahci_qc_issue()
|
H A D | ahci.h | 122 PORT_CMD_ISSUE = 0x38, /* command issue */ enumerator
|
H A D | ahci_xgene.c | 151 PORT_CMD_ISSUE, 0x0, 1, 100)) in xgene_ahci_restart_engine()
|