Lines Matching defs:lowIndex
289 int matchIndex = -1, lowIndex = -1;
309 lowIndex = i - 1;
313 if ((matchIndex == -1) && (lowIndex == -1))
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]);
344 int matchIndex = -1, lowIndex = -1;
364 lowIndex = i - 1;
368 if ((matchIndex == -1) && (lowIndex == -1))
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]);