Lines Matching refs:port_fbs
208 u32 port_fbs; in xgene_ahci_qc_issue() local
216 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
217 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_qc_issue()
218 port_fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_qc_issue()
219 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
471 u32 port_fbs; in xgene_ahci_pmp_softreset() local
477 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
478 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_pmp_softreset()
479 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_pmp_softreset()
480 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
516 u32 port_fbs; in xgene_ahci_softreset() local
527 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
528 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_softreset()
529 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_softreset()
530 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_softreset()