Lines Matching defs:power
128 int8_t max_power_avg; /* max power (dBm) on this chnl, limit 31 */
132 * Mapping of a Tx power level, at factory calibration temperature,
134 * One for each of 5 "sample" power levels in each band.
135 * v_det is measured at the factory, using the 3945's built-in power amplifier
142 uint8_t gain_index; /* index into power (gain) setup table ... */
143 int8_t power; /* ... for this pwr level for this chnl group */
148 * Mappings of Tx power levels -> nominal radio/DSP gain table indexes.
150 * Tx power setup code interpolates between the 5 "sample" power levels
151 * to determine the nominal setup for a requested power level.
156 /* 5 power levels */
158 /* coefficients for voltage->power formula (signed) */
162 /* highest power possible by h/w in this * band */
171 * Temperature-based Tx-power compensation data, not band-specific.