OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twicePwr36
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.h
195
uint16_t
twicePwr36
;
ah_eeprom_v3.c
981
pPowerInfo->
twicePwr36
= (eeval << 4) & POWER_MASK;
984
pPowerInfo->
twicePwr36
= (eeval << 3) & POWER_MASK;
989
pPowerInfo->
twicePwr36
|= (eeval >> 12) & 0xf;
993
pPowerInfo->
twicePwr36
|= (eeval >> 13) & 0x7;
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c
2133
rpow[5] = AH_MIN(rpow[0], targetPowerOfdm.
twicePwr36
);
2182
r9 = rpow[9] = AH_MIN(scaledPower, targetPowerCck.
twicePwr36
);
2189
r9 = AH_MIN(scaledPower, targetPowerCck.
twicePwr36
);
2471
pNewPower->
twicePwr36
= interpolate(chan->channel, clo, chi,
2472
powInfo[ixlo].
twicePwr36
, powInfo[ixhi].
twicePwr36
);
/src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c
1598
lowerPower = pPowerInfo[lowerIndex].
twicePwr36
;
1599
upperPower = pPowerInfo[upperIndex].
twicePwr36
;
1616
lowerPower = pPowerInfo[lowerIndex].
twicePwr36
;
1617
upperPower = pPowerInfo[upperIndex].
twicePwr36
;
Completed in 17 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025