Home
last modified time | relevance | path

Searched refs:PORT_FBS (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/ata/
Dahci_xgene.c163 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
164 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
165 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
203 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
206 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
464 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
467 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
508 port_fbs_save = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
514 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
517 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_softreset()
[all …]
Dahci_mvebu.c131 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()
Dlibahci.c1382 tmp = readl(port_mmio + PORT_FBS); in ahci_exec_polled_cmd()
1385 writel(tmp, port_mmio + PORT_FBS); in ahci_exec_polled_cmd()
1683 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1691 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1692 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1695 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1716 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr()
2004 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_qc_issue()
2007 writel(fbs, port_mmio + PORT_FBS); in ahci_qc_issue()
2185 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs()
[all …]
Dahci.h128 PORT_FBS = 0x40, /* FIS-based Switching */ enumerator