Searched refs:matchIndex (Results 1 – 1 of 1) sorted by relevance
166 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local174 matchIndex = 0; in ath9k_hw_get_legacy_target_powers()180 matchIndex = i; in ath9k_hw_get_legacy_target_powers()190 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers()191 matchIndex = i - 1; in ath9k_hw_get_legacy_target_powers()194 if (matchIndex != -1) { in ath9k_hw_get_legacy_target_powers()195 *pNewPower = powInfo[matchIndex]; in ath9k_hw_get_legacy_target_powers()221 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local228 matchIndex = 0; in ath9k_hw_get_target_powers()234 matchIndex = i; in ath9k_hw_get_target_powers()[all …]