Searched refs:matchIndex (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Deeprom.c178 int matchIndex = -1, lowIndex = -1; ath9k_hw_get_legacy_target_powers() local
186 matchIndex = 0; ath9k_hw_get_legacy_target_powers()
192 matchIndex = i; ath9k_hw_get_legacy_target_powers()
202 if ((matchIndex == -1) && (lowIndex == -1)) ath9k_hw_get_legacy_target_powers()
203 matchIndex = i - 1; ath9k_hw_get_legacy_target_powers()
206 if (matchIndex != -1) { ath9k_hw_get_legacy_target_powers()
207 *pNewPower = powInfo[matchIndex]; ath9k_hw_get_legacy_target_powers()
233 int matchIndex = -1, lowIndex = -1; ath9k_hw_get_target_powers() local
240 matchIndex = 0; ath9k_hw_get_target_powers()
246 matchIndex = i; ath9k_hw_get_target_powers()
257 if ((matchIndex == -1) && (lowIndex == -1)) ath9k_hw_get_target_powers()
258 matchIndex = i - 1; ath9k_hw_get_target_powers()
261 if (matchIndex != -1) { ath9k_hw_get_target_powers()
262 *pNewPower = powInfo[matchIndex]; ath9k_hw_get_target_powers()

Completed in 78 milliseconds