Searched refs:BWN_PHY_CRSGAIN_CTL (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/bwn/
H A Dif_bwn.c11042 BWN_PHY_SETMASK(mac, BWN_PHY_CRSGAIN_CTL, 0xfffd, antenna & 0x2);
11043 BWN_PHY_SETMASK(mac, BWN_PHY_CRSGAIN_CTL, 0xfffe, antenna & 0x1);
11772 BWN_PHY_MASK(mac, BWN_PHY_CRSGAIN_CTL, ~0x4000);
11773 BWN_PHY_MASK(mac, BWN_PHY_CRSGAIN_CTL, ~0x2000);
11809 BWN_PHY_SET(mac, BWN_PHY_CRSGAIN_CTL, 0x40);
11810 BWN_PHY_SETMASK(mac, BWN_PHY_CRSGAIN_CTL, 0xf0ff, 0xb00);
11816 BWN_PHY_MASK(mac, BWN_PHY_CRSGAIN_CTL, ~0x40);
11979 BWN_PHY_SET(mac, BWN_PHY_CRSGAIN_CTL, 0x0006);
11986 BWN_PHY_SET(mac, BWN_PHY_CRSGAIN_CTL, 0x0040);
11988 BWN_PHY_SETMASK(mac, BWN_PHY_CRSGAIN_CTL,
[all...]
H A Dif_bwnreg.h390 #define BWN_PHY_CRSGAIN_CTL BWN_PHY_OFDM(0x10) macro

Completed in 184 milliseconds