Lines Matching defs:powInfo
271 struct cal_target_power_leg *powInfo,
285 if (freq <= ath9k_hw_fbin2freq(powInfo[0].bChannel,
290 (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) {
291 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel,
295 } else if (freq < ath9k_hw_fbin2freq(powInfo[i].bChannel,
297 freq > ath9k_hw_fbin2freq(powInfo[i - 1].bChannel,
308 *pNewPower = powInfo[matchIndex];
310 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel,
312 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel,
318 powInfo[lowIndex].tPow2x[i],
319 powInfo[lowIndex + 1].tPow2x[i]);
326 struct cal_target_power_ht *powInfo,
340 if (freq <= ath9k_hw_fbin2freq(powInfo[0].bChannel, IS_CHAN_2GHZ(chan))) {
344 (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) {
345 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel,
350 if (freq < ath9k_hw_fbin2freq(powInfo[i].bChannel,
352 freq > ath9k_hw_fbin2freq(powInfo[i - 1].bChannel,
363 *pNewPower = powInfo[matchIndex];
365 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel,
367 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel,
373 powInfo[lowIndex].tPow2x[i],
374 powInfo[lowIndex + 1].tPow2x[i]);