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()
2616 if (levels[i].ActivityLevel != in polaris10_update_dpm_settings()
2618 levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in polaris10_update_dpm_settings()
2621 + offsetof(SMU74_Discrete_GraphicsLevel, ActivityLevel); in polaris10_update_dpm_settings()
2624 tmp = phm_set_field_to_u32(clk_activity_offset, tmp, levels[i].ActivityLevel, sizeof(uint16_t)); in polaris10_update_dpm_settings()
2651 if (mclk_levels[i].ActivityLevel != in polaris10_update_dpm_settings()
2653 mclk_levels[i].ActivityLevel = cpu_to_be16(setting->mclk_activity); in polaris10_update_dpm_settings()
2656 + offsetof(SMU74_Discrete_MemoryLevel, ActivityLevel); in polaris10_update_dpm_settings()
2659 …tmp = phm_set_field_to_u32(clk_activity_offset, tmp, mclk_levels[i].ActivityLevel, sizeof(uint16_t… in polaris10_update_dpm_settings()