Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2736 u32 *databuf = hisi_hba->debugfs_regs[DEBUGFS_GLOBAL]; in hisi_sas_debugfs_snapshot_global_reg()
2739 hw->debugfs_reg_array[DEBUGFS_GLOBAL]; in hisi_sas_debugfs_snapshot_global_reg()
2847 const void *reg_global = hw->debugfs_reg_array[DEBUGFS_GLOBAL]; in hisi_sas_debugfs_global_show()
2849 hisi_sas_debugfs_print_reg(hisi_hba->debugfs_regs[DEBUGFS_GLOBAL], in hisi_sas_debugfs_global_show()
3718 sz = hw->debugfs_reg_array[DEBUGFS_GLOBAL]->count * 4; in hisi_sas_debugfs_alloc()
3719 hisi_hba->debugfs_regs[DEBUGFS_GLOBAL] = in hisi_sas_debugfs_alloc()
3722 if (!hisi_hba->debugfs_regs[DEBUGFS_GLOBAL]) in hisi_sas_debugfs_alloc()
Dhisi_sas.h262 DEBUGFS_GLOBAL = 0, enumerator
Dhisi_sas_v3_hw.c3098 .debugfs_reg_array[DEBUGFS_GLOBAL] = &debugfs_global_reg,