Lines Matching refs:UpHyst
643 graphic_level->UpHyst = data->current_profile_setting.sclk_up_hyst; in tonga_populate_single_graphic_level()
991 memory_level->UpHyst = data->current_profile_setting.mclk_up_hyst; in tonga_populate_single_memory_level()
1280 table->MemoryACPILevel.UpHyst = 0; in tonga_populate_smc_acpi_level()
3172 if (levels[i].UpHyst != setting->sclk_up_hyst || in tonga_update_dpm_settings()
3174 levels[i].UpHyst = setting->sclk_up_hyst; in tonga_update_dpm_settings()
3177 + offsetof(SMU72_Discrete_GraphicsLevel, UpHyst); in tonga_update_dpm_settings()
3182 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t)); in tonga_update_dpm_settings()
3207 if (mclk_levels[i].UpHyst != setting->mclk_up_hyst || in tonga_update_dpm_settings()
3209 mclk_levels[i].UpHyst = setting->mclk_up_hyst; in tonga_update_dpm_settings()
3212 + offsetof(SMU72_Discrete_MemoryLevel, UpHyst); in tonga_update_dpm_settings()
3217 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, mclk_levels[i].UpHyst, sizeof(uint8_t)); in tonga_update_dpm_settings()