Searched refs:RF_WRITE (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/bwi/
H A Dbwiphy.c374 RF_WRITE(mac, 0x52,
461 RF_WRITE(mac, 0x75, 0x80);
462 RF_WRITE(mac, 0x79, 0x81);
465 RF_WRITE(mac, 0x50, 0x20);
466 RF_WRITE(mac, 0x50, 0x23);
469 RF_WRITE(mac, 0x50, 0x20);
470 RF_WRITE(mac, 0x5a, 0x70);
471 RF_WRITE(mac, 0x5b, 0x7b);
472 RF_WRITE(mac, 0x5c, 0xb0);
473 RF_WRITE(ma
[all...]
H A Dbwirf.h113 #define RF_WRITE(mac, ofs, val) bwi_rf_write((mac), (ofs), (val)) macro
117 RF_WRITE((mac), (ofs), RF_READ((mac), (ofs)) | (bits))
119 RF_WRITE((mac), (ofs), RF_READ((mac), (ofs)) & ~(bits))
121 RF_WRITE((mac), (ofs), (RF_READ((mac), (ofs)) & (filt)) | (bits))
H A Dbwirf.c109 #define RESTORE_RF_REG(mac, regs, n) RF_WRITE((mac), 0x##n, (regs)->rf_##n)
435 RF_WRITE(mac, 0x43, loop1_max);
438 RF_WRITE(mac, 0x52, 0x0);
469 RF_WRITE(mac, 0x43, i);
505 RF_WRITE(mac, save_rf_regs[i], save_rf[i]);
536 RF_WRITE(mac, 0x78, rf->rf_calib);
545 RF_WRITE(mac, 0x4, 0xff);
546 RF_WRITE(mac, 0x5, 0xfb);
836 RF_WRITE(mac, 0x78, 0x26);
855 RF_WRITE(ma
[all...]
H A Dbwimac.c525 RF_WRITE(mac, BWI_RFR_ATTEN, tpctl->rf_atten);
734 RF_WRITE(mac, 0x51, 0x17);
753 RF_WRITE(mac, 0x51, 0x37);
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp832 RF_WRITE = 1 << 13, enumerator in enum:lld::elf::RankFlags
904 rank |= RF_WRITE;

Completed in 126 milliseconds