OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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)
1574
RF_WRITE
(mac, BWI_RFR_ATTEN, tpctl->rf_atten);
1781
RF_WRITE
(mac, 0x51, 0x17);
1800
RF_WRITE
(mac, 0x51, 0x37);
3281
RF_WRITE
(mac, 0x52,
3369
RF_WRITE
(mac, 0x75, 0x80);
3370
RF_WRITE
(mac, 0x79, 0x81);
3373
RF_WRITE
(mac, 0x50, 0x20);
3374
RF_WRITE
(mac, 0x50, 0x23);
3377
RF_WRITE
(mac, 0x50, 0x20)
[
all
...]
bwivar.h
899
#define
RF_WRITE
(mac, ofs, val) bwi_rf_write((mac), (ofs), (val))
903
RF_WRITE
((mac), (ofs), RF_READ((mac), (ofs)) | (bits))
905
RF_WRITE
((mac), (ofs), RF_READ((mac), (ofs)) & ~(bits))
907
RF_WRITE
((mac), (ofs), (RF_READ((mac), (ofs)) & (filt)) | (bits))
Completed in 16 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025