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

/freebsd-11.0-release/sys/dev/bwi/
H A Dbwiphy.c373 RF_WRITE(mac, 0x52,
460 RF_WRITE(mac, 0x75, 0x80);
461 RF_WRITE(mac, 0x79, 0x81);
464 RF_WRITE(mac, 0x50, 0x20);
465 RF_WRITE(mac, 0x50, 0x23);
468 RF_WRITE(mac, 0x50, 0x20);
469 RF_WRITE(mac, 0x5a, 0x70);
470 RF_WRITE(mac, 0x5b, 0x7b);
471 RF_WRITE(mac, 0x5c, 0xb0);
472 RF_WRITE(ma
[all...]
H A Dbwirf.h111 #define RF_WRITE(mac, ofs, val) bwi_rf_write((mac), (ofs), (val)) macro
115 RF_WRITE((mac), (ofs), RF_READ((mac), (ofs)) | (bits))
117 RF_WRITE((mac), (ofs), RF_READ((mac), (ofs)) & ~(bits))
119 RF_WRITE((mac), (ofs), (RF_READ((mac), (ofs)) & (filt)) | (bits))
H A Dbwirf.c107 #define RESTORE_RF_REG(mac, regs, n) RF_WRITE((mac), 0x##n, (regs)->rf_##n)
433 RF_WRITE(mac, 0x43, loop1_max);
436 RF_WRITE(mac, 0x52, 0x0);
467 RF_WRITE(mac, 0x43, i);
503 RF_WRITE(mac, save_rf_regs[i], save_rf[i]);
534 RF_WRITE(mac, 0x78, rf->rf_calib);
543 RF_WRITE(mac, 0x4, 0xff);
544 RF_WRITE(mac, 0x5, 0xfb);
834 RF_WRITE(mac, 0x78, 0x26);
853 RF_WRITE(ma
[all...]
H A Dbwimac.c523 RF_WRITE(mac, BWI_RFR_ATTEN, tpctl->rf_atten);
732 RF_WRITE(mac, 0x51, 0x17);
751 RF_WRITE(mac, 0x51, 0x37);

Completed in 88 milliseconds