Searched refs:B43legacy_PHY_G_CRS (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/ |
D | radio.c | 281 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, in b43legacy_radio_aci_scan() 282 b43legacy_phy_read(dev, B43legacy_PHY_G_CRS) in b43legacy_radio_aci_scan() 299 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, in b43legacy_radio_aci_scan() 300 b43legacy_phy_read(dev, B43legacy_PHY_G_CRS) in b43legacy_radio_aci_scan() 631 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, in b43legacy_calc_nrssi_slope() 632 b43legacy_phy_read(dev, B43legacy_PHY_G_CRS) in b43legacy_calc_nrssi_slope() 784 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, in b43legacy_calc_nrssi_slope() 785 b43legacy_phy_read(dev, B43legacy_PHY_G_CRS) in b43legacy_calc_nrssi_slope() 988 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, in b43legacy_radio_interference_mitigation_enable() 990 B43legacy_PHY_G_CRS) & ~0x4000); in b43legacy_radio_interference_mitigation_enable() [all …]
|
D | phy.c | 317 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, in b43legacy_phy_setupg() 319 B43legacy_PHY_G_CRS) & 0xFC3F) | 0x0340); in b43legacy_phy_setupg() 1488 regstack[0] = b43legacy_phy_read(dev, B43legacy_PHY_G_CRS); in b43legacy_phy_lo_g_measure() 1490 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, regstack[0] in b43legacy_phy_lo_g_measure() 1512 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, regstack[0] in b43legacy_phy_lo_g_measure() 1682 b43legacy_phy_write(dev, B43legacy_PHY_G_CRS, regstack[0]); in b43legacy_phy_lo_g_measure()
|
D | b43legacy.h | 184 #define B43legacy_PHY_G_CRS 0x0429 macro
|