Lines Matching refs:MemoryACPILevel
1249 table->MemoryACPILevel.MclkFrequency = data->vbios_boot_state.mclk_bootup_value; in polaris10_populate_smc_acpi_level()
1252 table->MemoryACPILevel.MclkFrequency, in polaris10_populate_smc_acpi_level()
1253 &table->MemoryACPILevel.MinVoltage, &mvdd); in polaris10_populate_smc_acpi_level()
1266 table->MemoryACPILevel.MinMvdd = PP_HOST_TO_SMC_UL(vol_level.Voltage); in polaris10_populate_smc_acpi_level()
1268 table->MemoryACPILevel.MinMvdd = 0; in polaris10_populate_smc_acpi_level()
1270 table->MemoryACPILevel.StutterEnable = false; in polaris10_populate_smc_acpi_level()
1272 table->MemoryACPILevel.EnabledForThrottle = 0; in polaris10_populate_smc_acpi_level()
1273 table->MemoryACPILevel.EnabledForActivity = 0; in polaris10_populate_smc_acpi_level()
1274 table->MemoryACPILevel.UpHyst = 0; in polaris10_populate_smc_acpi_level()
1275 table->MemoryACPILevel.DownHyst = 100; in polaris10_populate_smc_acpi_level()
1276 table->MemoryACPILevel.VoltageDownHyst = 0; in polaris10_populate_smc_acpi_level()
1277 table->MemoryACPILevel.ActivityLevel = in polaris10_populate_smc_acpi_level()
1280 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MclkFrequency); in polaris10_populate_smc_acpi_level()
1281 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage); in polaris10_populate_smc_acpi_level()