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