HomeSort by: relevance | last modified time | path
    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