Lines Matching refs:PORT_FBS
170 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()
537 writel(port_fbs_save, port_mmio + PORT_FBS); in xgene_ahci_softreset()