Lines Matching refs:ACPIState
936 table->ACPIState = table->initialState;
938 table->ACPIState.flags &= ~PPSMC_SWSTATE_FLAG_DC;
942 &table->ACPIState.levels[0].vddc);
945 table->ACPIState.levels[0].gen2PCIE = 1;
947 table->ACPIState.levels[0].gen2PCIE = 0;
949 table->ACPIState.levels[0].gen2PCIE = 0;
951 table->ACPIState.levels[0].gen2XSP = 1;
953 table->ACPIState.levels[0].gen2XSP = 0;
956 &table->ACPIState.levels[0].vddc);
957 table->ACPIState.levels[0].gen2PCIE = 0;
981 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
982 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL_2 = cpu_to_be32(mpll_ad_func_cntl_2);
983 table->ACPIState.levels[0].mclk.mclk770.vMPLL_DQ_FUNC_CNTL = cpu_to_be32(mpll_dq_func_cntl);
984 table->ACPIState.levels[0].mclk.mclk770.vMPLL_DQ_FUNC_CNTL_2 = cpu_to_be32(mpll_dq_func_cntl_2);
986 table->ACPIState.levels[0].mclk.mclk770.vMCLK_PWRMGT_CNTL = cpu_to_be32(mclk_pwrmgt_cntl);
987 table->ACPIState.levels[0].mclk.mclk770.vDLL_CNTL = cpu_to_be32(dll_cntl);
989 table->ACPIState.levels[0].mclk.mclk770.mclk_value = 0;
991 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL = cpu_to_be32(spll_func_cntl);
992 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL_2 = cpu_to_be32(spll_func_cntl_2);
993 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL_3 = cpu_to_be32(spll_func_cntl_3);
995 table->ACPIState.levels[0].sclk.sclk_value = 0;
997 rv770_populate_mvdd_value(rdev, 0, &table->ACPIState.levels[0].mvdd);
999 table->ACPIState.levels[1] = table->ACPIState.levels[0];
1000 table->ACPIState.levels[2] = table->ACPIState.levels[0];