Searched refs:PORT_FBS (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
D | ahci_xgene.c | 163 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 …]
|
D | ahci_mvebu.c | 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()
|
D | libahci.c | 1363 tmp = readl(port_mmio + PORT_FBS); in ahci_exec_polled_cmd() 1366 writel(tmp, port_mmio + PORT_FBS); in ahci_exec_polled_cmd() 1676 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1685 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1686 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1689 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1710 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr() 2008 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_qc_issue() 2011 writel(fbs, port_mmio + PORT_FBS); in ahci_qc_issue() 2189 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs() [all …]
|
D | ahci.h | 128 PORT_FBS = 0x40, /* FIS-based Switching */ enumerator
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 12968 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); 12969 fbs = readl(port_mmio + PORT_FBS);
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 289437 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); 289438 fbs = readl(port_mmio + PORT_FBS);
|