Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci_xgene.c162 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
163 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
164 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
202 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
205 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
463 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
466 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
507 port_fbs_save = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
513 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
516 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_softreset()
[all …]
H A 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()
H A Dlibahci.c1429 tmp = readl(port_mmio + PORT_FBS); in ahci_exec_polled_cmd()
1432 writel(tmp, port_mmio + PORT_FBS); in ahci_exec_polled_cmd()
1733 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1742 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1745 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1766 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr()
2068 writel(fbs, port_mmio + PORT_FBS); in ahci_qc_issue()
2340 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs()
2352 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs()
2374 fbs = readl(port_mmio + PORT_FBS); in ahci_disable_fbs()
[all …]
H A Dahci.h128 PORT_FBS = 0x40, /* FIS-based Switching */ enumerator