Searched refs:matchIndex (Results 1 – 1 of 1) sorted by relevance
178 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local186 matchIndex = 0; in ath9k_hw_get_legacy_target_powers()192 matchIndex = i; in ath9k_hw_get_legacy_target_powers()202 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers()203 matchIndex = i - 1; in ath9k_hw_get_legacy_target_powers()206 if (matchIndex != -1) { in ath9k_hw_get_legacy_target_powers()207 *pNewPower = powInfo[matchIndex]; in ath9k_hw_get_legacy_target_powers()233 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local240 matchIndex = 0; in ath9k_hw_get_target_powers()246 matchIndex = i; in ath9k_hw_get_target_powers()[all …]