Lines Matching refs:MemoryACPILevel
1164 table->MemoryACPILevel.MclkFrequency = data->vbios_boot_state.mclk_bootup_value; in vegam_populate_smc_acpi_level()
1167 table->MemoryACPILevel.MclkFrequency, in vegam_populate_smc_acpi_level()
1168 &table->MemoryACPILevel.MinVoltage, &mvdd); in vegam_populate_smc_acpi_level()
1175 table->MemoryACPILevel.MinMvdd = PP_HOST_TO_SMC_UL(vol_level.Voltage); in vegam_populate_smc_acpi_level()
1177 table->MemoryACPILevel.MinMvdd = 0; in vegam_populate_smc_acpi_level()
1179 table->MemoryACPILevel.StutterEnable = false; in vegam_populate_smc_acpi_level()
1181 table->MemoryACPILevel.EnabledForThrottle = 0; in vegam_populate_smc_acpi_level()
1182 table->MemoryACPILevel.EnabledForActivity = 0; in vegam_populate_smc_acpi_level()
1183 table->MemoryACPILevel.UpHyst = 0; in vegam_populate_smc_acpi_level()
1184 table->MemoryACPILevel.DownHyst = 100; in vegam_populate_smc_acpi_level()
1185 table->MemoryACPILevel.VoltageDownHyst = 0; in vegam_populate_smc_acpi_level()
1186 table->MemoryACPILevel.ActivityLevel = in vegam_populate_smc_acpi_level()
1189 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MclkFrequency); in vegam_populate_smc_acpi_level()
1190 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage); in vegam_populate_smc_acpi_level()