Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ata/
Dahci_xgene.c176 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
177 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
178 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
216 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
219 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
477 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
480 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
521 port_fbs_save = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
527 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
530 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_softreset()
[all …]
Dlibahci.c1278 tmp = readl(port_mmio + PORT_FBS); in ahci_exec_polled_cmd()
1281 writel(tmp, port_mmio + PORT_FBS); in ahci_exec_polled_cmd()
1581 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1590 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1591 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1594 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1615 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr()
1966 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_qc_issue()
1969 writel(fbs, port_mmio + PORT_FBS); in ahci_qc_issue()
2143 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs()
[all …]
Dahci.h143 PORT_FBS = 0x40, /* FIS-based Switching */ enumerator