Searched refs:B43legacy_PHY_G_CRS (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/wireless/b43legacy/ |
D | radio.c | 297 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, in b43legacy_radio_aci_scan() 298 b43legacy_phy_read(dev, B43legacy_PHY_G_CRS) in b43legacy_radio_aci_scan() 315 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, in b43legacy_radio_aci_scan() 316 b43legacy_phy_read(dev, B43legacy_PHY_G_CRS) in b43legacy_radio_aci_scan() 648 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, in b43legacy_calc_nrssi_slope() 649 b43legacy_phy_read(dev, B43legacy_PHY_G_CRS) in b43legacy_calc_nrssi_slope() 801 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, in b43legacy_calc_nrssi_slope() 802 b43legacy_phy_read(dev, B43legacy_PHY_G_CRS) in b43legacy_calc_nrssi_slope() 1005 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, in b43legacy_radio_interference_mitigation_enable() 1007 B43legacy_PHY_G_CRS) & ~0x4000); in b43legacy_radio_interference_mitigation_enable() [all …]
|
D | phy.c | 342 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, in b43legacy_phy_setupg() 344 B43legacy_PHY_G_CRS) & 0xFC3F) | 0x0340); in b43legacy_phy_setupg() 1513 regstack[0] = b43legacy_phy_read(dev, B43legacy_PHY_G_CRS); in b43legacy_phy_lo_g_measure() 1515 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, regstack[0] in b43legacy_phy_lo_g_measure() 1537 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, regstack[0] in b43legacy_phy_lo_g_measure() 1707 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, regstack[0]); in b43legacy_phy_lo_g_measure()
|
D | b43legacy.h | 187 #define B43legacy_PHY_G_CRS 0x0429 macro
|