Symbol: IH_CNTL
drivers/gpu/drm/amd/amdgpu/cz_ih.c
149
ih_cntl = REG_SET_FIELD(ih_cntl, IH_CNTL, MC_VMID, 0);
drivers/gpu/drm/amd/amdgpu/cz_ih.c
152
ih_cntl = REG_SET_FIELD(ih_cntl, IH_CNTL, RPTR_REARM, 1);
drivers/gpu/drm/amd/amdgpu/cz_ih.c
65
ih_cntl = REG_SET_FIELD(ih_cntl, IH_CNTL, ENABLE_INTR, 1);
drivers/gpu/drm/amd/amdgpu/cz_ih.c
85
ih_cntl = REG_SET_FIELD(ih_cntl, IH_CNTL, ENABLE_INTR, 0);
drivers/gpu/drm/amd/amdgpu/iceland_ih.c
149
ih_cntl = REG_SET_FIELD(ih_cntl, IH_CNTL, MC_VMID, 0);
drivers/gpu/drm/amd/amdgpu/iceland_ih.c
152
ih_cntl = REG_SET_FIELD(ih_cntl, IH_CNTL, RPTR_REARM, 1);
drivers/gpu/drm/amd/amdgpu/iceland_ih.c
65
ih_cntl = REG_SET_FIELD(ih_cntl, IH_CNTL, ENABLE_INTR, 1);
drivers/gpu/drm/amd/amdgpu/iceland_ih.c
85
ih_cntl = REG_SET_FIELD(ih_cntl, IH_CNTL, ENABLE_INTR, 0);
drivers/gpu/drm/amd/amdgpu/si_ih.c
38
u32 ih_cntl = RREG32(IH_CNTL);
drivers/gpu/drm/amd/amdgpu/si_ih.c
43
WREG32(IH_CNTL, ih_cntl);
drivers/gpu/drm/amd/amdgpu/si_ih.c
51
u32 ih_cntl = RREG32(IH_CNTL);
drivers/gpu/drm/amd/amdgpu/si_ih.c
56
WREG32(IH_CNTL, ih_cntl);
drivers/gpu/drm/amd/amdgpu/si_ih.c
94
WREG32(IH_CNTL, ih_cntl);
drivers/gpu/drm/radeon/cik.c
6814
u32 ih_cntl = RREG32(IH_CNTL);
drivers/gpu/drm/radeon/cik.c
6819
WREG32(IH_CNTL, ih_cntl);
drivers/gpu/drm/radeon/cik.c
6834
u32 ih_cntl = RREG32(IH_CNTL);
drivers/gpu/drm/radeon/cik.c
6839
WREG32(IH_CNTL, ih_cntl);
drivers/gpu/drm/radeon/cik.c
6993
WREG32(IH_CNTL, ih_cntl);
drivers/gpu/drm/radeon/r600.c
3592
u32 ih_cntl = RREG32(IH_CNTL);
drivers/gpu/drm/radeon/r600.c
3597
WREG32(IH_CNTL, ih_cntl);
drivers/gpu/drm/radeon/r600.c
3605
u32 ih_cntl = RREG32(IH_CNTL);
drivers/gpu/drm/radeon/r600.c
3610
WREG32(IH_CNTL, ih_cntl);
drivers/gpu/drm/radeon/r600.c
3732
WREG32(IH_CNTL, ih_cntl);
drivers/gpu/drm/radeon/si.c
5902
u32 ih_cntl = RREG32(IH_CNTL);
drivers/gpu/drm/radeon/si.c
5907
WREG32(IH_CNTL, ih_cntl);
drivers/gpu/drm/radeon/si.c
5915
u32 ih_cntl = RREG32(IH_CNTL);
drivers/gpu/drm/radeon/si.c
5920
WREG32(IH_CNTL, ih_cntl);
drivers/gpu/drm/radeon/si.c
6016
WREG32(IH_CNTL, ih_cntl);