Searched refs:se_bank (Results 1 – 1 of 1) sorted by relevance
79 unsigned int instance_bank, sh_bank, se_bank, me, pipe, queue, vmid; in amdgpu_debugfs_process_reg_op() local82 instance_bank = sh_bank = se_bank = me = pipe = queue = vmid = 0; in amdgpu_debugfs_process_reg_op()92 se_bank = (*pos & GENMASK_ULL(33, 24)) >> 24; in amdgpu_debugfs_process_reg_op()96 if (se_bank == 0x3FF) in amdgpu_debugfs_process_reg_op()97 se_bank = 0xFFFFFFFF; in amdgpu_debugfs_process_reg_op()131 (se_bank != 0xFFFFFFFF && se_bank >= adev->gfx.config.max_shader_engines)) { in amdgpu_debugfs_process_reg_op()138 amdgpu_gfx_select_se_sh(adev, se_bank, in amdgpu_debugfs_process_reg_op()