Symbol: IH_REQ_NONSNOOP_EN
drivers/gpu/drm/amd/amdgpu/cz_ih.c
123
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/amd/amdgpu/iceland_ih.c
123
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/amd/amdgpu/nbif_v6_3_1.c
282
IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c
223
IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/amd/amdgpu/nbio_v4_3.c
233
IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c
159
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c
234
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/amd/amdgpu/nbio_v7_11.c
214
IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c
228
IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c
302
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c
186
IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c
338
REG_SET_FIELD(interrupt_cntl, BIF_BX0_INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/amd/amdgpu/si_ih.c
74
interrupt_cntl &= ~IH_REQ_NONSNOOP_EN;
drivers/gpu/drm/amd/amdgpu/tonga_ih.c
119
interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0);
drivers/gpu/drm/radeon/cik.c
6965
interrupt_cntl &= ~IH_REQ_NONSNOOP_EN;
drivers/gpu/drm/radeon/r600.c
3704
interrupt_cntl &= ~IH_REQ_NONSNOOP_EN;
drivers/gpu/drm/radeon/si.c
5988
interrupt_cntl &= ~IH_REQ_NONSNOOP_EN;