Lines Matching defs:ni_power_info
178 struct ni_power_info { struct
180 struct evergreen_power_info eg;
181 struct ni_clock_registers clock_registers;
182 struct ni_mc_reg_table mc_reg_table;
183 u32 mclk_rtt_mode_threshold;
185 bool use_power_boost_limit;
186 bool support_cac_long_term_average;
187 bool cac_enabled;
188 bool cac_configuration_required;
189 bool driver_calculate_cac_leakage;
190 bool pc_enabled;
191 bool enable_power_containment;
192 bool enable_cac;
193 bool enable_sq_ramping;
195 u16 arb_table_start;
196 u16 fan_table_start;
197 u16 cac_table_start;
198 u16 spll_table_start;
200 struct ni_cac_data cac_data;
201 u32 dc_cac_table[NISLANDS_DCCAC_MAX_LEVELS];
202 const struct ni_cac_weights *cac_weights;
203 u8 lta_window_size;
204 u8 lts_truncate;
205 struct ni_ps current_ps;
206 struct ni_ps requested_ps;
208 SMC_NIslands_MCRegisters smc_mc_reg_table;
209 NISLANDS_SMC_STATETABLE smc_statetable;