Lines Matching refs:ACPIState

1353 	table->ACPIState = table->initialState;  in cypress_populate_smc_acpi_state()
1355 table->ACPIState.flags &= ~PPSMC_SWSTATE_FLAG_DC; in cypress_populate_smc_acpi_state()
1361 &table->ACPIState.levels[0].vddc); in cypress_populate_smc_acpi_state()
1364 table->ACPIState.levels[0].gen2PCIE = 1; in cypress_populate_smc_acpi_state()
1366 table->ACPIState.levels[0].gen2PCIE = 0; in cypress_populate_smc_acpi_state()
1368 table->ACPIState.levels[0].gen2PCIE = 0; in cypress_populate_smc_acpi_state()
1370 table->ACPIState.levels[0].gen2XSP = 1; in cypress_populate_smc_acpi_state()
1372 table->ACPIState.levels[0].gen2XSP = 0; in cypress_populate_smc_acpi_state()
1377 &table->ACPIState.levels[0].vddc); in cypress_populate_smc_acpi_state()
1378 table->ACPIState.levels[0].gen2PCIE = 0; in cypress_populate_smc_acpi_state()
1386 &table->ACPIState.levels[0].vddci); in cypress_populate_smc_acpi_state()
1432 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL = in cypress_populate_smc_acpi_state()
1434 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL_2 = in cypress_populate_smc_acpi_state()
1436 table->ACPIState.levels[0].mclk.mclk770.vMPLL_DQ_FUNC_CNTL = in cypress_populate_smc_acpi_state()
1438 table->ACPIState.levels[0].mclk.mclk770.vMPLL_DQ_FUNC_CNTL_2 = in cypress_populate_smc_acpi_state()
1440 table->ACPIState.levels[0].mclk.mclk770.vMCLK_PWRMGT_CNTL = in cypress_populate_smc_acpi_state()
1442 table->ACPIState.levels[0].mclk.mclk770.vDLL_CNTL = cpu_to_be32(dll_cntl); in cypress_populate_smc_acpi_state()
1444 table->ACPIState.levels[0].mclk.mclk770.mclk_value = 0; in cypress_populate_smc_acpi_state()
1446 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL = in cypress_populate_smc_acpi_state()
1448 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL_2 = in cypress_populate_smc_acpi_state()
1450 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL_3 = in cypress_populate_smc_acpi_state()
1453 table->ACPIState.levels[0].sclk.sclk_value = 0; in cypress_populate_smc_acpi_state()
1455 cypress_populate_mvdd_value(rdev, 0, &table->ACPIState.levels[0].mvdd); in cypress_populate_smc_acpi_state()
1458 table->ACPIState.levels[0].ACIndex = 1; in cypress_populate_smc_acpi_state()
1460 table->ACPIState.levels[1] = table->ACPIState.levels[0]; in cypress_populate_smc_acpi_state()
1461 table->ACPIState.levels[2] = table->ACPIState.levels[0]; in cypress_populate_smc_acpi_state()