Searched refs:b43legacy_phy_write (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | radio.c | 156 b43legacy_phy_write(dev, 0x04A0, in b43legacy_set_all_gains() 159 b43legacy_phy_write(dev, 0x04A1, in b43legacy_set_all_gains() 162 b43legacy_phy_write(dev, 0x04A2, in b43legacy_set_all_gains() 195 b43legacy_phy_write(dev, 0x04A0, in b43legacy_set_original_gains() 198 b43legacy_phy_write(dev, 0x04A1, in b43legacy_set_original_gains() 201 b43legacy_phy_write(dev, 0x04A2, in b43legacy_set_original_gains() 279 b43legacy_phy_write(dev, 0x0802, in b43legacy_radio_aci_scan() 294 b43legacy_phy_write(dev, 0x0802, in b43legacy_radio_aci_scan() 297 b43legacy_phy_write(dev, 0x0403, in b43legacy_radio_aci_scan() 387 b43legacy_phy_write(dev, 0x0429, in b43legacy_calc_nrssi_offset() [all …]
|
H A D | phy.c | 237 b43legacy_phy_write(dev, 0x04A2, in b43legacy_phy_agcsetup() 262 b43legacy_phy_write(dev, 0x041B, in b43legacy_phy_agcsetup() 266 b43legacy_phy_write(dev, 0x041B, in b43legacy_phy_agcsetup() 269 b43legacy_phy_write(dev, 0x0420, in b43legacy_phy_agcsetup() 276 b43legacy_phy_write(dev, 0x0420, in b43legacy_phy_agcsetup() 286 b43legacy_phy_write(dev, 0x04AB, in b43legacy_phy_agcsetup() 290 b43legacy_phy_write(dev, 0x048C, in b43legacy_phy_agcsetup() 302 b43legacy_phy_write(dev, 0x0426, in b43legacy_phy_agcsetup() 304 b43legacy_phy_write(dev, 0x0426, in b43legacy_phy_agcsetup() 545 b43legacy_phy_write(dev, 0x0035, in b43legacy_phy_initb5() [all …]
|
H A D | ilt.c | 304 b43legacy_phy_write(dev, B43legacy_PHY_ILT_G_CTRL, offset); in b43legacy_ilt_write() 305 b43legacy_phy_write(dev, B43legacy_PHY_ILT_G_DATA1, val); in b43legacy_ilt_write() 310 b43legacy_phy_write(dev, B43legacy_PHY_ILT_G_CTRL, offset); in b43legacy_ilt_write32() 311 b43legacy_phy_write(dev, B43legacy_PHY_ILT_G_DATA2, in b43legacy_ilt_write32() 313 b43legacy_phy_write(dev, B43legacy_PHY_ILT_G_DATA1, in b43legacy_ilt_write32() 319 b43legacy_phy_write(dev, B43legacy_PHY_ILT_G_CTRL, offset); in b43legacy_ilt_read()
|
H A D | phy.h | 169 void b43legacy_phy_write(struct b43legacy_wldev *dev, u16 offset, u16 val);
|