Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2101 CAL_TARGET_POWER_HT *powInfo, uint16_t numChannels, in ar5416GetTargetPowers() argument
2115 if (freq <= fbin2freq(powInfo[0].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) { in ar5416GetTargetPowers()
2118 for (i = 0; (i < numChannels) && (powInfo[i].bChannel != AR5416_BCHAN_UNUSED); i++) { in ar5416GetTargetPowers()
2119 if (freq == fbin2freq(powInfo[i].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) { in ar5416GetTargetPowers()
2122 } else if ((freq < fbin2freq(powInfo[i].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) && in ar5416GetTargetPowers()
2123 (freq > fbin2freq(powInfo[i - 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)))) in ar5416GetTargetPowers()
2130 HALASSERT(freq > fbin2freq(powInfo[i - 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))); in ar5416GetTargetPowers()
2136 OS_MEMCPY(pNewPower, &powInfo[matchIndex], sizeof(*pNewPower)); in ar5416GetTargetPowers()
2143 clo = fbin2freq(powInfo[lowIndex].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)); in ar5416GetTargetPowers()
2144 chi = fbin2freq(powInfo[lowIndex + 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)); in ar5416GetTargetPowers()
[all …]
H A Dar5416.h331 CAL_TARGET_POWER_HT *powInfo,
336 CAL_TARGET_POWER_LEG *powInfo,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2567 const TRGT_POWER_INFO *powInfo, in ar5212GetTargetPowers() argument
2578 tempChannelList[i] = powInfo[i].testChannel; in ar5212GetTargetPowers()
2600 powInfo[ixlo].twicePwr6_24, powInfo[ixhi].twicePwr6_24); in ar5212GetTargetPowers()
2602 powInfo[ixlo].twicePwr36, powInfo[ixhi].twicePwr36); in ar5212GetTargetPowers()
2604 powInfo[ixlo].twicePwr48, powInfo[ixhi].twicePwr48); in ar5212GetTargetPowers()
2606 powInfo[ixlo].twicePwr54, powInfo[ixhi].twicePwr54); in ar5212GetTargetPowers()