Home
last modified time | relevance | path

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

/linux/drivers/ata/
A Dahci_xgene.c160 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
161 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
162 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
200 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
203 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_qc_issue()
461 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
464 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
505 port_fbs_save = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
511 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
514 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_softreset()
[all …]
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()
A Dlibahci.c1422 tmp = readl(port_mmio + PORT_FBS); in ahci_exec_polled_cmd()
1425 writel(tmp, port_mmio + PORT_FBS); in ahci_exec_polled_cmd()
1726 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1735 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1738 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1759 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr()
2061 writel(fbs, port_mmio + PORT_FBS); in ahci_qc_issue()
2325 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs()
2337 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs()
2359 fbs = readl(port_mmio + PORT_FBS); in ahci_disable_fbs()
[all …]
A Dahci.h128 PORT_FBS = 0x40, /* FIS-based Switching */ enumerator

Completed in 20 milliseconds