Searched refs:SAVE_RF_REG (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | bwi.c | 444 #define SAVE_RF_REG(mac, regs, n) (regs)->rf_##n = RF_READ((mac), 0x##n) macro 4813 SAVE_RF_REG(mac, ®s, 43); in bwi_rf_lo_update_11g() 4814 SAVE_RF_REG(mac, ®s, 7a); in bwi_rf_lo_update_11g() 4815 SAVE_RF_REG(mac, ®s, 52); in bwi_rf_lo_update_11g() 6108 SAVE_RF_REG(mac, ®s, 43); in bwi_rf_lo_update_11b() 6109 SAVE_RF_REG(mac, ®s, 7a); in bwi_rf_lo_update_11b() 6113 SAVE_RF_REG(mac, ®s, 52); in bwi_rf_lo_update_11b()
|