Searched refs:INT_SEL (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dvid.h256 #define INT_SEL(x) ((x) << 24) macro
H A Dsoc15d.h197 #define INT_SEL(x) ((x) << 24) macro
H A Dcikd.h374 #define INT_SEL(x) ((x) << 24) macro
H A Dgfx_v7_0.c2130 DATA_SEL(1) | INT_SEL(0));
2142 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0));
2171 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0));
H A Dgfx_v8_0.c6168 DATA_SEL(1) | INT_SEL(0));
6182 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0));
6259 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0));
H A Dsid.h1832 #define INT_SEL(x) ((x) << 24) macro
H A Dgfx_v9_4_3.c2559 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0));
H A Dgfx_v9_0.c5311 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0));
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dnid.h1255 #define INT_SEL(x) ((x) << 24) macro
H A Dcikd.h1842 #define INT_SEL(x) ((x) << 24) macro
H A Dsid.h1769 #define INT_SEL(x) ((x) << 24) macro
H A Dr600d.h1680 #define INT_SEL(x) ((x) << 24) macro
H A Dni.c1407 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2));
H A Dcik.c3556 DATA_SEL(1) | INT_SEL(0));
3567 radeon_ring_write(ring, (upper_32_bits(addr) & 0xffff) | DATA_SEL(1) | INT_SEL(2));
3593 radeon_ring_write(ring, DATA_SEL(1) | INT_SEL(2));
H A Dr600.c2889 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2));
H A Dsi.c3391 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2));

Completed in 504 milliseconds