Home
last modified time | relevance | path

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

/drivers/ata/
Dahci.c149 PORT_CMD = 0x18, /* port command */ enumerator
873 tmp = readl(port_mmio + PORT_CMD); in ahci_start_engine()
875 writel(tmp, port_mmio + PORT_CMD); in ahci_start_engine()
876 readl(port_mmio + PORT_CMD); /* flush */ in ahci_start_engine()
884 tmp = readl(port_mmio + PORT_CMD); in ahci_stop_engine()
892 writel(tmp, port_mmio + PORT_CMD); in ahci_stop_engine()
895 tmp = ata_wait_register(port_mmio + PORT_CMD, in ahci_stop_engine()
922 tmp = readl(port_mmio + PORT_CMD); in ahci_start_fis_rx()
924 writel(tmp, port_mmio + PORT_CMD); in ahci_start_fis_rx()
927 readl(port_mmio + PORT_CMD); in ahci_start_fis_rx()
[all …]