Lines Matching refs:matchIndex
279 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local
287 matchIndex = 0; in ath9k_hw_get_legacy_target_powers()
293 matchIndex = i; in ath9k_hw_get_legacy_target_powers()
303 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers()
304 matchIndex = i - 1; in ath9k_hw_get_legacy_target_powers()
307 if (matchIndex != -1) { in ath9k_hw_get_legacy_target_powers()
308 *pNewPower = powInfo[matchIndex]; in ath9k_hw_get_legacy_target_powers()
334 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local
341 matchIndex = 0; in ath9k_hw_get_target_powers()
347 matchIndex = i; in ath9k_hw_get_target_powers()
358 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_target_powers()
359 matchIndex = i - 1; in ath9k_hw_get_target_powers()
362 if (matchIndex != -1) { in ath9k_hw_get_target_powers()
363 *pNewPower = powInfo[matchIndex]; in ath9k_hw_get_target_powers()