Lines Matching defs:powInfo
281 struct cal_target_power_leg *powInfo,
295 if (freq <= ath9k_hw_fbin2freq(powInfo[0].bChannel,
300 (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) {
301 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel,
305 } else if (freq < ath9k_hw_fbin2freq(powInfo[i].bChannel,
307 freq > ath9k_hw_fbin2freq(powInfo[i - 1].bChannel,
318 *pNewPower = powInfo[matchIndex];
320 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel,
322 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel,
328 powInfo[lowIndex].tPow2x[i],
329 powInfo[lowIndex + 1].tPow2x[i]);
336 struct cal_target_power_ht *powInfo,
350 if (freq <= ath9k_hw_fbin2freq(powInfo[0].bChannel, IS_CHAN_2GHZ(chan))) {
354 (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) {
355 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel,
360 if (freq < ath9k_hw_fbin2freq(powInfo[i].bChannel,
362 freq > ath9k_hw_fbin2freq(powInfo[i - 1].bChannel,
373 *pNewPower = powInfo[matchIndex];
375 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel,
377 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel,
383 powInfo[lowIndex].tPow2x[i],
384 powInfo[lowIndex + 1].tPow2x[i]);