OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ratesArray
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_reset.c
52
HAL_CHANNEL_INTERNAL *chan, int16_t *
ratesArray
,
98
int16_t
ratesArray
[Ar5416RateSize];
115
OS_MEMZERO(
ratesArray
, sizeof(
ratesArray
));
129
&
ratesArray
[0],cfgCtl,
143
maxPower = AH_MAX(
ratesArray
[rate6mb],
ratesArray
[rateHt20_0]);
144
maxPower = AH_MAX(maxPower,
ratesArray
[rate1l]);
147
maxPower = AH_MAX(maxPower,
ratesArray
[rateHt40_0]);
158
for (i = 0; i < N(
ratesArray
); i++)
[
all
...]
ar5416_reset.c
61
HAL_CHANNEL_INTERNAL *chan, int16_t *
ratesArray
,
853
int16_t
ratesArray
[Ar5416RateSize];
869
ath_hal_memzero(
ratesArray
, sizeof(
ratesArray
));
883
&
ratesArray
[0],cfgCtl,
897
maxPower = AH_MAX(
ratesArray
[rate6mb],
ratesArray
[rateHt20_0]);
900
maxPower = AH_MAX(maxPower,
ratesArray
[rate1l]);
904
maxPower = AH_MAX(maxPower,
ratesArray
[rateHt40_0]);
915
for (i = 0; i < N(
ratesArray
); i++)
[
all
...]
/src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c
1521
static uint16_t
ratesArray
[NUM_RATES];
1538
pRatesPower =
ratesArray
;
Completed in 19 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025