Symbol: INTERRUPT_CNTL
sys/dev/drm/amd/amdgpu/cz_ih.c
119
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
sys/dev/drm/amd/amdgpu/cz_ih.c
121
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
sys/dev/drm/amd/amdgpu/iceland_ih.c
119
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
sys/dev/drm/amd/amdgpu/iceland_ih.c
121
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
sys/dev/drm/amd/amdgpu/nbio_v6_1.c
141
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
sys/dev/drm/amd/amdgpu/nbio_v6_1.c
143
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
sys/dev/drm/amd/amdgpu/nbio_v7_0.c
216
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
sys/dev/drm/amd/amdgpu/nbio_v7_0.c
218
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
sys/dev/drm/amd/amdgpu/nbio_v7_4.c
178
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
sys/dev/drm/amd/amdgpu/nbio_v7_4.c
180
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
sys/dev/drm/amd/amdgpu/tonga_ih.c
115
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
sys/dev/drm/amd/amdgpu/tonga_ih.c
117
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
sys/dev/drm/radeon/cik.c
6986
interrupt_cntl = RREG32(INTERRUPT_CNTL);
sys/dev/drm/radeon/cik.c
6993
WREG32(INTERRUPT_CNTL, interrupt_cntl);
sys/dev/drm/radeon/r600.c
3712
interrupt_cntl = RREG32(INTERRUPT_CNTL);
sys/dev/drm/radeon/r600.c
3719
WREG32(INTERRUPT_CNTL, interrupt_cntl);
sys/dev/drm/radeon/si.c
5988
interrupt_cntl = RREG32(INTERRUPT_CNTL);
sys/dev/drm/radeon/si.c
5995
WREG32(INTERRUPT_CNTL, interrupt_cntl);