Searched refs:lowIndex (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
198 lowIndex = i - 1; ath9k_hw_get_legacy_target_powers()
202 if ((matchIndex == -1) && (lowIndex == -1)) ath9k_hw_get_legacy_target_powers()
209 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel, ath9k_hw_get_legacy_target_powers()
211 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel, ath9k_hw_get_legacy_target_powers()
217 powInfo[lowIndex].tPow2x[i], ath9k_hw_get_legacy_target_powers()
218 powInfo[lowIndex + 1].tPow2x[i]); ath9k_hw_get_legacy_target_powers()
233 int matchIndex = -1, lowIndex = -1; ath9k_hw_get_target_powers() local
253 lowIndex = i - 1; ath9k_hw_get_target_powers()
257 if ((matchIndex == -1) && (lowIndex == -1)) ath9k_hw_get_target_powers()
264 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel, ath9k_hw_get_target_powers()
266 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel, ath9k_hw_get_target_powers()
272 powInfo[lowIndex].tPow2x[i], ath9k_hw_get_target_powers()
273 powInfo[lowIndex + 1].tPow2x[i]); ath9k_hw_get_target_powers()

Completed in 44 milliseconds