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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_ih.c 220 u32 tmp = RREG32(SRBM_STATUS);
246 u32 tmp = RREG32(SRBM_STATUS);
amdgpu_cz_ih.c 341 if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY))
356 if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY))
amdgpu_iceland_ih.c 341 if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY))
356 if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY))
amdgpu_tonga_ih.c 352 if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY))
367 if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY))
amdgpu_uvd_v6_0.c 1144 if (REG_GET_FIELD(tmp, SRBM_STATUS, UVD_RQ_PENDING) ||
1145 REG_GET_FIELD(tmp, SRBM_STATUS, UVD_BUSY) ||
amdgpu_uvd_v7_0.c 1467 if (REG_GET_FIELD(tmp, SRBM_STATUS, UVD_RQ_PENDING) ||
1468 REG_GET_FIELD(tmp, SRBM_STATUS, UVD_BUSY) ||
sid.h 336 #define SRBM_STATUS 0x394
amdgpu_gfx_v8_0.c 4990 /* SRBM_STATUS */
4992 if (REG_GET_FIELD(tmp, SRBM_STATUS, GRBM_RQ_PENDING))
4995 if (REG_GET_FIELD(tmp, SRBM_STATUS, SEM_BUSY))
  /src/sys/external/bsd/drm2/dist/drm/radeon/
rv770d.h 680 #define SRBM_STATUS 0x0E50
radeon_ni.c 875 case SRBM_STATUS:
1793 /* SRBM_STATUS */
1794 tmp = RREG32(SRBM_STATUS);
nid.h 64 #define SRBM_STATUS 0x0E50
radeon_evergreen.c 1108 case SRBM_STATUS:
2368 tmp = RREG32(SRBM_STATUS) & 0x1F00;
3782 dev_info(rdev->dev, " SRBM_STATUS = 0x%08X\n",
3783 RREG32(SRBM_STATUS));
3862 /* SRBM_STATUS */
3863 tmp = RREG32(SRBM_STATUS);
4611 RREG32(SRBM_STATUS);
cikd.h 455 #define SRBM_STATUS 0xE50
sid.h 334 #define SRBM_STATUS 0xE50
radeon_si.c 1327 case SRBM_STATUS:
3826 /* SRBM_STATUS */
3827 tmp = RREG32(SRBM_STATUS);
6146 RREG32(SRBM_STATUS);
evergreend.h 1170 #define SRBM_STATUS 0x0E50
radeon_cik.c 179 case SRBM_STATUS:
4834 dev_info(rdev->dev, " SRBM_STATUS=0x%08X\n",
4835 RREG32(SRBM_STATUS));
4910 /* SRBM_STATUS */
4911 tmp = RREG32(SRBM_STATUS);
7299 RREG32(SRBM_STATUS);

Completed in 55 milliseconds