pstate_mclk       844 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 		*((uint32_t *)value) = hwmgr->pstate_mclk;
pstate_mclk       403 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 		*((uint32_t *)data) = smu->pstate_mclk;
pstate_mclk       548 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	smu->pstate_mclk = mem_table->dpm_levels[0].value;
pstate_mclk       553 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 		smu->pstate_mclk = mem_table->dpm_levels[ARCTURUS_UMD_PSTATE_MCLK_LEVEL].value;
pstate_mclk       557 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	smu->pstate_mclk = smu->pstate_mclk * 100;
pstate_mclk       535 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	hwmgr->pstate_mclk = SMU10_UMD_PSTATE_FCLK * 100;
pstate_mclk      2797 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	hwmgr->pstate_mclk = tmp_mclk;
pstate_mclk      1154 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 	hwmgr->pstate_mclk = 0;
pstate_mclk      4044 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		hwmgr->pstate_mclk = table_info->vdd_dep_on_mclk->entries[VEGA10_UMD_PSTATE_MCLK_LEVEL].clk;
pstate_mclk      1538 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	hwmgr->pstate_mclk = mem_table->dpm_levels[0].value;
pstate_mclk      1543 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 		hwmgr->pstate_mclk = mem_table->dpm_levels[VEGA20_UMD_PSTATE_MCLK_LEVEL].value;
pstate_mclk      1547 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	hwmgr->pstate_mclk = hwmgr->pstate_mclk * 100;
pstate_mclk       360 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	uint32_t pstate_mclk;
pstate_mclk       791 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	uint32_t pstate_mclk;
pstate_mclk       805 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	smu->pstate_mclk = min_mclk_freq * 100;
pstate_mclk       908 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	smu->pstate_mclk = mem_table->dpm_levels[0].value;
pstate_mclk       913 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 		smu->pstate_mclk = mem_table->dpm_levels[VEGA20_UMD_PSTATE_MCLK_LEVEL].value;
pstate_mclk       917 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	smu->pstate_mclk = smu->pstate_mclk * 100;