Lines Matching refs:ActivityLevel
983 level->ActivityLevel = data->current_profile_setting.sclk_activity; in polaris10_populate_single_graphic_level()
1012 CONVERT_FROM_HOST_TO_SMC_US(level->ActivityLevel); in polaris10_populate_single_graphic_level()
1184 mem_level->ActivityLevel = data->current_profile_setting.mclk_activity; in polaris10_populate_single_memory_level()
1202 CONVERT_FROM_HOST_TO_SMC_US(mem_level->ActivityLevel); in polaris10_populate_single_memory_level()
1356 table->MemoryACPILevel.ActivityLevel = in polaris10_populate_smc_acpi_level()
2614 if (levels[i].ActivityLevel != in polaris10_update_dpm_settings()
2616 levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in polaris10_update_dpm_settings()
2619 + offsetof(SMU74_Discrete_GraphicsLevel, ActivityLevel); in polaris10_update_dpm_settings()
2622 tmp = phm_set_field_to_u32(clk_activity_offset, tmp, levels[i].ActivityLevel, sizeof(uint16_t)); in polaris10_update_dpm_settings()
2649 if (mclk_levels[i].ActivityLevel != in polaris10_update_dpm_settings()
2651 mclk_levels[i].ActivityLevel = cpu_to_be16(setting->mclk_activity); in polaris10_update_dpm_settings()
2654 + offsetof(SMU74_Discrete_MemoryLevel, ActivityLevel); in polaris10_update_dpm_settings()
2657 …tmp = phm_set_field_to_u32(clk_activity_offset, tmp, mclk_levels[i].ActivityLevel, sizeof(uint16_t… in polaris10_update_dpm_settings()