Searched refs:debugfs_reg_array (Results 1 – 3 of 3) sorted by relevance
2739 hw->debugfs_reg_array[DEBUGFS_GLOBAL]; in hisi_sas_debugfs_snapshot_global_reg()2751 hw->debugfs_reg_array[DEBUGFS_AXI]; in hisi_sas_debugfs_snapshot_axi_reg()2764 hw->debugfs_reg_array[DEBUGFS_RAS]; in hisi_sas_debugfs_snapshot_ras_reg()2847 const void *reg_global = hw->debugfs_reg_array[DEBUGFS_GLOBAL]; in hisi_sas_debugfs_global_show()2873 const void *reg_axi = hw->debugfs_reg_array[DEBUGFS_AXI]; in hisi_sas_debugfs_axi_show()2899 const void *reg_ras = hw->debugfs_reg_array[DEBUGFS_RAS]; in hisi_sas_debugfs_ras_show()3718 sz = hw->debugfs_reg_array[DEBUGFS_GLOBAL]->count * 4; in hisi_sas_debugfs_alloc()3734 sz = hw->debugfs_reg_array[DEBUGFS_AXI]->count * 4; in hisi_sas_debugfs_alloc()3741 sz = hw->debugfs_reg_array[DEBUGFS_RAS]->count * 4; in hisi_sas_debugfs_alloc()
320 const struct hisi_sas_debugfs_reg *debugfs_reg_array[DEBUGFS_REGS_NUM]; member
3098 .debugfs_reg_array[DEBUGFS_GLOBAL] = &debugfs_global_reg,3099 .debugfs_reg_array[DEBUGFS_AXI] = &debugfs_axi_reg,3100 .debugfs_reg_array[DEBUGFS_RAS] = &debugfs_ras_reg,