Lines Matching refs:MemoryACPILevel
1327 table->MemoryACPILevel.MclkFrequency = data->vbios_boot_state.mclk_bootup_value; in polaris10_populate_smc_acpi_level()
1330 table->MemoryACPILevel.MclkFrequency, in polaris10_populate_smc_acpi_level()
1331 &table->MemoryACPILevel.MinVoltage, &mvdd); in polaris10_populate_smc_acpi_level()
1344 table->MemoryACPILevel.MinMvdd = PP_HOST_TO_SMC_UL(vol_level.Voltage); in polaris10_populate_smc_acpi_level()
1346 table->MemoryACPILevel.MinMvdd = 0; in polaris10_populate_smc_acpi_level()
1348 table->MemoryACPILevel.StutterEnable = false; in polaris10_populate_smc_acpi_level()
1350 table->MemoryACPILevel.EnabledForThrottle = 0; in polaris10_populate_smc_acpi_level()
1351 table->MemoryACPILevel.EnabledForActivity = 0; in polaris10_populate_smc_acpi_level()
1352 table->MemoryACPILevel.UpHyst = 0; in polaris10_populate_smc_acpi_level()
1353 table->MemoryACPILevel.DownHyst = 100; in polaris10_populate_smc_acpi_level()
1354 table->MemoryACPILevel.VoltageDownHyst = 0; in polaris10_populate_smc_acpi_level()
1356 table->MemoryACPILevel.ActivityLevel = in polaris10_populate_smc_acpi_level()
1359 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MclkFrequency); in polaris10_populate_smc_acpi_level()
1360 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage); in polaris10_populate_smc_acpi_level()