Lines Matching refs:UpHyst
939 level->UpHyst = data->current_profile_setting.sclk_up_hyst; in polaris10_populate_single_graphic_level()
953 level->UpHyst = (uint8_t)data->up_hyst; in polaris10_populate_single_graphic_level()
1098 mem_level->UpHyst = data->current_profile_setting.mclk_up_hyst; in polaris10_populate_single_memory_level()
1272 table->MemoryACPILevel.UpHyst = 0; in polaris10_populate_smc_acpi_level()
2419 if (levels[i].UpHyst != setting->sclk_up_hyst || in polaris10_update_dpm_settings()
2421 levels[i].UpHyst = setting->sclk_up_hyst; in polaris10_update_dpm_settings()
2424 + offsetof(SMU74_Discrete_GraphicsLevel, UpHyst); in polaris10_update_dpm_settings()
2429 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t)); in polaris10_update_dpm_settings()
2454 if (mclk_levels[i].UpHyst != setting->mclk_up_hyst || in polaris10_update_dpm_settings()
2456 mclk_levels[i].UpHyst = setting->mclk_up_hyst; in polaris10_update_dpm_settings()
2459 + offsetof(SMU74_Discrete_MemoryLevel, UpHyst); in polaris10_update_dpm_settings()
2464 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, mclk_levels[i].UpHyst, sizeof(uint8_t)); in polaris10_update_dpm_settings()