Lines Matching refs:MemoryACPILevel
1247 table->MemoryACPILevel.MclkFrequency = data->vbios_boot_state.mclk_bootup_value; in polaris10_populate_smc_acpi_level()
1250 table->MemoryACPILevel.MclkFrequency, in polaris10_populate_smc_acpi_level()
1251 &table->MemoryACPILevel.MinVoltage, &mvdd); in polaris10_populate_smc_acpi_level()
1264 table->MemoryACPILevel.MinMvdd = PP_HOST_TO_SMC_UL(vol_level.Voltage); in polaris10_populate_smc_acpi_level()
1266 table->MemoryACPILevel.MinMvdd = 0; in polaris10_populate_smc_acpi_level()
1268 table->MemoryACPILevel.StutterEnable = false; in polaris10_populate_smc_acpi_level()
1270 table->MemoryACPILevel.EnabledForThrottle = 0; in polaris10_populate_smc_acpi_level()
1271 table->MemoryACPILevel.EnabledForActivity = 0; in polaris10_populate_smc_acpi_level()
1272 table->MemoryACPILevel.UpHyst = 0; in polaris10_populate_smc_acpi_level()
1273 table->MemoryACPILevel.DownHyst = 100; in polaris10_populate_smc_acpi_level()
1274 table->MemoryACPILevel.VoltageDownHyst = 0; in polaris10_populate_smc_acpi_level()
1275 table->MemoryACPILevel.ActivityLevel = in polaris10_populate_smc_acpi_level()
1278 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MclkFrequency); in polaris10_populate_smc_acpi_level()
1279 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage); in polaris10_populate_smc_acpi_level()