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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_lp.c223 b43_phy_write(dev, B43_LPPHY_AFE_CTL_OVR, 0);
419 b43_phy_write(dev, B43_LPPHY_AFE_CTL_OVR, 0);
848 b43_phy_mask(dev, B43_LPPHY_AFE_CTL_OVR, 0xFFBF);
859 b43_phy_set(dev, B43_LPPHY_AFE_CTL_OVR, 0x40);
1048 b43_phy_set(dev, B43_LPPHY_AFE_CTL_OVR, 1);
1212 old_txg_ovr = !!(b43_phy_read(dev, B43_LPPHY_AFE_CTL_OVR) & 0x40);
1218 old_afe_ovr = b43_phy_read(dev, B43_LPPHY_AFE_CTL_OVR);
1264 b43_phy_write(dev, B43_LPPHY_AFE_CTL_OVR, old_afe_ovr);
1834 old_afe_ovr = b43_phy_read(dev, B43_LPPHY_AFE_CTL_OVR) & 0x40;
1908 tmp = b43_phy_read(dev, B43_LPPHY_AFE_CTL_OVR)
[all...]
H A Dphy_lp.h148 #define B43_LPPHY_AFE_CTL_OVR B43_PHY_OFDM(0x3B) /* Afe Control Ovr */ macro

Completed in 192 milliseconds