Searched refs:B43_LPPHY_CRS_ED_THRESH (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lp.c | 224 b43_phy_maskset(dev, B43_LPPHY_CRS_ED_THRESH, 0xFF00, 0x00B3); in lpphy_baseband_rev0_1_init() 225 b43_phy_maskset(dev, B43_LPPHY_CRS_ED_THRESH, 0x00FF, 0xAD00); in lpphy_baseband_rev0_1_init() 467 b43_phy_maskset(dev, B43_LPPHY_CRS_ED_THRESH, 0xFF00, 0xB3); in lpphy_baseband_rev2plus_init() 468 b43_phy_maskset(dev, B43_LPPHY_CRS_ED_THRESH, 0x00FF, 0xAD00); in lpphy_baseband_rev2plus_init()
|
H A D | phy_lp.h | 140 #define B43_LPPHY_CRS_ED_THRESH B43_PHY_OFDM(0x32) /* crs ed thresh */ macro
|