Home
last modified time | relevance | path

Searched refs:INT_SEL (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Dsoc15d.h197 #define INT_SEL(x) ((x) << 24) macro
A Dvid.h256 #define INT_SEL(x) ((x) << 24) macro
A Dcikd.h374 #define INT_SEL(x) ((x) << 24) macro
A Dgfx_v7_0.c2131 DATA_SEL(1) | INT_SEL(0)); in gfx_v7_0_ring_emit_fence_gfx()
2143 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v7_0_ring_emit_fence_gfx()
2172 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v7_0_ring_emit_fence_compute()
A Dsid.h1832 #define INT_SEL(x) ((x) << 24) macro
A Dgfx_v8_0.c6168 DATA_SEL(1) | INT_SEL(0)); in gfx_v8_0_ring_emit_fence_gfx()
6182 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v8_0_ring_emit_fence_gfx()
6259 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v8_0_ring_emit_fence_compute()
A Dgfx_v9_0.c5197 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v9_0_ring_emit_fence()
/linux-6.3-rc2/drivers/staging/emxx_udc/
A Demxx_udc.h50 #define INT_SEL BIT(10) macro
A Demxx_udc.c2176 _nbu2ss_bitset(&udc->p_regs->USB_CONTROL, (INT_SEL | SOF_RCV)); in _nbu2ss_enable_controller()
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dnid.h1255 #define INT_SEL(x) ((x) << 24) macro
A Dsid.h1769 #define INT_SEL(x) ((x) << 24) macro
A Dcikd.h1842 #define INT_SEL(x) ((x) << 24) macro
A Dni.c1407 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); in cayman_fence_ring_emit()
A Dr600d.h1680 #define INT_SEL(x) ((x) << 24) macro
A Dcik.c3556 DATA_SEL(1) | INT_SEL(0)); in cik_fence_gfx_ring_emit()
3567 radeon_ring_write(ring, (upper_32_bits(addr) & 0xffff) | DATA_SEL(1) | INT_SEL(2)); in cik_fence_gfx_ring_emit()
3593 radeon_ring_write(ring, DATA_SEL(1) | INT_SEL(2)); in cik_fence_compute_ring_emit()
A Dr600.c2889 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); in r600_fence_ring_emit()
A Dsi.c3391 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); in si_fence_ring_emit()

Completed in 134 milliseconds