Lines Matching refs:ACPILevel

1189 	table->ACPILevel.Flags &= ~PPSMC_SWSTATE_FLAG_DC;  in tonga_populate_smc_acpi_level()
1191 table->ACPILevel.MinVoltage = in tonga_populate_smc_acpi_level()
1195 table->ACPILevel.SclkFrequency = atomctrl_get_reference_clock(hwmgr); in tonga_populate_smc_acpi_level()
1199 table->ACPILevel.SclkFrequency, &dividers); in tonga_populate_smc_acpi_level()
1206 table->ACPILevel.SclkDid = (uint8_t)dividers.pll_post_divider; in tonga_populate_smc_acpi_level()
1207 table->ACPILevel.DisplayWatermark = PPSMC_DISPLAY_WATERMARK_LOW; in tonga_populate_smc_acpi_level()
1208 table->ACPILevel.DeepSleepDivId = 0; in tonga_populate_smc_acpi_level()
1217 table->ACPILevel.CgSpllFuncCntl = spll_func_cntl; in tonga_populate_smc_acpi_level()
1218 table->ACPILevel.CgSpllFuncCntl2 = spll_func_cntl_2; in tonga_populate_smc_acpi_level()
1219 table->ACPILevel.CgSpllFuncCntl3 = data->clock_registers.vCG_SPLL_FUNC_CNTL_3; in tonga_populate_smc_acpi_level()
1220 table->ACPILevel.CgSpllFuncCntl4 = data->clock_registers.vCG_SPLL_FUNC_CNTL_4; in tonga_populate_smc_acpi_level()
1221 table->ACPILevel.SpllSpreadSpectrum = data->clock_registers.vCG_SPLL_SPREAD_SPECTRUM; in tonga_populate_smc_acpi_level()
1222 table->ACPILevel.SpllSpreadSpectrum2 = data->clock_registers.vCG_SPLL_SPREAD_SPECTRUM_2; in tonga_populate_smc_acpi_level()
1223 table->ACPILevel.CcPwrDynRm = 0; in tonga_populate_smc_acpi_level()
1224 table->ACPILevel.CcPwrDynRm1 = 0; in tonga_populate_smc_acpi_level()
1228 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.Flags); in tonga_populate_smc_acpi_level()
1230 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.SclkFrequency); in tonga_populate_smc_acpi_level()
1231 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CgSpllFuncCntl); in tonga_populate_smc_acpi_level()
1232 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CgSpllFuncCntl2); in tonga_populate_smc_acpi_level()
1233 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CgSpllFuncCntl3); in tonga_populate_smc_acpi_level()
1234 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CgSpllFuncCntl4); in tonga_populate_smc_acpi_level()
1235 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.SpllSpreadSpectrum); in tonga_populate_smc_acpi_level()
1236 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.SpllSpreadSpectrum2); in tonga_populate_smc_acpi_level()
1237 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CcPwrDynRm); in tonga_populate_smc_acpi_level()
1238 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CcPwrDynRm1); in tonga_populate_smc_acpi_level()