Searched refs:lowIndex (Results 1 – 1 of 1) sorted by relevance
277 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local297 lowIndex = i - 1; in ath9k_hw_get_legacy_target_powers()301 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers()308 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel, in ath9k_hw_get_legacy_target_powers()316 powInfo[lowIndex].tPow2x[i], in ath9k_hw_get_legacy_target_powers()317 powInfo[lowIndex + 1].tPow2x[i]); in ath9k_hw_get_legacy_target_powers()332 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local352 lowIndex = i - 1; in ath9k_hw_get_target_powers()356 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_target_powers()371 powInfo[lowIndex].tPow2x[i], in ath9k_hw_get_target_powers()[all …]
Completed in 6 milliseconds