OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RF_WRITE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
bwi.c
503
#define RESTORE_RF_REG(mac, regs, n)
RF_WRITE
((mac), 0x##n, (regs)->rf_##n)
1569
RF_WRITE
(mac, BWI_RFR_ATTEN, tpctl->rf_atten);
1776
RF_WRITE
(mac, 0x51, 0x17);
1795
RF_WRITE
(mac, 0x51, 0x37);
3279
RF_WRITE
(mac, 0x52,
3367
RF_WRITE
(mac, 0x75, 0x80);
3368
RF_WRITE
(mac, 0x79, 0x81);
3371
RF_WRITE
(mac, 0x50, 0x20);
3372
RF_WRITE
(mac, 0x50, 0x23);
3375
RF_WRITE
(mac, 0x50, 0x20)
[
all
...]
bwivar.h
902
#define
RF_WRITE
(mac, ofs, val) bwi_rf_write((mac), (ofs), (val))
906
RF_WRITE
((mac), (ofs), RF_READ((mac), (ofs)) | (bits))
908
RF_WRITE
((mac), (ofs), RF_READ((mac), (ofs)) & ~(bits))
910
RF_WRITE
((mac), (ofs), (RF_READ((mac), (ofs)) & (filt)) | (bits))
Completed in 23 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026