Symbol: YCLK_POST_DIV
sys/dev/drm/amd/amdgpu/si_dpm.c
5367
mpll_ad_func_cntl |= YCLK_POST_DIV(mpll_param.post_div);
sys/dev/drm/amd/amdgpu/si_dpm.c
5372
YCLK_POST_DIV(mpll_param.post_div);
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
1058
MPLL_AD_FUNC_CNTL, YCLK_POST_DIV, mpll_param.mpll_post_divider);
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
1064
MPLL_DQ_FUNC_CNTL, YCLK_POST_DIV, mpll_param.mpll_post_divider);
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
1085
MPLL_AD_FUNC_CNTL, YCLK_POST_DIV, mpll_param.mpll_post_divider);
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
1092
MPLL_DQ_FUNC_CNTL, YCLK_POST_DIV, mpll_param.mpll_post_divider);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
833
MPLL_AD_FUNC_CNTL, YCLK_POST_DIV,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
842
MPLL_DQ_FUNC_CNTL, YCLK_POST_DIV,
sys/dev/drm/radeon/ci_dpm.c
2853
mpll_ad_func_cntl |= YCLK_POST_DIV(mpll_param.post_div);
sys/dev/drm/radeon/ci_dpm.c
2858
YCLK_POST_DIV(mpll_param.post_div);
sys/dev/drm/radeon/cypress_dpm.c
520
mpll_ad_func_cntl |= YCLK_POST_DIV(dividers.post_div);
sys/dev/drm/radeon/cypress_dpm.c
537
mpll_dq_func_cntl |= YCLK_POST_DIV(dividers.post_div);
sys/dev/drm/radeon/ni_dpm.c
2201
mpll_ad_func_cntl |= YCLK_POST_DIV(dividers.post_div);
sys/dev/drm/radeon/ni_dpm.c
2218
mpll_dq_func_cntl |= YCLK_POST_DIV(dividers.post_div);
sys/dev/drm/radeon/rv740_dpm.c
218
mpll_ad_func_cntl |= YCLK_POST_DIV(dividers.post_div);
sys/dev/drm/radeon/rv740_dpm.c
235
mpll_dq_func_cntl |= YCLK_POST_DIV(dividers.post_div);
sys/dev/drm/radeon/rv770_dpm.c
438
mpll_ad_func_cntl |= YCLK_POST_DIV(postdiv_yclk);
sys/dev/drm/radeon/rv770_dpm.c
466
mpll_dq_func_cntl |= YCLK_POST_DIV(postdiv_yclk);
sys/dev/drm/radeon/si_dpm.c
4908
mpll_ad_func_cntl |= YCLK_POST_DIV(mpll_param.post_div);
sys/dev/drm/radeon/si_dpm.c
4913
YCLK_POST_DIV(mpll_param.post_div);