Searched refs:PORT_FBS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A 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...] |
H A 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()
|
H A D | libahci.c | 1372 tmp = readl(port_mmio + PORT_FBS); in ahci_exec_polled_cmd() 1375 writel(tmp, port_mmio + PORT_FBS); in ahci_exec_polled_cmd() 1687 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1696 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1697 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1700 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1721 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr() 2009 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_qc_issue() 2012 writel(fbs, port_mmio + PORT_FBS); in ahci_qc_issue() 2190 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs() [all...] |
H A D | ahci.h | 129 PORT_FBS = 0x40, /* FIS-based Switching */ enumerator 186 /* PORT_FBS bits */
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci_xgene.c | 162 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 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()
|
H A D | libahci.c | 1429 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() 1741 writel(fbs | PORT_FBS_DEC, 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() 2065 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_qc_issue() 2068 writel(fbs, port_mmio + PORT_FBS); in ahci_qc_issue() 2340 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs() [all...] |
H A D | ahci.h | 128 PORT_FBS = 0x40, /* FIS-based Switching */ enumerator 191 /* PORT_FBS bits */
|
Completed in 14 milliseconds