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

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c206 b43_phy_write(dev, B43_LPPHY_AFE_CTL_OVR, 0);
402 b43_phy_write(dev, B43_LPPHY_AFE_CTL_OVR, 0);
831 b43_phy_mask(dev, B43_LPPHY_AFE_CTL_OVR, 0xFFBF);
842 b43_phy_set(dev, B43_LPPHY_AFE_CTL_OVR, 0x40);
1035 b43_phy_set(dev, B43_LPPHY_AFE_CTL_OVR, 1);
1199 old_txg_ovr = !!(b43_phy_read(dev, B43_LPPHY_AFE_CTL_OVR) & 0x40);
1205 old_afe_ovr = b43_phy_read(dev, B43_LPPHY_AFE_CTL_OVR);
1251 b43_phy_write(dev, B43_LPPHY_AFE_CTL_OVR, old_afe_ovr);
1824 old_afe_ovr = b43_phy_read(dev, B43_LPPHY_AFE_CTL_OVR) & 0x40;
1892 tmp = b43_phy_read(dev, B43_LPPHY_AFE_CTL_OVR)
[all...]
H A Dphy_lp.h149 #define B43_LPPHY_AFE_CTL_OVR B43_PHY_OFDM(0x3B) /* Afe Control Ovr */ macro

Completed in 240 milliseconds