Symbol: HDP_HOST_PATH_CNTL
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
731
data = REG_SET_FIELD(data, HDP_HOST_PATH_CNTL, CLOCK_GATING_DIS, 0);
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
733
data = REG_SET_FIELD(data, HDP_HOST_PATH_CNTL, CLOCK_GATING_DIS, 1);
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
891
data = REG_SET_FIELD(data, HDP_HOST_PATH_CNTL, CLOCK_GATING_DIS, 0);
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
893
data = REG_SET_FIELD(data, HDP_HOST_PATH_CNTL, CLOCK_GATING_DIS, 1);
drivers/gpu/drm/radeon/cik.c
3400
hdp_host_path_cntl = RREG32(HDP_HOST_PATH_CNTL);
drivers/gpu/drm/radeon/cik.c
3401
WREG32(HDP_HOST_PATH_CNTL, hdp_host_path_cntl);
drivers/gpu/drm/radeon/cik.c
6251
orig = data = RREG32(HDP_HOST_PATH_CNTL);
drivers/gpu/drm/radeon/cik.c
6259
WREG32(HDP_HOST_PATH_CNTL, data);
drivers/gpu/drm/radeon/evergreen.c
3705
hdp_host_path_cntl = RREG32(HDP_HOST_PATH_CNTL);
drivers/gpu/drm/radeon/evergreen.c
3706
WREG32(HDP_HOST_PATH_CNTL, hdp_host_path_cntl);
drivers/gpu/drm/radeon/ni.c
1218
hdp_host_path_cntl = RREG32(HDP_HOST_PATH_CNTL);
drivers/gpu/drm/radeon/ni.c
1219
WREG32(HDP_HOST_PATH_CNTL, hdp_host_path_cntl);
drivers/gpu/drm/radeon/r600.c
2377
tmp = RREG32(HDP_HOST_PATH_CNTL);
drivers/gpu/drm/radeon/r600.c
2378
WREG32(HDP_HOST_PATH_CNTL, tmp);
drivers/gpu/drm/radeon/rv770.c
1593
hdp_host_path_cntl = RREG32(HDP_HOST_PATH_CNTL);
drivers/gpu/drm/radeon/rv770.c
1594
WREG32(HDP_HOST_PATH_CNTL, hdp_host_path_cntl);
drivers/gpu/drm/radeon/si.c
3327
hdp_host_path_cntl = RREG32(HDP_HOST_PATH_CNTL);
drivers/gpu/drm/radeon/si.c
3328
WREG32(HDP_HOST_PATH_CNTL, hdp_host_path_cntl);
drivers/gpu/drm/radeon/si.c
5570
orig = data = RREG32(HDP_HOST_PATH_CNTL);
drivers/gpu/drm/radeon/si.c
5578
WREG32(HDP_HOST_PATH_CNTL, data);