OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chan5111
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5111.c
81
int16_t
chan5111
, chanIEEE;
local in function:ar5111SetChannel
154
chan5111
= ci->channel5111;
165
chan5111
= chanIEEE; /* no conversion needed */
170
if (
chan5111
>= 145 || (
chan5111
& 0x1)) {
171
reg32 = ath_hal_reverseBits(
chan5111
- 24, 8) & 0xff;
174
reg32 = ath_hal_reverseBits(((
chan5111
- 24)/2), 8) & 0xff;
/src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c
816
int16_t
chan5111
, chanIEEE;
local in function:ar5211SetChannel
826
chan5111
= ci->channel5111;
829
chan5111
= chanIEEE;
833
if (
chan5111
>= 145 || (
chan5111
& 0x1)) {
834
reg32 = ath_hal_reverseBits(
chan5111
- 24, 8) & 0xFF;
837
reg32 = ath_hal_reverseBits(((
chan5111
- 24) / 2), 8) & 0xFF;
Completed in 20 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025