Lines Matching defs:table

114 	DRM_DEBUG_KMS("Target MCLK greater than largest MCLK in DLL speed table\n");
318 RV770_SMC_STATETABLE *table)
331 table->ACPIState = table->initialState;
333 table->ACPIState.flags &= ~PPSMC_SWSTATE_FLAG_DC;
337 &table->ACPIState.levels[0].vddc);
338 table->ACPIState.levels[0].gen2PCIE =
341 table->ACPIState.levels[0].gen2XSP =
345 &table->ACPIState.levels[0].vddc);
346 table->ACPIState.levels[0].gen2PCIE = 0;
376 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
377 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL_2 = cpu_to_be32(mpll_ad_func_cntl_2);
378 table->ACPIState.levels[0].mclk.mclk770.vMPLL_DQ_FUNC_CNTL = cpu_to_be32(mpll_dq_func_cntl);
379 table->ACPIState.levels[0].mclk.mclk770.vMPLL_DQ_FUNC_CNTL_2 = cpu_to_be32(mpll_dq_func_cntl_2);
380 table->ACPIState.levels[0].mclk.mclk770.vMCLK_PWRMGT_CNTL = cpu_to_be32(mclk_pwrmgt_cntl);
381 table->ACPIState.levels[0].mclk.mclk770.vDLL_CNTL = cpu_to_be32(dll_cntl);
383 table->ACPIState.levels[0].mclk.mclk770.mclk_value = 0;
385 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL = cpu_to_be32(spll_func_cntl);
386 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL_2 = cpu_to_be32(spll_func_cntl_2);
387 table->ACPIState.levels[0].sclk.vCG_SPLL_FUNC_CNTL_3 = cpu_to_be32(spll_func_cntl_3);
389 table->ACPIState.levels[0].sclk.sclk_value = 0;
391 table->ACPIState.levels[1] = table->ACPIState.levels[0];
392 table->ACPIState.levels[2] = table->ACPIState.levels[0];
394 rv770_populate_mvdd_value(rdev, 0, &table->ACPIState.levels[0].mvdd);