Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Deeprom.c279 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local
299 lowIndex = i - 1; in ath9k_hw_get_legacy_target_powers()
303 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers()
310 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel, in ath9k_hw_get_legacy_target_powers()
312 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel, in ath9k_hw_get_legacy_target_powers()
318 powInfo[lowIndex].tPow2x[i], in ath9k_hw_get_legacy_target_powers()
319 powInfo[lowIndex + 1].tPow2x[i]); in ath9k_hw_get_legacy_target_powers()
334 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local
354 lowIndex = i - 1; in ath9k_hw_get_target_powers()
358 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_target_powers()
[all …]