Searched refs:port_fbs (Results 1 – 1 of 1) sorted by relevance
202 u32 port_fbs; in xgene_ahci_qc_issue() local210 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_qc_issue()211 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_qc_issue()212 port_fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_qc_issue()213 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_qc_issue()465 u32 port_fbs; in xgene_ahci_pmp_softreset() local471 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()472 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_pmp_softreset()473 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_pmp_softreset()474 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()[all …]