Lines Matching refs:port_fbs
192 u32 port_fbs; in xgene_ahci_qc_issue() local
200 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
201 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_qc_issue()
202 port_fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_qc_issue()
203 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
455 u32 port_fbs; in xgene_ahci_pmp_softreset() local
461 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
462 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_pmp_softreset()
463 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_pmp_softreset()
464 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
500 u32 port_fbs; in xgene_ahci_softreset() local
511 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
512 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_softreset()
513 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_softreset()
514 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_softreset()