Lines Matching refs:ACPIState

1354 	table->ACPIState = table->initialState;  in cypress_populate_smc_acpi_state()
1356 table->ACPIState.flags &= ~PPSMC_SWSTATE_FLAG_DC; in cypress_populate_smc_acpi_state()
1362 &table->ACPIState.levels[0].vddc); in cypress_populate_smc_acpi_state()
1365 table->ACPIState.levels[0].gen2PCIE = 1; in cypress_populate_smc_acpi_state()
1367 table->ACPIState.levels[0].gen2PCIE = 0; in cypress_populate_smc_acpi_state()
1369 table->ACPIState.levels[0].gen2PCIE = 0; in cypress_populate_smc_acpi_state()
1371 table->ACPIState.levels[0].gen2XSP = 1; in cypress_populate_smc_acpi_state()
1373 table->ACPIState.levels[0].gen2XSP = 0; in cypress_populate_smc_acpi_state()
1378 &table->ACPIState.levels[0].vddc); in cypress_populate_smc_acpi_state()
1379 table->ACPIState.levels[0].gen2PCIE = 0; in cypress_populate_smc_acpi_state()
1387 &table->ACPIState.levels[0].vddci); in cypress_populate_smc_acpi_state()
1433 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL = in cypress_populate_smc_acpi_state()
1435 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL_2 = in cypress_populate_smc_acpi_state()
1437 table->ACPIState.levels[0].mclk.mclk770.vMPLL_DQ_FUNC_CNTL = in cypress_populate_smc_acpi_state()
1439 table->ACPIState.levels[0].mclk.mclk770.vMPLL_DQ_FUNC_CNTL_2 = in cypress_populate_smc_acpi_state()
1441 table->ACPIState.levels[0].mclk.mclk770.vMCLK_PWRMGT_CNTL = in cypress_populate_smc_acpi_state()
1443 table->ACPIState.levels[0].mclk.mclk770.vDLL_CNTL = cpu_to_be32(dll_cntl); in cypress_populate_smc_acpi_state()
1445 table->ACPIState.levels[0].mclk.mclk770.mclk_value = 0; in cypress_populate_smc_acpi_state()
1447 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL = in cypress_populate_smc_acpi_state()
1449 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL_2 = in cypress_populate_smc_acpi_state()
1451 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL_3 = in cypress_populate_smc_acpi_state()
1454 table->ACPIState.levels[0].sclk.sclk_value = 0; in cypress_populate_smc_acpi_state()
1456 cypress_populate_mvdd_value(rdev, 0, &table->ACPIState.levels[0].mvdd); in cypress_populate_smc_acpi_state()
1459 table->ACPIState.levels[0].ACIndex = 1; in cypress_populate_smc_acpi_state()
1461 table->ACPIState.levels[1] = table->ACPIState.levels[0]; in cypress_populate_smc_acpi_state()
1462 table->ACPIState.levels[2] = table->ACPIState.levels[0]; in cypress_populate_smc_acpi_state()