Symbol: CG_SPLL_SPREAD_SPECTRUM
sys/dev/drm/amd/amdgpu/si_dpm.c
4034
si_pi->clock_registers.cg_spll_spread_spectrum = RREG32(CG_SPLL_SPREAD_SPECTRUM);
sys/dev/drm/amd/amdgpu/si_dpm.c
4199
WREG32_P(CG_SPLL_SPREAD_SPECTRUM, 0, ~SSEN);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
1503
CG_SPLL_SPREAD_SPECTRUM, SSEN, 0);
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
351
CG_SPLL_SPREAD_SPECTRUM, CLKS, clk_s);
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
353
CG_SPLL_SPREAD_SPECTRUM, SSEN, 1);
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
920
CG_SPLL_SPREAD_SPECTRUM, CLKS, clk_s);
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
922
CG_SPLL_SPREAD_SPECTRUM, SSEN, 1);
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
855
PHM_SET_FIELD(cg_spll_spread_spectrum, CG_SPLL_SPREAD_SPECTRUM, CLKS, clkS);
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
857
PHM_SET_FIELD(cg_spll_spread_spectrum, CG_SPLL_SPREAD_SPECTRUM, SSEN, 1);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
597
PHM_SET_FIELD(cg_spll_spread_spectrum, CG_SPLL_SPREAD_SPECTRUM, CLKS, clkS);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
599
PHM_SET_FIELD(cg_spll_spread_spectrum, CG_SPLL_SPREAD_SPECTRUM, SSEN, 1);
sys/dev/drm/radeon/ci_dpm.c
1917
RREG32_SMC(CG_SPLL_SPREAD_SPECTRUM);
sys/dev/drm/radeon/ci_dpm.c
2065
tmp = RREG32_SMC(CG_SPLL_SPREAD_SPECTRUM);
sys/dev/drm/radeon/ci_dpm.c
2067
WREG32_SMC(CG_SPLL_SPREAD_SPECTRUM, tmp);
sys/dev/drm/radeon/cypress_dpm.c
232
WREG32_P(CG_SPLL_SPREAD_SPECTRUM, 0, ~SSEN);
sys/dev/drm/radeon/ni_dpm.c
1187
ni_pi->clock_registers.cg_spll_spread_spectrum = RREG32(CG_SPLL_SPREAD_SPECTRUM);
sys/dev/drm/radeon/rv730_dpm.c
209
RREG32(CG_SPLL_SPREAD_SPECTRUM);
sys/dev/drm/radeon/rv740_dpm.c
300
RREG32(CG_SPLL_SPREAD_SPECTRUM);
sys/dev/drm/radeon/rv770_dpm.c
1532
RREG32(CG_SPLL_SPREAD_SPECTRUM);
sys/dev/drm/radeon/rv770_dpm.c
798
WREG32_P(CG_SPLL_SPREAD_SPECTRUM, 0, ~SSEN);
sys/dev/drm/radeon/si_dpm.c
3578
si_pi->clock_registers.cg_spll_spread_spectrum = RREG32(CG_SPLL_SPREAD_SPECTRUM);
sys/dev/drm/radeon/si_dpm.c
3737
WREG32_P(CG_SPLL_SPREAD_SPECTRUM, 0, ~SSEN);