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

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

Completed in 57 milliseconds