Symbol: SRBM_SOFT_RESET
sys/dev/drm/amd/amdgpu/cz_ih.c
389
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5021
SRBM_SOFT_RESET, SOFT_RESET_GRBM, 1);
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5039
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5047
SRBM_SOFT_RESET, SOFT_RESET_GRBM, 1);
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5050
SRBM_SOFT_RESET, SOFT_RESET_SEM, 1);
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
1206
SRBM_SOFT_RESET, SOFT_RESET_VMC, 1);
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
1212
SRBM_SOFT_RESET, SOFT_RESET_MC, 1);
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
1341
SRBM_SOFT_RESET, SOFT_RESET_VMC, 1);
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
1347
SRBM_SOFT_RESET, SOFT_RESET_MC, 1);
sys/dev/drm/amd/amdgpu/iceland_ih.c
389
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET,
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1294
if (REG_GET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_SDMA) ||
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1295
REG_GET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_SDMA1)) {
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1313
if (REG_GET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_SDMA) ||
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1314
REG_GET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_SDMA1)) {
sys/dev/drm/amd/amdgpu/tonga_ih.c
412
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET,
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1150
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_UVD, 1);
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
744
WREG32_FIELD(SRBM_SOFT_RESET, SOFT_RESET_UVD, 0);
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
1471
SRBM_SOFT_RESET, SOFT_RESET_UVD, 1);
sys/dev/drm/amd/amdgpu/vce_v2_0.c
515
WREG32_FIELD(SRBM_SOFT_RESET, SOFT_RESET_VCE, 1);
sys/dev/drm/amd/amdgpu/vce_v3_0.c
631
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_VCE0, 1);
sys/dev/drm/amd/amdgpu/vce_v3_0.c
632
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_VCE1, 1);
sys/dev/drm/amd/amdgpu/vce_v3_0.c
636
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_VCE0, 1);
sys/dev/drm/amd/amdgpu/vce_v3_0.c
637
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_VCE1, 1);
sys/dev/drm/amd/amdgpu/vce_v4_0.c
716
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_VCE0, 1);
sys/dev/drm/amd/amdgpu/vce_v4_0.c
717
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_VCE1, 1);
sys/dev/drm/amd/amdgpu/vce_v4_0.c
721
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_VCE0, 1);
sys/dev/drm/amd/amdgpu/vce_v4_0.c
722
srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_VCE1, 1);
sys/dev/drm/radeon/cik.c
5049
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/cik.c
5052
WREG32(SRBM_SOFT_RESET, tmp);
sys/dev/drm/radeon/cik.c
5053
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/cik.c
5058
WREG32(SRBM_SOFT_RESET, tmp);
sys/dev/drm/radeon/cik.c
5059
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/cik_sdma.c
275
WREG32(SRBM_SOFT_RESET, SOFT_RESET_SDMA | SOFT_RESET_SDMA1);
sys/dev/drm/radeon/cik_sdma.c
276
(void)RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/cik_sdma.c
278
WREG32(SRBM_SOFT_RESET, 0);
sys/dev/drm/radeon/cik_sdma.c
279
(void)RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/evergreen.c
3969
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/evergreen.c
3972
WREG32(SRBM_SOFT_RESET, tmp);
sys/dev/drm/radeon/evergreen.c
3973
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/evergreen.c
3978
WREG32(SRBM_SOFT_RESET, tmp);
sys/dev/drm/radeon/evergreen.c
3979
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/ni.c
1944
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/ni.c
1947
WREG32(SRBM_SOFT_RESET, tmp);
sys/dev/drm/radeon/ni.c
1948
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/ni.c
1953
WREG32(SRBM_SOFT_RESET, tmp);
sys/dev/drm/radeon/ni.c
1954
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/r600.c
1789
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/r600.c
1792
WREG32(SRBM_SOFT_RESET, tmp);
sys/dev/drm/radeon/r600.c
1793
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/r600.c
1798
WREG32(SRBM_SOFT_RESET, tmp);
sys/dev/drm/radeon/r600.c
1799
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/r600.c
1860
WREG32(SRBM_SOFT_RESET, tmp);
sys/dev/drm/radeon/r600.c
1862
WREG32(SRBM_SOFT_RESET, 0);
sys/dev/drm/radeon/r600.c
3550
WREG32(SRBM_SOFT_RESET, SOFT_RESET_RLC);
sys/dev/drm/radeon/r600.c
3551
RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/r600.c
3553
WREG32(SRBM_SOFT_RESET, 0);
sys/dev/drm/radeon/r600.c
3554
RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/si.c
3951
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/si.c
3954
WREG32(SRBM_SOFT_RESET, tmp);
sys/dev/drm/radeon/si.c
3955
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/si.c
3960
WREG32(SRBM_SOFT_RESET, tmp);
sys/dev/drm/radeon/si.c
3961
tmp = RREG32(SRBM_SOFT_RESET);
sys/dev/drm/radeon/uvd_v1_0.c
291
WREG32_P(SRBM_SOFT_RESET, 0, ~SOFT_RESET_UVD);