Searched refs:INT_SEL (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | soc15d.h | 203 #define INT_SEL(x) ((x) << 24) macro
|
H A D | vid.h | 256 #define INT_SEL(x) ((x) << 24) macro
|
H A D | cikd.h | 374 #define INT_SEL(x) ((x) << 24) macro
|
H A D | gfx_v7_0.c | 2130 DATA_SEL(1) | INT_SEL(0)); in gfx_v7_0_ring_emit_fence_gfx() 2142 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v7_0_ring_emit_fence_gfx() 2171 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v7_0_ring_emit_fence_compute()
|
H A D | sid.h | 1832 #define INT_SEL(x) ((x) << 24) macro
|
H A D | gfx_v8_0.c | 6168 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()
|
H A D | gfx_v9_4_3.c | 2559 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v9_4_3_ring_emit_fence()
|
H A D | gfx_v9_0.c | 5315 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0)); in gfx_v9_0_ring_emit_fence()
|
/openbmc/linux/drivers/staging/emxx_udc/ |
H A D | emxx_udc.h | 50 #define INT_SEL BIT(10) macro
|
H A D | emxx_udc.c | 2176 _nbu2ss_bitset(&udc->p_regs->USB_CONTROL, (INT_SEL | SOF_RCV)); in _nbu2ss_enable_controller()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | nid.h | 1255 #define INT_SEL(x) ((x) << 24) macro
|
H A D | sid.h | 1769 #define INT_SEL(x) ((x) << 24) macro
|
H A D | cikd.h | 1842 #define INT_SEL(x) ((x) << 24) macro
|
H A D | r600d.h | 1680 #define INT_SEL(x) ((x) << 24) macro
|
H A D | ni.c | 1407 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); in cayman_fence_ring_emit()
|
H A D | cik.c | 3556 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()
|
H A D | r600.c | 2889 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); in r600_fence_ring_emit()
|
H A D | si.c | 3391 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); in si_fence_ring_emit()
|