OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxPower
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_reset.c
107
int16_t
maxPower
;
143
maxPower
= AH_MAX(ratesArray[rate6mb], ratesArray[rateHt20_0]);
144
maxPower
= AH_MAX(
maxPower
, ratesArray[rate1l]);
147
maxPower
= AH_MAX(
maxPower
, ratesArray[rateHt40_0]);
150
ahp->ah_tx6PowerInHalfDbm =
maxPower
;
151
AH_PRIVATE(ah)->ah_maxPowerLevel =
maxPower
;
ar5416_reset.c
794
int16_t minPower,
maxPower
;
803
if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &
maxPower
, &minPower)) {
805
chan->maxTxPower =
maxPower
/ 2;
862
int16_t
maxPower
;
897
maxPower
= AH_MAX(ratesArray[rate6mb], ratesArray[rateHt20_0]);
900
maxPower
= AH_MAX(
maxPower
, ratesArray[rate1l]);
904
maxPower
= AH_MAX(
maxPower
, ratesArray[rateHt40_0]);
907
ahp->ah_tx6PowerInHalfDbm =
maxPower
;
[
all
...]
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c
46
HAL_BOOL commit, int16_t *minPower, int16_t *
maxPower
);
1879
int16_t minPower,
maxPower
, tpcInDb, powerLimit;
1893
AH_TRUE, &minPower, &
maxPower
)) {
1899
&minPower, &
maxPower
, chan, rfXpdGain)) {
2156
"TPC_Reduction %d chan=%d (0x%x) maxAvailPower=%d pwr6_24=%d,
maxPower
=%d\n",
2201
"TPC_Reduction %d chan=%d (0x%x) maxAvailPower=%d pwr6_24=%d,
maxPower
=%d\n",
2219
int16_t minPower,
maxPower
, tpcInDb, powerLimit;
2228
if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &
maxPower
, &minPower)) {
2230
chan->maxTxPower =
maxPower
/ 2;
2252
AH_FALSE, &minPower, &
maxPower
)) {
[
all
...]
Completed in 44 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025