Lines Matching full:cu
175 * Bits 44..53: The INSTANCE (or CU/WGP) or QUEUE selector if needed
854 * Bits 23..30: CU/{WGP+SIMD} selector
868 uint32_t offset, se, sh, cu, wave, simd, data[32]; in amdgpu_debugfs_wave_read() local
877 cu = (*pos & GENMASK_ULL(30, 23)) >> 23; in amdgpu_debugfs_wave_read()
893 /* switch to the specific se/sh/cu */ in amdgpu_debugfs_wave_read()
895 amdgpu_gfx_select_se_sh(adev, se, sh, cu); in amdgpu_debugfs_wave_read()
945 * Bits 28..35: CU/{WGP+SIMD} selector
960 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; in amdgpu_debugfs_gpr_read() local
969 cu = (*pos & GENMASK_ULL(35, 28)) >> 28; in amdgpu_debugfs_gpr_read()
987 /* switch to the specific se/sh/cu */ in amdgpu_debugfs_gpr_read()
989 amdgpu_gfx_select_se_sh(adev, se, sh, cu); in amdgpu_debugfs_gpr_read()