Home
last modified time | relevance | path

Searched refs:RF_WRITE (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/ic/
Dbwi.c445 #define RESTORE_RF_REG(mac, regs, n) RF_WRITE((mac), 0x##n, (regs)->rf_##n)
1322 RF_WRITE(mac, BWI_RFR_ATTEN, tpctl->rf_atten); in bwi_mac_set_tpctl_11bg()
1528 RF_WRITE(mac, 0x51, 0x17); in bwi_mac_dummy_xmit()
1547 RF_WRITE(mac, 0x51, 0x37); in bwi_mac_dummy_xmit()
3045 RF_WRITE(mac, 0x52, in bwi_phy_init_11g()
3134 RF_WRITE(mac, 0x75, 0x80); in bwi_phy_init_11b_rev4()
3135 RF_WRITE(mac, 0x79, 0x81); in bwi_phy_init_11b_rev4()
3138 RF_WRITE(mac, 0x50, 0x20); in bwi_phy_init_11b_rev4()
3139 RF_WRITE(mac, 0x50, 0x23); in bwi_phy_init_11b_rev4()
3142 RF_WRITE(mac, 0x50, 0x20); in bwi_phy_init_11b_rev4()
[all …]
Dbwivar.h731 #define RF_WRITE(mac, ofs, val) bwi_rf_write((mac), (ofs), (val)) macro
735 RF_WRITE((mac), (ofs), RF_READ((mac), (ofs)) | (bits))
737 RF_WRITE((mac), (ofs), RF_READ((mac), (ofs)) & ~(bits))
739 RF_WRITE((mac), (ofs), (RF_READ((mac), (ofs)) & (filt)) | (bits))
/openbsd/src/gnu/llvm/lld/ELF/
DWriter.cpp846 RF_WRITE = 1 << 13, enumerator
918 rank |= RF_WRITE; in getSectionRank()