Searched refs:PORT_CMD_ISSUE (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ahci.h | 54 #define PORT_CMD_ISSUE 0x38 /* command issue */ macro
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libahci.c | 1371 writel(1, port_mmio + PORT_CMD_ISSUE); in ahci_exec_polled_cmd() 1374 tmp = ata_wait_register(ap, port_mmio + PORT_CMD_ISSUE, in ahci_exec_polled_cmd() 1381 readl(port_mmio + PORT_CMD_ISSUE); /* flush */ in ahci_exec_polled_cmd() 1870 qc_active |= readl(port_mmio + PORT_CMD_ISSUE); in ahci_handle_port_interrupt() 1877 qc_active = readl(port_mmio + PORT_CMD_ISSUE); in ahci_handle_port_interrupt() 2015 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 | 152 PORT_CMD_ISSUE, 0x0, 1, 100)) in xgene_ahci_restart_engine()
|