Home
last modified time | relevance | path

Searched refs:PHY_SETBITS (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/ic/
H A Dbwi.c4090 PHY_SETBITS(mac, 0x811, 0x2); in bwi_rf_get_gains()
4092 PHY_SETBITS(mac, 0x811, 0x1); in bwi_rf_get_gains()
4095 PHY_SETBITS(mac, 0x814, 0x1); in bwi_rf_get_gains()
4097 PHY_SETBITS(mac, 0x814, 0x2); in bwi_rf_get_gains()
4100 PHY_SETBITS(mac, 0x811, 0xc); in bwi_rf_get_gains()
4101 PHY_SETBITS(mac, 0x812, 0xc); in bwi_rf_get_gains()
4110 PHY_SETBITS(mac, 0x814, 0x4); in bwi_rf_get_gains()
4230 PHY_SETBITS(mac, 0x10, 0x8); in bwi_rf_off_11a()
4231 PHY_SETBITS(mac, 0x11, 0x8); in bwi_rf_off_11a()
5374 PHY_SETBITS(mac, 0x15, 0x20); in bwi_rf_calc_nrssi_slope_11b()
[all …]
H A Dbwivar.h725 #define PHY_SETBITS(mac, ctrl, bits) \ macro