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