Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c2091 CAL_TARGET_POWER_HT *powInfo, uint16_t numChannels, in ar5416GetTargetPowers() argument
2105 if (freq <= fbin2freq(powInfo[0].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) { in ar5416GetTargetPowers()
2108 for (i = 0; (i < numChannels) && (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) { in ar5416GetTargetPowers()
2109 if (freq == fbin2freq(powInfo[i].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) { in ar5416GetTargetPowers()
2112 } else if ((freq < fbin2freq(powInfo[i].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) && in ar5416GetTargetPowers()
2113 (freq > fbin2freq(powInfo[i - 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)))) in ar5416GetTargetPowers()
2120 HALASSERT(freq > fbin2freq(powInfo[i - 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))); in ar5416GetTargetPowers()
2126 OS_MEMCPY(pNewPower, &powInfo[matchIndex], sizeof(*pNewPower)); in ar5416GetTargetPowers()
2133 clo = fbin2freq(powInfo[lowIndex].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)); in ar5416GetTargetPowers()
2134 chi = fbin2freq(powInfo[lowIndex + 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)); in ar5416GetTargetPowers()
[all …]
Dar5416.h334 CAL_TARGET_POWER_HT *powInfo,
339 CAL_TARGET_POWER_LEG *powInfo,
/freebsd-10-stable/tools/tools/ath/athrd/
Dathrd.c1415 TRGT_POWER_INFO *powInfo, in ar5212GetTargetPowers() argument
1425 tempChannelList[i] = powInfo[i].testChannel; in ar5212GetTargetPowers()
1447 powInfo[ixlo].twicePwr6_24, powInfo[ixhi].twicePwr6_24); in ar5212GetTargetPowers()
1449 powInfo[ixlo].twicePwr36, powInfo[ixhi].twicePwr36); in ar5212GetTargetPowers()
1451 powInfo[ixlo].twicePwr48, powInfo[ixhi].twicePwr48); in ar5212GetTargetPowers()
1453 powInfo[ixlo].twicePwr54, powInfo[ixhi].twicePwr54); in ar5212GetTargetPowers()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_reset.c2566 const TRGT_POWER_INFO *powInfo, in ar5212GetTargetPowers() argument
2577 tempChannelList[i] = powInfo[i].testChannel; in ar5212GetTargetPowers()
2599 powInfo[ixlo].twicePwr6_24, powInfo[ixhi].twicePwr6_24); in ar5212GetTargetPowers()
2601 powInfo[ixlo].twicePwr36, powInfo[ixhi].twicePwr36); in ar5212GetTargetPowers()
2603 powInfo[ixlo].twicePwr48, powInfo[ixhi].twicePwr48); in ar5212GetTargetPowers()
2605 powInfo[ixlo].twicePwr54, powInfo[ixhi].twicePwr54); in ar5212GetTargetPowers()