OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tPow2x
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_reset.c
430
for (i = 0; i < N(targetPowerCck.
tPow2x
); i++) {
431
targetPowerCck.
tPow2x
[i] = (uint8_t)AH_MIN(targetPowerCck.
tPow2x
[i], minCtlPower);
436
for (i = 0; i < N(targetPowerOfdm.
tPow2x
); i++) {
437
targetPowerOfdm.
tPow2x
[i] = (uint8_t)AH_MIN(targetPowerOfdm.
tPow2x
[i], minCtlPower);
442
for (i = 0; i < N(targetPowerHt20.
tPow2x
); i++) {
443
targetPowerHt20.
tPow2x
[i] = (uint8_t)AH_MIN(targetPowerHt20.
tPow2x
[i], minCtlPower);
447
targetPowerCckExt.
tPow2x
[0] = (uint8_t)AH_MIN(targetPowerCckExt.tPow2x[0], minCtlPower)
[
all
...]
ar5416_reset.c
1564
for (i = 0; i < N(targetPowerCck.
tPow2x
); i++) {
1565
targetPowerCck.
tPow2x
[i] = (uint8_t)AH_MIN(targetPowerCck.
tPow2x
[i], minCtlPower);
1570
for (i = 0; i < N(targetPowerOfdm.
tPow2x
); i++) {
1571
targetPowerOfdm.
tPow2x
[i] = (uint8_t)AH_MIN(targetPowerOfdm.
tPow2x
[i], minCtlPower);
1576
for (i = 0; i < N(targetPowerHt20.
tPow2x
); i++) {
1577
targetPowerHt20.
tPow2x
[i] = (uint8_t)AH_MIN(targetPowerHt20.
tPow2x
[i], minCtlPower);
1581
targetPowerCckExt.
tPow2x
[0] = (uint8_t)AH_MIN(targetPowerCckExt.tPow2x[0], minCtlPower)
[
all
...]
/src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v14.h
124
uint8_t
tPow2x
[4];
129
uint8_t
tPow2x
[8];
/src/sys/dev/usb/
if_otusreg.h
489
uint8_t
tPow2x
[4];
494
uint8_t
tPow2x
[8];
/src/sys/dev/ic/
arn5008reg.h
1011
uint8_t
tPow2x
[4];
1016
uint8_t
tPow2x
[8];
arn9003reg.h
1198
uint8_t
tPow2x
[4];
1202
uint8_t
tPow2x
[14];
arn5008.c
2656
tgt[lo].bChannel, tgt[lo].
tPow2x
[i],
2657
tgt[hi].bChannel, tgt[hi].
tPow2x
[i]);
2688
tgt[lo].bChannel, tgt[lo].
tPow2x
[i],
2689
tgt[hi].bChannel, tgt[hi].
tPow2x
[i]);
arn9003.c
3328
fbins[lo], tgt[lo].
tPow2x
[i],
3329
fbins[hi], tgt[hi].
tPow2x
[i]);
3360
fbins[lo], tgt[lo].
tPow2x
[i],
3361
fbins[hi], tgt[hi].
tPow2x
[i]);
Completed in 22 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025