Searched refs:PORT_CMD (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/ata/ |
D | libahci.c | 264 return sprintf(buf, "%x\n", readl(port_mmio + PORT_CMD)); in ahci_show_port_cmd() 586 tmp = readl(port_mmio + PORT_CMD); in ahci_start_engine() 588 writel(tmp, port_mmio + PORT_CMD); in ahci_start_engine() 589 readl(port_mmio + PORT_CMD); /* flush */ in ahci_start_engine() 598 tmp = readl(port_mmio + PORT_CMD); in ahci_stop_engine() 606 writel(tmp, port_mmio + PORT_CMD); in ahci_stop_engine() 609 tmp = ata_wait_register(ap, port_mmio + PORT_CMD, in ahci_stop_engine() 637 tmp = readl(port_mmio + PORT_CMD); in ahci_start_fis_rx() 639 writel(tmp, port_mmio + PORT_CMD); in ahci_start_fis_rx() 642 readl(port_mmio + PORT_CMD); in ahci_start_fis_rx() [all …]
|
D | ahci_qoriq.c | 97 px_cmd = readl(port_mmio + PORT_CMD); in ahci_qoriq_hardreset() 111 px_val = readl(port_mmio + PORT_CMD); in ahci_qoriq_hardreset() 113 writel(px_cmd, port_mmio + PORT_CMD); in ahci_qoriq_hardreset()
|
D | ahci_sunxi.c | 164 sunxi_setbits(port_mmio + PORT_CMD, PORT_CMD_START); in ahci_sunxi_start_engine()
|
D | ahci.h | 134 PORT_CMD = 0x18, /* port command */ enumerator
|
D | ahci_xgene.c | 418 portcmd_saved = readl(port_mmio + PORT_CMD); in xgene_ahci_hardreset() 429 writel(portcmd_saved, port_mmio + PORT_CMD); in xgene_ahci_hardreset()
|
D | acard-ahci.c | 340 u32 cmd = readl(port_mmio + PORT_CMD); in acard_ahci_port_start()
|
/linux-4.4.14/drivers/block/mtip32xx/ |
D | mtip32xx.c | 324 tmp = readl(port->mmio + PORT_CMD); in mtip_enable_fis() 326 writel(tmp | PORT_CMD_FIS_RX, port->mmio + PORT_CMD); in mtip_enable_fis() 328 writel(tmp & ~PORT_CMD_FIS_RX, port->mmio + PORT_CMD); in mtip_enable_fis() 331 readl(port->mmio + PORT_CMD); in mtip_enable_fis() 350 tmp = readl(port->mmio + PORT_CMD); in mtip_enable_engine() 352 writel(tmp | PORT_CMD_START, port->mmio + PORT_CMD); in mtip_enable_engine() 354 writel(tmp & ~PORT_CMD_START, port->mmio + PORT_CMD); in mtip_enable_engine() 356 readl(port->mmio + PORT_CMD); in mtip_enable_engine() 461 while ((readl(port->mmio + PORT_CMD) & PORT_CMD_LIST_ON) in mtip_restart_port() 472 if (readl(port->mmio + PORT_CMD) & PORT_CMD_LIST_ON) { in mtip_restart_port()
|