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

/freebsd-10.0-release/sys/dev/bwn/
H A Dif_bwn.c11141 oafeovr = BWN_PHY_READ(mac, BWN_PHY_AFE_CTL_OVR) & 0x40;
11188 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVR, 0xfffe);
11214 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVR, 0xfffe);
11225 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVR, 0xfff8);
11230 BWN_PHY_SET(mac, BWN_PHY_AFE_CTL_OVR, 0x0007);
11558 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVR, 0xffbf);
11737 { BWN_PHY_AFE_CTL_OVR, 0 },
11907 BWN_PHY_WRITE(mac, BWN_PHY_AFE_CTL_OVR, 0);
12213 txo = (BWN_PHY_READ(mac, BWN_PHY_AFE_CTL_OVR) & 0x40) ? 1 : 0;
12220 save[2] = BWN_PHY_READ(mac, BWN_PHY_AFE_CTL_OVR);
[all...]
H A Dif_bwnreg.h420 #define BWN_PHY_AFE_CTL_OVR BWN_PHY_OFDM(0x3b) macro

Completed in 81 milliseconds