Lines Matching refs:MemoryACPILevel
1161 table->MemoryACPILevel.MclkFrequency = data->vbios_boot_state.mclk_bootup_value; in vegam_populate_smc_acpi_level()
1164 table->MemoryACPILevel.MclkFrequency, in vegam_populate_smc_acpi_level()
1165 &table->MemoryACPILevel.MinVoltage, &mvdd); in vegam_populate_smc_acpi_level()
1183 table->MemoryACPILevel.MinMvdd = PP_HOST_TO_SMC_UL(vol_level.Voltage); in vegam_populate_smc_acpi_level()
1185 table->MemoryACPILevel.MinMvdd = 0; in vegam_populate_smc_acpi_level()
1187 table->MemoryACPILevel.StutterEnable = false; in vegam_populate_smc_acpi_level()
1189 table->MemoryACPILevel.EnabledForThrottle = 0; in vegam_populate_smc_acpi_level()
1190 table->MemoryACPILevel.EnabledForActivity = 0; in vegam_populate_smc_acpi_level()
1191 table->MemoryACPILevel.UpHyst = 0; in vegam_populate_smc_acpi_level()
1192 table->MemoryACPILevel.DownHyst = 100; in vegam_populate_smc_acpi_level()
1193 table->MemoryACPILevel.VoltageDownHyst = 0; in vegam_populate_smc_acpi_level()
1194 table->MemoryACPILevel.ActivityLevel = in vegam_populate_smc_acpi_level()
1197 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MclkFrequency); in vegam_populate_smc_acpi_level()
1198 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage); in vegam_populate_smc_acpi_level()