Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dahci_xgene.c170 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
171 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
172 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
210 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
213 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
471 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
474 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
515 port_fbs_save = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
521 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
524 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_softreset()
[all …]
Dlibahci.c1566 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1575 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1576 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1579 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1600 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr()
1905 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_qc_issue()
1908 writel(fbs, port_mmio + PORT_FBS); in ahci_qc_issue()
2082 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs()
2093 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in ahci_enable_fbs()
2094 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs()
[all …]
Dahci.h143 PORT_FBS = 0x40, /* FIS-based Switching */ enumerator