Home
last modified time | relevance | path

Searched refs:B43_LPPHY_RF_OVERRIDE_2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c208 b43_phy_write(dev, B43_LPPHY_RF_OVERRIDE_2, 0); in lpphy_baseband_rev0_1_init()
405 b43_phy_write(dev, B43_LPPHY_RF_OVERRIDE_2, 0); in lpphy_baseband_rev2plus_init()
779 b43_phy_write(dev, B43_LPPHY_RF_OVERRIDE_2, 0x3FF); in lpphy_disable_crs()
786 b43_phy_mask(dev, B43_LPPHY_RF_OVERRIDE_2, 0xFC00); in lpphy_restore_crs()
797 b43_phy_mask(dev, B43_LPPHY_RF_OVERRIDE_2, 0xFEFF); in lpphy_disable_rx_gain_override()
813 b43_phy_set(dev, B43_LPPHY_RF_OVERRIDE_2, 0x100); in lpphy_enable_rx_gain_override()
815 b43_phy_set(dev, B43_LPPHY_RF_OVERRIDE_2, 0x400); in lpphy_enable_rx_gain_override()
819 b43_phy_set(dev, B43_LPPHY_RF_OVERRIDE_2, 0x200); in lpphy_enable_rx_gain_override()
837 b43_phy_set(dev, B43_LPPHY_RF_OVERRIDE_2, 0x100); in lpphy_enable_tx_gain_override()
839 b43_phy_set(dev, B43_LPPHY_RF_OVERRIDE_2, 0x80); in lpphy_enable_tx_gain_override()
[all …]
H A Dphy_lp.h266 #define B43_LPPHY_RF_OVERRIDE_2 B43_PHY_OFDM(0xB0) /* RF override 2 */ macro