Lines Matching refs:matchIndex
289 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local
297 matchIndex = 0; in ath9k_hw_get_legacy_target_powers()
303 matchIndex = i; in ath9k_hw_get_legacy_target_powers()
313 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers()
314 matchIndex = i - 1; in ath9k_hw_get_legacy_target_powers()
317 if (matchIndex != -1) { in ath9k_hw_get_legacy_target_powers()
318 *pNewPower = powInfo[matchIndex]; in ath9k_hw_get_legacy_target_powers()
344 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local
351 matchIndex = 0; in ath9k_hw_get_target_powers()
357 matchIndex = i; in ath9k_hw_get_target_powers()
368 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_target_powers()
369 matchIndex = i - 1; in ath9k_hw_get_target_powers()
372 if (matchIndex != -1) { in ath9k_hw_get_target_powers()
373 *pNewPower = powInfo[matchIndex]; in ath9k_hw_get_target_powers()