OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chansel
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
arn9380.c
268
uint32_t
chansel
, phy;
local in function:ar9380_set_synth
272
chansel
= ((freq << 16) - 215) / 15;
274
chansel
= (freq << 16) / 15;
278
chansel
= (freq << 15) / 15;
279
chansel
>>= 1;
289
phy = (
chansel
<< 2) | AR9380_FRACMODE;
arn5416.c
168
uint8_t
chansel
;
local in function:ar5416_set_synth
173
chansel
= ((freq - 672) * 2 - 3040) / 10;
176
chansel
= ((freq - 704) * 2 - 3040) / 10;
181
chansel
<<= 2;
196
chansel
= (freq - 4800) / 20;
197
chansel
<<= 2;
201
chansel
= (freq - 4800) / 10;
202
chansel
<<= 1;
209
chansel
= (freq - 4800) / 5;
215
chansel
= ar5416_reverse_bits(chansel, 8)
[
all
...]
/src/sys/dev/usb/
if_otus.c
2731
uint8_t
chansel
, d0, d1;
local in function:otus_set_rf_bank4
2739
chansel
= (c->ic_freq - 4800) / 5;
2740
if (
chansel
& 1)
2748
chansel
= 10 + (c->ic_freq - 2274) / 5;
2750
chansel
= 16 + (c->ic_freq - 2272) / 5;
2751
chansel
<<= 2;
2754
d1 = otus_reverse_bits(
chansel
);
Completed in 14 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025