Lines Matching refs:ACPIState
332 table->ACPIState = table->initialState;
334 table->ACPIState.flags &= ~PPSMC_SWSTATE_FLAG_DC;
338 &table->ACPIState.levels[0].vddc);
339 table->ACPIState.levels[0].gen2PCIE =
342 table->ACPIState.levels[0].gen2XSP =
346 &table->ACPIState.levels[0].vddc);
347 table->ACPIState.levels[0].gen2PCIE = 0;
377 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
378 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL_2 = cpu_to_be32(mpll_ad_func_cntl_2);
379 table->ACPIState.levels[0].mclk.mclk770.vMPLL_DQ_FUNC_CNTL = cpu_to_be32(mpll_dq_func_cntl);
380 table->ACPIState.levels[0].mclk.mclk770.vMPLL_DQ_FUNC_CNTL_2 = cpu_to_be32(mpll_dq_func_cntl_2);
381 table->ACPIState.levels[0].mclk.mclk770.vMCLK_PWRMGT_CNTL = cpu_to_be32(mclk_pwrmgt_cntl);
382 table->ACPIState.levels[0].mclk.mclk770.vDLL_CNTL = cpu_to_be32(dll_cntl);
384 table->ACPIState.levels[0].mclk.mclk770.mclk_value = 0;
386 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL = cpu_to_be32(spll_func_cntl);
387 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL_2 = cpu_to_be32(spll_func_cntl_2);
388 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL_3 = cpu_to_be32(spll_func_cntl_3);
390 table->ACPIState.levels[0].sclk.sclk_value = 0;
392 table->ACPIState.levels[1] = table->ACPIState.levels[0];
393 table->ACPIState.levels[2] = table->ACPIState.levels[0];
395 rv770_populate_mvdd_value(rdev, 0, &table->ACPIState.levels[0].mvdd);