Lines Matching refs:port_fbs
195 u32 port_fbs; in xgene_ahci_qc_issue() local
203 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
204 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_qc_issue()
205 port_fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_qc_issue()
206 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
458 u32 port_fbs; in xgene_ahci_pmp_softreset() local
464 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
465 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_pmp_softreset()
466 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_pmp_softreset()
467 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
503 u32 port_fbs; in xgene_ahci_softreset() local
514 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
515 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_softreset()
516 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_softreset()
517 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_softreset()