Searched refs:BWN_PHY_SET (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/bwn/ |
| HD | if_bwn.c | 4755 BWN_PHY_SET(mac, BWN_PHY_EXTG(0x01), 0x80); in bwn_phy_g_init_sub() 4756 BWN_PHY_SET(mac, BWN_PHY_OFDM(0x3e), 0x4); in bwn_phy_g_init_sub() 4858 BWN_PHY_SET(mac, 0x0802, 0x0100); in bwn_phy_init_b5() 4859 BWN_PHY_SET(mac, 0x042b, 0x2000); in bwn_phy_init_b5() 4869 BWN_PHY_SET(mac, BWN_PHY_RADIO_BITFIELD, (1 << 11)); in bwn_phy_init_b5() 4961 BWN_PHY_SET(mac, BWN_PHY_CCKBBANDCFG, 0x8000); in bwn_loopback_calcgain() 4962 BWN_PHY_SET(mac, BWN_PHY_RFOVER, 0x0002); in bwn_loopback_calcgain() 4964 BWN_PHY_SET(mac, BWN_PHY_RFOVER, 0x0001); in bwn_loopback_calcgain() 4967 BWN_PHY_SET(mac, BWN_PHY_ANALOGOVER, 0x0001); in bwn_loopback_calcgain() 4969 BWN_PHY_SET(mac, BWN_PHY_ANALOGOVER, 0x0002); in bwn_loopback_calcgain() [all …]
|
| HD | if_bwnvar.h | 92 #define BWN_PHY_SET(mac, offset, set) do { \ macro
|