Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c883 struct cal_target_power_leg *powInfo, in ath9k_hw_get_legacy_target_powers() argument
897 if (freq <= ath9k_hw_fbin2freq(powInfo[0].bChannel, in ath9k_hw_get_legacy_target_powers()
902 (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) { in ath9k_hw_get_legacy_target_powers()
903 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel, in ath9k_hw_get_legacy_target_powers()
908 ath9k_hw_fbin2freq(powInfo[i].bChannel, in ath9k_hw_get_legacy_target_powers()
910 (freq > ath9k_hw_fbin2freq(powInfo[i - 1].bChannel, in ath9k_hw_get_legacy_target_powers()
921 *pNewPower = powInfo[matchIndex]; 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()
[all …]