Lines Matching refs:ACPILevel

1310 	table->ACPILevel.Flags &= ~PPSMC_SWSTATE_FLAG_DC;  in fiji_populate_smc_acpi_level()
1315 table->ACPILevel.SclkFrequency = in fiji_populate_smc_acpi_level()
1319 table->ACPILevel.SclkFrequency, in fiji_populate_smc_acpi_level()
1320 (uint32_t *)(&table->ACPILevel.MinVoltage), &mvdd); in fiji_populate_smc_acpi_level()
1326 table->ACPILevel.SclkFrequency = in fiji_populate_smc_acpi_level()
1328 table->ACPILevel.MinVoltage = in fiji_populate_smc_acpi_level()
1334 table->ACPILevel.SclkFrequency, &dividers); in fiji_populate_smc_acpi_level()
1339 table->ACPILevel.SclkDid = (uint8_t)dividers.pll_post_divider; in fiji_populate_smc_acpi_level()
1340 table->ACPILevel.DisplayWatermark = PPSMC_DISPLAY_WATERMARK_LOW; in fiji_populate_smc_acpi_level()
1341 table->ACPILevel.DeepSleepDivId = 0; in fiji_populate_smc_acpi_level()
1350 table->ACPILevel.CgSpllFuncCntl = spll_func_cntl; in fiji_populate_smc_acpi_level()
1351 table->ACPILevel.CgSpllFuncCntl2 = spll_func_cntl_2; in fiji_populate_smc_acpi_level()
1352 table->ACPILevel.CgSpllFuncCntl3 = data->clock_registers.vCG_SPLL_FUNC_CNTL_3; in fiji_populate_smc_acpi_level()
1353 table->ACPILevel.CgSpllFuncCntl4 = data->clock_registers.vCG_SPLL_FUNC_CNTL_4; in fiji_populate_smc_acpi_level()
1354 table->ACPILevel.SpllSpreadSpectrum = data->clock_registers.vCG_SPLL_SPREAD_SPECTRUM; in fiji_populate_smc_acpi_level()
1355 table->ACPILevel.SpllSpreadSpectrum2 = data->clock_registers.vCG_SPLL_SPREAD_SPECTRUM_2; in fiji_populate_smc_acpi_level()
1356 table->ACPILevel.CcPwrDynRm = 0; in fiji_populate_smc_acpi_level()
1357 table->ACPILevel.CcPwrDynRm1 = 0; in fiji_populate_smc_acpi_level()
1359 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.Flags); in fiji_populate_smc_acpi_level()
1360 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.SclkFrequency); in fiji_populate_smc_acpi_level()
1361 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.MinVoltage); in fiji_populate_smc_acpi_level()
1362 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CgSpllFuncCntl); in fiji_populate_smc_acpi_level()
1363 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CgSpllFuncCntl2); in fiji_populate_smc_acpi_level()
1364 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CgSpllFuncCntl3); in fiji_populate_smc_acpi_level()
1365 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CgSpllFuncCntl4); in fiji_populate_smc_acpi_level()
1366 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.SpllSpreadSpectrum); in fiji_populate_smc_acpi_level()
1367 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.SpllSpreadSpectrum2); in fiji_populate_smc_acpi_level()
1368 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CcPwrDynRm); in fiji_populate_smc_acpi_level()
1369 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CcPwrDynRm1); in fiji_populate_smc_acpi_level()