Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/arn/
H A Darn_eeprom.c891 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local
912 lowIndex = i - 1; in ath9k_hw_get_legacy_target_powers()
916 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers()
923 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel, in ath9k_hw_get_legacy_target_powers()
925 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel, in ath9k_hw_get_legacy_target_powers()
931 powInfo[lowIndex].tPow2x[i], in ath9k_hw_get_legacy_target_powers()
932 powInfo[lowIndex + 1].tPow2x[i]); in ath9k_hw_get_legacy_target_powers()
948 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local
971 lowIndex = i - 1; in ath9k_hw_get_target_powers()
975 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_target_powers()
[all …]