Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2760 hw->debugfs_reg_array[DEBUGFS_GLOBAL]; in hisi_sas_debugfs_snapshot_global_reg()
2773 hw->debugfs_reg_array[DEBUGFS_AXI]; in hisi_sas_debugfs_snapshot_axi_reg()
2787 hw->debugfs_reg_array[DEBUGFS_RAS]; in hisi_sas_debugfs_snapshot_ras_reg()
2873 const void *reg_global = hw->debugfs_reg_array[DEBUGFS_GLOBAL]; in hisi_sas_debugfs_global_show()
2900 const void *reg_axi = hw->debugfs_reg_array[DEBUGFS_AXI]; in hisi_sas_debugfs_axi_show()
2927 const void *reg_ras = hw->debugfs_reg_array[DEBUGFS_RAS]; in hisi_sas_debugfs_ras_show()
3853 sz = hw->debugfs_reg_array[r]->count * 4; in hisi_sas_debugfs_alloc()
H A Dhisi_sas.h360 const struct hisi_sas_debugfs_reg *debugfs_reg_array[DEBUGFS_REGS_NUM]; member
H A Dhisi_sas_v3_hw.c3174 .debugfs_reg_array[DEBUGFS_GLOBAL] = &debugfs_global_reg,
3175 .debugfs_reg_array[DEBUGFS_AXI] = &debugfs_axi_reg,
3176 .debugfs_reg_array[DEBUGFS_RAS] = &debugfs_ras_reg,