Home
last modified time | relevance | path

Searched refs:lowIndex (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Deeprom.c166 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local
186 lowIndex = i - 1; in ath9k_hw_get_legacy_target_powers()
190 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers()
197 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel, in ath9k_hw_get_legacy_target_powers()
199 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel, in ath9k_hw_get_legacy_target_powers()
205 powInfo[lowIndex].tPow2x[i], in ath9k_hw_get_legacy_target_powers()
206 powInfo[lowIndex + 1].tPow2x[i]); in ath9k_hw_get_legacy_target_powers()
221 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local
241 lowIndex = i - 1; in ath9k_hw_get_target_powers()
245 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_target_powers()
[all …]