Searched refs:matchIndex (Results 1 – 1 of 1) sorted by relevance
277 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local285 matchIndex = 0; in ath9k_hw_get_legacy_target_powers()291 matchIndex = i; in ath9k_hw_get_legacy_target_powers()302 matchIndex = i - 1; in ath9k_hw_get_legacy_target_powers()305 if (matchIndex != -1) { in ath9k_hw_get_legacy_target_powers()306 *pNewPower = powInfo[matchIndex]; in ath9k_hw_get_legacy_target_powers()339 matchIndex = 0; in ath9k_hw_get_target_powers()345 matchIndex = i; in ath9k_hw_get_target_powers()357 matchIndex = i - 1; in ath9k_hw_get_target_powers()360 if (matchIndex != -1) { in ath9k_hw_get_target_powers()[all …]
Completed in 6 milliseconds