HomeSort by: relevance | last modified time | path
    Searched refs:DATA_SEL (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
soc15d.h 190 #define DATA_SEL(x) ((x) << 29)
199 * 1 - interrupt only (DATA_SEL = 0)
vid.h 253 #define DATA_SEL(x) ((x) << 29)
262 * 1 - interrupt only (DATA_SEL = 0)
cikd.h 371 #define DATA_SEL(x) ((x) << 29)
380 * 1 - interrupt only (DATA_SEL = 0)
amdgpu_gfx_v7_0.c 2205 DATA_SEL(1) | INT_SEL(0));
2217 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0));
2244 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0));
amdgpu_gfx_v8_0.c 6170 DATA_SEL(1) | INT_SEL(0));
6184 DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0));
6359 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0));
sid.h 1828 #define DATA_SEL(x) ((x) << 29)
1836 * 1 - interrupt only (DATA_SEL = 0)
amdgpu_gfx_v9_0.c 4995 amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0));
  /src/sys/external/bsd/drm2/dist/drm/radeon/
nid.h 1251 #define DATA_SEL(x) ((x) << 29)
1259 * 1 - interrupt only (DATA_SEL = 0)
cikd.h 1837 #define DATA_SEL(x) ((x) << 29)
1846 * 1 - interrupt only (DATA_SEL = 0)
sid.h 1765 #define DATA_SEL(x) ((x) << 29)
1773 * 1 - interrupt only (DATA_SEL = 0)
r600d.h 1676 #define DATA_SEL(x) ((x) << 29)
1684 * 1 - interrupt only (DATA_SEL = 0)
radeon_ni.c 1427 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2));
radeon_cik.c 3583 DATA_SEL(1) | INT_SEL(0));
3594 radeon_ring_write(ring, (upper_32_bits(addr) & 0xffff) | DATA_SEL(1) | INT_SEL(2));
3620 radeon_ring_write(ring, DATA_SEL(1) | INT_SEL(2));
radeon_r600.c 2921 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2));
radeon_si.c 3403 radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2));

Completed in 59 milliseconds