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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
rv740d.h 64 #define VCO_MODE (1 << 29)
radeon_rv740_dpm.c 227 if (dividers.vco_mode)
228 mpll_ad_func_cntl_2 |= VCO_MODE;
230 mpll_ad_func_cntl_2 &= ~VCO_MODE;
244 if (dividers.vco_mode)
245 mpll_dq_func_cntl_2 |= VCO_MODE;
247 mpll_dq_func_cntl_2 &= ~VCO_MODE;
radeon_cypress_dpm.c 531 if (dividers.vco_mode)
532 mpll_ad_func_cntl_2 |= VCO_MODE;
534 mpll_ad_func_cntl_2 &= ~VCO_MODE;
553 if (dividers.vco_mode)
554 mpll_dq_func_cntl_2 |= VCO_MODE;
556 mpll_dq_func_cntl_2 &= ~VCO_MODE;
radeon_rv770_dpm.c 443 if (dividers.vco_mode)
444 mpll_ad_func_cntl_2 |= VCO_MODE;
446 mpll_ad_func_cntl_2 &= ~VCO_MODE;
471 if (dividers.vco_mode)
472 mpll_dq_func_cntl_2 |= VCO_MODE;
474 mpll_dq_func_cntl_2 &= ~VCO_MODE;
rv770d.h 137 #define VCO_MODE (1 << 29)
nid.h 579 #define VCO_MODE (1 << 29)
radeon_ni_dpm.c 2212 if (dividers.vco_mode)
2213 mpll_ad_func_cntl_2 |= VCO_MODE;
2215 mpll_ad_func_cntl_2 &= ~VCO_MODE;
2234 if (dividers.vco_mode)
2235 mpll_dq_func_cntl_2 |= VCO_MODE;
2237 mpll_dq_func_cntl_2 &= ~VCO_MODE;
cikd.h 741 #define VCO_MODE(x) ((x) << 0)
sid.h 618 #define VCO_MODE(x) ((x) << 0)
evergreend.h 117 #define VCO_MODE (1 << 29)
radeon_ci_dpm.c 2822 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode);
radeon_si_dpm.c 4906 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
sid.h 620 #define VCO_MODE(x) ((x) << 0)
amdgpu_si_dpm.c 5370 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_iceland_smumgr.c 1086 MPLL_FUNC_CNTL_1, VCO_MODE, mpll_param.vco_mode);
amdgpu_ci_smumgr.c 1060 MPLL_FUNC_CNTL_1, VCO_MODE, mpll_param.vco_mode);
amdgpu_tonga_smumgr.c 834 MPLL_FUNC_CNTL_1, VCO_MODE,
835 mpll_param.vco_mode);

Completed in 195 milliseconds