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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
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)) {
2360 int16_t minPower, maxPower; local
2365 if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &maxPower, &minPower)) {
2368 chan->ic_minpower = minPower / 2;
2387 AH_FALSE, &minPower, &maxPower)) {
2394 if (minPower < chan->ic_minpower)
2395 chan->ic_minpower = minPower;
[all...]
H A Dar5413.c542 int16_t *minPower, int16_t *maxPower,
619 * values by the amount of minPower for griffin
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,
581 * values by the amount of minPower for griffin
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,
559 * values by the amount of minPower for griffin
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,
576 * values by the amount of minPower for griffin
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,
537 * values by the amount of minPower for griffin
497 ar2425SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
/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)) {
937 chan->ic_minpower = minPower / 2;

Completed in 168 milliseconds