Home
last modified time | relevance | path

Searched refs:b43legacy_phy_read (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/
Dradio.c157 (b43legacy_phy_read(dev, 0x04A0) & 0xBFBF) in b43legacy_set_all_gains()
160 (b43legacy_phy_read(dev, 0x04A1) & 0xBFBF) in b43legacy_set_all_gains()
163 (b43legacy_phy_read(dev, 0x04A2) & 0xBFBF) in b43legacy_set_all_gains()
196 (b43legacy_phy_read(dev, 0x04A0) & 0xBFBF) in b43legacy_set_original_gains()
199 (b43legacy_phy_read(dev, 0x04A1) & 0xBFBF) in b43legacy_set_original_gains()
202 (b43legacy_phy_read(dev, 0x04A2) & 0xBFBF) in b43legacy_set_original_gains()
240 saved = b43legacy_phy_read(dev, 0x0403); in b43legacy_radio_aci_detect()
244 rssi = b43legacy_phy_read(dev, 0x048A) & 0x3F; in b43legacy_radio_aci_detect()
251 temp = (b43legacy_phy_read(dev, 0x047F) >> 8) & 0x3F; in b43legacy_radio_aci_detect()
280 b43legacy_phy_read(dev, 0x0802) & 0xFFFC); in b43legacy_radio_aci_scan()
[all …]
Dphy.c104 u16 b43legacy_phy_read(struct b43legacy_wldev *dev, u16 offset) in b43legacy_phy_read() function
182 phy->savedpctlreg = b43legacy_phy_read(dev, B43legacy_PHY_G_PCTL); in b43legacy_phy_init_pctl()
214 b43legacy_phy_write(dev, 0x04A5, (b43legacy_phy_read(dev, 0x04A5) in b43legacy_phy_agcsetup()
216 b43legacy_phy_write(dev, 0x041A, (b43legacy_phy_read(dev, 0x041A) in b43legacy_phy_agcsetup()
218 b43legacy_phy_write(dev, 0x041A, (b43legacy_phy_read(dev, 0x041A) in b43legacy_phy_agcsetup()
220 b43legacy_phy_write(dev, 0x048C, (b43legacy_phy_read(dev, 0x048C) in b43legacy_phy_agcsetup()
227 b43legacy_phy_write(dev, 0x04A0, (b43legacy_phy_read(dev, 0x04A0) in b43legacy_phy_agcsetup()
229 b43legacy_phy_write(dev, 0x04A1, (b43legacy_phy_read(dev, 0x04A1) in b43legacy_phy_agcsetup()
231 b43legacy_phy_write(dev, 0x04A2, (b43legacy_phy_read(dev, 0x04A2) in b43legacy_phy_agcsetup()
233 b43legacy_phy_write(dev, 0x04A0, (b43legacy_phy_read(dev, 0x04A0) in b43legacy_phy_agcsetup()
[all …]
Dilt.c320 return b43legacy_phy_read(dev, B43legacy_PHY_ILT_G_DATA1); in b43legacy_ilt_read()
Dphy.h168 u16 b43legacy_phy_read(struct b43legacy_wldev *dev, u16 offset);