OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tempChannelList
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c
1531
uint16_t
tempChannelList
[NUM_EDGES]; /* temp array for holding edge channels */
1554
tempChannelList
[i] = pRdEdgesPower[i].rdEdge;
1558
ar5211GetLowerUpperValues(chan->channel,
tempChannelList
,
1562
if (lowerChannel ==
tempChannelList
[i])
1576
tempChannelList
[i] = pPowerInfo[i].testChannel;
1578
ar5211GetLowerUpperValues(chan->channel,
tempChannelList
,
1583
if (lowerChannel ==
tempChannelList
[i])
1585
if (upperChannel ==
tempChannelList
[i]) {
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c
2364
uint16_t
tempChannelList
[NUM_EDGES];
2372
tempChannelList
[i] = pRdEdgesPower[i].rdEdge;
2376
ar5212GetLowerUpperValues(channel,
tempChannelList
,
2379
for (i = 0; i < numEdges && clo !=
tempChannelList
[i]; i++)
2442
uint16_t
tempChannelList
[NUM_TEST_FREQUENCIES];
2448
tempChannelList
[i] = powInfo[i].testChannel;
2450
ar5212GetLowerUpperValues(chan->channel,
tempChannelList
,
2456
if (clo ==
tempChannelList
[i]) {
2459
if (chi ==
tempChannelList
[i]) {
Completed in 15 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025