Lines Matching refs:debugfs_regs
2736 u32 *databuf = hisi_hba->debugfs_regs[DEBUGFS_GLOBAL]; in hisi_sas_debugfs_snapshot_global_reg()
2748 u32 *databuf = hisi_hba->debugfs_regs[DEBUGFS_AXI]; in hisi_sas_debugfs_snapshot_axi_reg()
2761 u32 *databuf = hisi_hba->debugfs_regs[DEBUGFS_RAS]; in hisi_sas_debugfs_snapshot_ras_reg()
2849 hisi_sas_debugfs_print_reg(hisi_hba->debugfs_regs[DEBUGFS_GLOBAL], in hisi_sas_debugfs_global_show()
2875 hisi_sas_debugfs_print_reg(hisi_hba->debugfs_regs[DEBUGFS_AXI], in hisi_sas_debugfs_axi_show()
2901 hisi_sas_debugfs_print_reg(hisi_hba->debugfs_regs[DEBUGFS_RAS], in hisi_sas_debugfs_ras_show()
3702 devm_kfree(dev, hisi_hba->debugfs_regs[i]); in hisi_sas_debugfs_release()
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()
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()
3742 hisi_hba->debugfs_regs[DEBUGFS_RAS] = in hisi_sas_debugfs_alloc()
3745 if (!hisi_hba->debugfs_regs[DEBUGFS_RAS]) in hisi_sas_debugfs_alloc()