Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dbwi.c3031 PHY_SETBITS(mac, 0x801, 0x80); in bwi_phy_init_11g()
3032 PHY_SETBITS(mac, 0x43e, 0x4); in bwi_phy_init_11g()
3212 PHY_SETBITS(mac, 0x802, 0x100); in bwi_phy_init_11b_rev5()
3213 PHY_SETBITS(mac, 0x42b, 0x2000); in bwi_phy_init_11b_rev5()
3346 PHY_SETBITS(mac, 0x802, 0x100); in bwi_phy_init_11b_rev6()
3347 PHY_SETBITS(mac, 0x42b, 0x2000); in bwi_phy_init_11b_rev6()
3462 PHY_SETBITS(mac, 0x42b, 0x800); in bwi_phy_config_11g()
3937 PHY_SETBITS(mac, 0x1, 0x8000); in bwi_rf_get_gains()
3939 PHY_SETBITS(mac, 0x811, 0x2); in bwi_rf_get_gains()
3941 PHY_SETBITS(mac, 0x811, 0x1); in bwi_rf_get_gains()
[all …]
Dbwivar.h679 #define PHY_SETBITS(mac, ctrl, bits) \ macro