Home
last modified time | relevance | path

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

/linux/drivers/ata/
H 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()
460 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
463 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_pmp_softreset()
502 port_fbs_save = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
508 port_fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_softreset()
511 writel(port_fbs, port_mmio + PORT_FBS); in xgene_ahci_softreset()
[all …]
H A Dlibahci.c1428 tmp = readl(port_mmio + PORT_FBS); in ahci_exec_polled_cmd()
1431 writel(tmp, port_mmio + PORT_FBS); in ahci_exec_polled_cmd()
1732 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1740 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1741 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1744 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1765 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr()
2064 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_qc_issue()
2067 writel(fbs, port_mmio + PORT_FBS); in ahci_qc_issue()
2331 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs()
[all …]
H A Dahci.h128 PORT_FBS = 0x40, /* FIS-based Switching */ enumerator