Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43/
Dphy_lp.c329 b43_phy_set(dev, B43_LPPHY_CRSGAIN_CTL, 0x0006); in lpphy_baseband_rev0_1_init()
337 b43_phy_set(dev, B43_LPPHY_CRSGAIN_CTL, 0x0040); in lpphy_baseband_rev0_1_init()
339 b43_phy_maskset(dev, B43_LPPHY_CRSGAIN_CTL, 0xF0FF, 0x0B00); in lpphy_baseband_rev0_1_init()
346 b43_phy_mask(dev, B43_LPPHY_CRSGAIN_CTL, 0xFFBF); in lpphy_baseband_rev0_1_init()
432 b43_phy_mask(dev, B43_LPPHY_CRSGAIN_CTL, ~0x4000); in lpphy_baseband_rev2plus_init()
433 b43_phy_mask(dev, B43_LPPHY_CRSGAIN_CTL, ~0x2000); in lpphy_baseband_rev2plus_init()
476 b43_phy_set(dev, B43_LPPHY_CRSGAIN_CTL, 0x40); in lpphy_baseband_rev2plus_init()
477 b43_phy_maskset(dev, B43_LPPHY_CRSGAIN_CTL, 0xF0FF, 0xB00); in lpphy_baseband_rev2plus_init()
483 b43_phy_mask(dev, B43_LPPHY_CRSGAIN_CTL, ~0x40); in lpphy_baseband_rev2plus_init()
742 b43_phy_maskset(dev, B43_LPPHY_CRSGAIN_CTL, 0xFF1F, 0x80); in lpphy_set_deaf()
[all …]
Dphy_lp.h105 #define B43_LPPHY_CRSGAIN_CTL B43_PHY_OFDM(0x10) /* crsgain Control */ macro