clkS 849 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c uint32_t clkS = reference_clock * 5 / (reference_divider * ss_info.speed_spectrum_rate); clkS 852 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c uint32_t clkV = 4 * ss_info.speed_spectrum_percentage * fbdiv / (clkS * 10000); clkS 855 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c PHM_SET_FIELD(cg_spll_spread_spectrum, CG_SPLL_SPREAD_SPECTRUM, CLKS, clkS); clkS 592 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c uint32_t clkS = reference_clock * 5 / (reference_divider * ss_info.speed_spectrum_rate); clkS 595 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c uint32_t clkV = 4 * ss_info.speed_spectrum_percentage * fbdiv / (clkS * 10000); clkS 598 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c PHM_SET_FIELD(cg_spll_spread_spectrum, CG_SPLL_SPREAD_SPECTRUM, CLKS, clkS);