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

/freebsd-current/sys/dev/bwn/
H A Dif_bwn_phy_lp.c720 oafeovr = BWN_PHY_READ(mac, BWN_PHY_AFE_CTL_OVR) & 0x40;
767 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVR, 0xfffe);
793 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVR, 0xfffe);
804 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVR, 0xfff8);
809 BWN_PHY_SET(mac, BWN_PHY_AFE_CTL_OVR, 0x0007);
1150 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVR, 0xffbf);
1328 { BWN_PHY_AFE_CTL_OVR, 0 },
1497 BWN_PHY_WRITE(mac, BWN_PHY_AFE_CTL_OVR, 0);
1834 txo = (BWN_PHY_READ(mac, BWN_PHY_AFE_CTL_OVR) & 0x40) ? 1 : 0;
1841 save[2] = BWN_PHY_READ(mac, BWN_PHY_AFE_CTL_OVR);
[all...]
H A Dif_bwnreg.h461 #define BWN_PHY_AFE_CTL_OVR BWN_PHY_OFDM(0x3b) macro

Completed in 67 milliseconds