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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
sumod.h 221 # define DTC_0(x) ((x) << 10)
rv770d.h 232 # define DTC_0(x) ((x) << 10)
radeon_r600_dpm.c 359 WREG32(CG_FFCT_0 + (index * 4), UTC_0(u_t) | DTC_0(d_t));
sid.h 277 # define DTC_0(x) ((x) << 10)
r600d.h 1434 # define DTC_0(x) ((x) << 10)
radeon_rv770_dpm.c 855 WREG32(CG_FFCT_0 + (i * 4), (UTC_0(r600_utc[i]) | DTC_0(r600_dtc[i])));
radeon_sumo_dpm.c 442 WREG32_P(CG_FFCT_0 + (i * 4), DTC_0(sumo_dtc[i]), ~DTC_0_MASK);
radeon_si_dpm.c 3778 WREG32(CG_FFCT_0 + (i * 4), (UTC_0(r600_utc[i]) | DTC_0(r600_dtc[i])));
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
sid.h 279 # define DTC_0(x) ((x) << 10)
amdgpu_si_dpm.c 4245 WREG32(CG_FFCT_0 + i, (UTC_0(r600_utc[i]) | DTC_0(r600_dtc[i])));

Completed in 40 milliseconds