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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c344 int16_t maxPower; local
380 maxPower = AH_MAX(AH5416(ah)->ah_ratesArray[rate6mb],
382 maxPower = AH_MAX(maxPower,
386 maxPower = AH_MAX(maxPower,
389 ahp->ah_tx6PowerInHalfDbm = maxPower;
390 AH_PRIVATE(ah)->ah_maxPowerLevel = maxPower;
H A Dar9285_reset.c89 int16_t maxPower; local
126 maxPower = AH_MAX(AH5416(ah)->ah_ratesArray[rate6mb],
128 maxPower = AH_MAX(maxPower, AH5416(ah)->ah_ratesArray[rate1l]);
131 maxPower = AH_MAX(maxPower, AH5416(ah)->ah_ratesArray[rateHt40_0]);
134 ahp->ah_tx6PowerInHalfDbm = maxPower;
135 AH_PRIVATE(ah)->ah_maxPowerLevel = maxPower;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c929 int16_t minPower, maxPower; local
934 if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &maxPower, &minPower)) {
936 chan->ic_maxpower = maxPower / 2;
1073 int16_t maxPower; local
1114 maxPower = AH_MAX(AH5416(ah)->ah_ratesArray[rate6mb],
1118 maxPower = AH_MAX(maxPower, AH5416(ah)->ah_ratesArray[rate1l]);
1122 maxPower = AH_MAX(maxPower, AH5416(ah)->ah_ratesArray[rateHt40_0]);
1125 ahp->ah_tx6PowerInHalfDbm = maxPower;
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5112.c53 int16_t *power, int16_t maxPower, int16_t *retVals);
535 * power table entry corresponds with maxPower.
609 getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs, int16_t *power, int16_t maxPower, int16_t *retVals) argument
628 if (retVals[ii] >= maxPower) {
630 retVals[ii++] = maxPower;
659 /* Search for highest pcdac 0.25dB below maxPower */
708 /* Search for highest pcdac 0.25dB below maxPower */
H A Dar5212_reset.c53 HAL_BOOL commit, int16_t *minPower, int16_t *maxPower);
2016 int16_t minPower, maxPower, tpcInDb, powerLimit; local
2030 AH_TRUE, &minPower, &maxPower)) {
2036 &minPower, &maxPower, chan, rfXpdGain)) {
2294 "TPC_Reduction %d chan=%d (0x%x) maxAvailPower=%d pwr6_24=%d, maxPower=%d\n",
2339 "TPC_Reduction %d chan=%d (0x%x) maxAvailPower=%d pwr6_24=%d, maxPower=%d\n",
2360 int16_t minPower, maxPower; local
2365 if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &maxPower, &minPower)) {
2367 chan->ic_maxpower = maxPower / 2;
2387 AH_FALSE, &minPower, &maxPower)) {
[all...]
H A Dar5413.c542 int16_t *minPower, int16_t *maxPower,
541 ar5413SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
H A Dar5212.h145 int16_t *minPower, int16_t *maxPower,
H A Dar2316.c505 int16_t *minPower, int16_t *maxPower,
504 ar2316SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
H A Dar2317.c483 int16_t *minPower, int16_t *maxPower,
482 ar2317SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
H A Dar2413.c499 int16_t *minPower, int16_t *maxPower,
498 ar2413SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
H A Dar2425.c498 int16_t *minPower, int16_t *maxPower,
497 ar2425SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument

Completed in 139 milliseconds