Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2748 u32 *databuf = hisi_hba->debugfs_regs[DEBUGFS_AXI]; in hisi_sas_debugfs_snapshot_axi_reg()
2751 hw->debugfs_reg_array[DEBUGFS_AXI]; in hisi_sas_debugfs_snapshot_axi_reg()
2873 const void *reg_axi = hw->debugfs_reg_array[DEBUGFS_AXI]; in hisi_sas_debugfs_axi_show()
2875 hisi_sas_debugfs_print_reg(hisi_hba->debugfs_regs[DEBUGFS_AXI], in hisi_sas_debugfs_axi_show()
3734 sz = hw->debugfs_reg_array[DEBUGFS_AXI]->count * 4; in hisi_sas_debugfs_alloc()
3735 hisi_hba->debugfs_regs[DEBUGFS_AXI] = in hisi_sas_debugfs_alloc()
3738 if (!hisi_hba->debugfs_regs[DEBUGFS_AXI]) in hisi_sas_debugfs_alloc()
Dhisi_sas.h263 DEBUGFS_AXI, enumerator
Dhisi_sas_v3_hw.c3099 .debugfs_reg_array[DEBUGFS_AXI] = &debugfs_axi_reg,