Home
last modified time | relevance | path

Searched refs:port_fbs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dahci_xgene.c194 u32 port_fbs; in xgene_ahci_qc_issue() local
202 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
203 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_qc_issue()
205 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
457 u32 port_fbs; in xgene_ahci_pmp_softreset() local
463 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
464 port_fbs &= ~PORT_FBS_DEV_MASK; in xgene_ahci_pmp_softreset()
465 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_pmp_softreset()
466 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
502 u32 port_fbs; in xgene_ahci_softreset() local
[all …]
H A Dahci_mvebu.c122 u32 tmp, port_fbs; in ahci_mvebu_stop_engine() local
131 port_fbs = readl(port_mmio + PORT_FBS); in ahci_mvebu_stop_engine()
142 writel(port_fbs, port_mmio + PORT_FBS); in ahci_mvebu_stop_engine()