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

/freebsd-10-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.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.c106 #define RESTORE_RF_REG(mac, regs, n) RF_WRITE((mac), 0x##n, (regs)->rf_##n)
432 RF_WRITE(mac, 0x43, loop1_max);
435 RF_WRITE(mac, 0x52, 0x0);
466 RF_WRITE(mac, 0x43, i);
502 RF_WRITE(mac, save_rf_regs[i], save_rf[i]);
533 RF_WRITE(mac, 0x78, rf->rf_calib);
542 RF_WRITE(mac, 0x4, 0xff);
543 RF_WRITE(mac, 0x5, 0xfb);
833 RF_WRITE(mac, 0x78, 0x26);
852 RF_WRITE(ma
[all...]
H A Dbwimac.c527 RF_WRITE(mac, BWI_RFR_ATTEN, tpctl->rf_atten);
736 RF_WRITE(mac, 0x51, 0x17);
755 RF_WRITE(mac, 0x51, 0x37);

Completed in 66 milliseconds