Lines Matching refs:power
220 int il3945_hw_reg_set_txpower(struct il_priv *il, s8 power);
263 * Mapping of a Tx power level, at factory calibration temperature,
265 * One for each of 5 "sample" power levels in each band.
266 * v_det is measured at the factory, using the 3945's built-in power amplifier
274 u8 gain_idx; /* idx into power (gain) setup table ... */
275 s8 power; /* ... for this pwr level for this chnl group */
280 * Mappings of Tx power levels -> nominal radio/DSP gain table idxes.
282 * Tx power setup code interpolates between the 5 "sample" power levels
283 * to determine the nominal setup for a requested power level.
288 struct il3945_eeprom_txpower_sample samples[5]; /* 5 power levels */
289 s32 a, b, c, d, e; /* coefficients for voltage->power
293 s8 saturation_power; /* highest power possible by h/w in this
301 * Temperature-based Tx-power compensation data, not band-specific.