Searched refs:B43_PHY_LCN_AFE_CTL2 (Results 1 – 2 of 2) sorted by relevance
167 u16 afe_ctl2 = b43_phy_read(dev, B43_PHY_LCN_AFE_CTL2); in b43_phy_lcn_afe_set_unset()170 b43_phy_write(dev, B43_PHY_LCN_AFE_CTL2, afe_ctl2 | 0x1); in b43_phy_lcn_afe_set_unset()173 b43_phy_write(dev, B43_PHY_LCN_AFE_CTL2, afe_ctl2 & ~0x1); in b43_phy_lcn_afe_set_unset()176 b43_phy_write(dev, B43_PHY_LCN_AFE_CTL2, afe_ctl2); in b43_phy_lcn_afe_set_unset()770 b43_phy_set(dev, B43_PHY_LCN_AFE_CTL2, 0x7); in b43_phy_lcn_op_switch_analog()
9 #define B43_PHY_LCN_AFE_CTL2 B43_PHY_OFDM(0x03C) macro