Lines Matching refs:MemoryACPILevel

3049 	table->MemoryACPILevel.MinVddc = table->ACPILevel.MinVddc;  in ci_populate_smc_acpi_level()
3050 table->MemoryACPILevel.MinVddcPhases = table->ACPILevel.MinVddcPhases; in ci_populate_smc_acpi_level()
3054 table->MemoryACPILevel.MinVddci = in ci_populate_smc_acpi_level()
3057 table->MemoryACPILevel.MinVddci = in ci_populate_smc_acpi_level()
3062 table->MemoryACPILevel.MinMvdd = 0; in ci_populate_smc_acpi_level()
3064 table->MemoryACPILevel.MinMvdd = in ci_populate_smc_acpi_level()
3072 table->MemoryACPILevel.DllCntl = cpu_to_be32(dll_cntl); in ci_populate_smc_acpi_level()
3073 table->MemoryACPILevel.MclkPwrmgtCntl = cpu_to_be32(mclk_pwrmgt_cntl); in ci_populate_smc_acpi_level()
3074 table->MemoryACPILevel.MpllAdFuncCntl = in ci_populate_smc_acpi_level()
3076 table->MemoryACPILevel.MpllDqFuncCntl = in ci_populate_smc_acpi_level()
3078 table->MemoryACPILevel.MpllFuncCntl = in ci_populate_smc_acpi_level()
3080 table->MemoryACPILevel.MpllFuncCntl_1 = in ci_populate_smc_acpi_level()
3082 table->MemoryACPILevel.MpllFuncCntl_2 = in ci_populate_smc_acpi_level()
3084 table->MemoryACPILevel.MpllSs1 = cpu_to_be32(pi->clock_registers.mpll_ss1); in ci_populate_smc_acpi_level()
3085 table->MemoryACPILevel.MpllSs2 = cpu_to_be32(pi->clock_registers.mpll_ss2); in ci_populate_smc_acpi_level()
3087 table->MemoryACPILevel.EnabledForThrottle = 0; in ci_populate_smc_acpi_level()
3088 table->MemoryACPILevel.EnabledForActivity = 0; in ci_populate_smc_acpi_level()
3089 table->MemoryACPILevel.UpH = 0; in ci_populate_smc_acpi_level()
3090 table->MemoryACPILevel.DownH = 100; in ci_populate_smc_acpi_level()
3091 table->MemoryACPILevel.VoltageDownH = 0; in ci_populate_smc_acpi_level()
3092 table->MemoryACPILevel.ActivityLevel = in ci_populate_smc_acpi_level()
3095 table->MemoryACPILevel.StutterEnable = false; in ci_populate_smc_acpi_level()
3096 table->MemoryACPILevel.StrobeEnable = false; in ci_populate_smc_acpi_level()
3097 table->MemoryACPILevel.EdcReadEnable = false; in ci_populate_smc_acpi_level()
3098 table->MemoryACPILevel.EdcWriteEnable = false; in ci_populate_smc_acpi_level()
3099 table->MemoryACPILevel.RttEnable = false; in ci_populate_smc_acpi_level()