Searched refs:se_bank (Results 1 – 1 of 1) sorted by relevance
109 unsigned instance_bank, sh_bank, se_bank, me, pipe, queue, vmid; in amdgpu_debugfs_process_reg_op() local112 instance_bank = sh_bank = se_bank = me = pipe = queue = vmid = 0; in amdgpu_debugfs_process_reg_op()122 se_bank = (*pos & GENMASK_ULL(33, 24)) >> 24; in amdgpu_debugfs_process_reg_op()126 if (se_bank == 0x3FF) in amdgpu_debugfs_process_reg_op()127 se_bank = 0xFFFFFFFF; in amdgpu_debugfs_process_reg_op()149 (se_bank != 0xFFFFFFFF && se_bank >= adev->gfx.config.max_shader_engines)) in amdgpu_debugfs_process_reg_op()152 amdgpu_gfx_select_se_sh(adev, se_bank, in amdgpu_debugfs_process_reg_op()