Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2764 hw->debugfs_reg_array[DEBUGFS_GLOBAL]; in hisi_sas_debugfs_snapshot_global_reg()
2777 hw->debugfs_reg_array[DEBUGFS_AXI]; in hisi_sas_debugfs_snapshot_axi_reg()
2791 hw->debugfs_reg_array[DEBUGFS_RAS]; in hisi_sas_debugfs_snapshot_ras_reg()
2877 const void *reg_global = hw->debugfs_reg_array[DEBUGFS_GLOBAL]; in hisi_sas_debugfs_global_show()
2904 const void *reg_axi = hw->debugfs_reg_array[DEBUGFS_AXI]; in hisi_sas_debugfs_axi_show()
2931 const void *reg_ras = hw->debugfs_reg_array[DEBUGFS_RAS]; in hisi_sas_debugfs_ras_show()
3857 sz = hw->debugfs_reg_array[r]->count * 4; in hisi_sas_debugfs_alloc()
Dhisi_sas.h360 const struct hisi_sas_debugfs_reg *debugfs_reg_array[DEBUGFS_REGS_NUM]; member
Dhisi_sas_v3_hw.c3173 .debugfs_reg_array[DEBUGFS_GLOBAL] = &debugfs_global_reg,
3174 .debugfs_reg_array[DEBUGFS_AXI] = &debugfs_axi_reg,
3175 .debugfs_reg_array[DEBUGFS_RAS] = &debugfs_ras_reg,