Lines Matching refs:ACPILevel
2962 table->ACPILevel.Flags &= ~PPSMC_SWSTATE_FLAG_DC;
2965 table->ACPILevel.MinVddc = cpu_to_be32(pi->acpi_vddc * VOLTAGE_SCALE);
2967 table->ACPILevel.MinVddc = cpu_to_be32(pi->min_vddc_in_pp_table * VOLTAGE_SCALE);
2969 table->ACPILevel.MinVddcPhases = pi->vddc_phase_shed_control ? 0 : 1;
2971 table->ACPILevel.SclkFrequency = rdev->clock.spll.reference_freq;
2975 table->ACPILevel.SclkFrequency, false, ÷rs);
2979 table->ACPILevel.SclkDid = (u8)dividers.post_divider;
2980 table->ACPILevel.DisplayWatermark = PPSMC_DISPLAY_WATERMARK_LOW;
2981 table->ACPILevel.DeepSleepDivId = 0;
2989 table->ACPILevel.CgSpllFuncCntl = spll_func_cntl;
2990 table->ACPILevel.CgSpllFuncCntl2 = spll_func_cntl_2;
2991 table->ACPILevel.CgSpllFuncCntl3 = pi->clock_registers.cg_spll_func_cntl_3;
2992 table->ACPILevel.CgSpllFuncCntl4 = pi->clock_registers.cg_spll_func_cntl_4;
2993 table->ACPILevel.SpllSpreadSpectrum = pi->clock_registers.cg_spll_spread_spectrum;
2994 table->ACPILevel.SpllSpreadSpectrum2 = pi->clock_registers.cg_spll_spread_spectrum_2;
2995 table->ACPILevel.CcPwrDynRm = 0;
2996 table->ACPILevel.CcPwrDynRm1 = 0;
2998 table->ACPILevel.Flags = cpu_to_be32(table->ACPILevel.Flags);
2999 table->ACPILevel.MinVddcPhases = cpu_to_be32(table->ACPILevel.MinVddcPhases);
3000 table->ACPILevel.SclkFrequency = cpu_to_be32(table->ACPILevel.SclkFrequency);
3001 table->ACPILevel.CgSpllFuncCntl = cpu_to_be32(table->ACPILevel.CgSpllFuncCntl);
3002 table->ACPILevel.CgSpllFuncCntl2 = cpu_to_be32(table->ACPILevel.CgSpllFuncCntl2);
3003 table->ACPILevel.CgSpllFuncCntl3 = cpu_to_be32(table->ACPILevel.CgSpllFuncCntl3);
3004 table->ACPILevel.CgSpllFuncCntl4 = cpu_to_be32(table->ACPILevel.CgSpllFuncCntl4);
3005 table->ACPILevel.SpllSpreadSpectrum = cpu_to_be32(table->ACPILevel.SpllSpreadSpectrum);
3006 table->ACPILevel.SpllSpreadSpectrum2 = cpu_to_be32(table->ACPILevel.SpllSpreadSpectrum2);
3007 table->ACPILevel.CcPwrDynRm = cpu_to_be32(table->ACPILevel.CcPwrDynRm);
3008 table->ACPILevel.CcPwrDynRm1 = cpu_to_be32(table->ACPILevel.CcPwrDynRm1);
3010 table->MemoryACPILevel.MinVddc = table->ACPILevel.MinVddc;
3011 table->MemoryACPILevel.MinVddcPhases = table->ACPILevel.MinVddcPhases;