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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
rv740d.h 69 #define DLL_SPEED(x) ((x) << 0)
radeon_rv740_dpm.c 76 u32 dll_speed; member in struct:dll_speed_setting
116 return dll_speed_table[i].dll_speed;
206 u32 dll_speed; local in function:rv740_populate_mclk_value
270 dll_speed = rv740_get_dll_speed(pi->mem_gddr5,
274 mclk_pwrmgt_cntl |= DLL_SPEED(dll_speed);
rv770d.h 174 # define DLL_SPEED(x) ((x) << 0)
nid.h 616 # define DLL_SPEED(x) ((x) << 0)
cikd.h 724 # define DLL_SPEED(x) ((x) << 0)
sid.h 599 # define DLL_SPEED(x) ((x) << 0)
evergreend.h 154 # define DLL_SPEED(x) ((x) << 0)
radeon_cypress_dpm.c 502 u32 dll_speed; local in function:cypress_populate_mclk_value
579 dll_speed = rv740_get_dll_speed(pi->mem_gddr5,
583 mclk_pwrmgt_cntl |= DLL_SPEED(dll_speed);
radeon_ni_dpm.c 2183 u32 dll_speed; local in function:ni_populate_mclk_value
2260 dll_speed = rv740_get_dll_speed(pi->mem_gddr5,
2264 mclk_pwrmgt_cntl |= DLL_SPEED(dll_speed);
radeon_ci_dpm.c 2860 mclk_pwrmgt_cntl |= DLL_SPEED(mpll_param.dll_speed);
radeon_si_dpm.c 4944 mclk_pwrmgt_cntl |= DLL_SPEED(mpll_param.dll_speed);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
sid.h 601 # define DLL_SPEED(x) ((x) << 0)
amdgpu_si_dpm.c 5408 mclk_pwrmgt_cntl |= DLL_SPEED(mpll_param.dll_speed);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_iceland_smumgr.c 1152 MCLK_PWRMGT_CNTL, DLL_SPEED, mpll_param.dll_speed);
amdgpu_ci_smumgr.c 1101 MCLK_PWRMGT_CNTL, DLL_SPEED, mpll_param.dll_speed);
amdgpu_tonga_smumgr.c 904 MCLK_PWRMGT_CNTL, DLL_SPEED, mpll_param.dll_speed);

Completed in 55 milliseconds