Lines Matching refs:PORT_FBS
163 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
164 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
165 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
203 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
206 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
464 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
467 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
508 port_fbs_save = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
514 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
517 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_softreset()
530 writel(port_fbs_save, port_mmio + PORT_FBS); in xgene_ahci_softreset()