BWN_PHY_AFE_CTL_OVR
BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVR, 0xffbf);
{ BWN_PHY_AFE_CTL_OVR, 0 },
BWN_PHY_WRITE(mac, BWN_PHY_AFE_CTL_OVR, 0);
txo = (BWN_PHY_READ(mac, BWN_PHY_AFE_CTL_OVR) & 0x40) ? 1 : 0;
save[2] = BWN_PHY_READ(mac, BWN_PHY_AFE_CTL_OVR);
BWN_PHY_WRITE(mac, BWN_PHY_AFE_CTL_OVR, save[2]);
BWN_PHY_SET(mac, BWN_PHY_AFE_CTL_OVR, 1);
BWN_PHY_SET(mac, BWN_PHY_AFE_CTL_OVR, 0x40);
oafeovr = BWN_PHY_READ(mac, BWN_PHY_AFE_CTL_OVR) & 0x40;
BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVR, 0xfffe);
BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVR, 0xfffe);
BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVR, 0xfff8);
BWN_PHY_SET(mac, BWN_PHY_AFE_CTL_OVR, 0x0007);