Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43legacy/
Dradio.c173 (b43legacy_phy_read(dev, 0x04A0) & 0xBFBF) in b43legacy_set_all_gains()
176 (b43legacy_phy_read(dev, 0x04A1) & 0xBFBF) in b43legacy_set_all_gains()
179 (b43legacy_phy_read(dev, 0x04A2) & 0xBFBF) in b43legacy_set_all_gains()
212 (b43legacy_phy_read(dev, 0x04A0) & 0xBFBF) in b43legacy_set_original_gains()
215 (b43legacy_phy_read(dev, 0x04A1) & 0xBFBF) in b43legacy_set_original_gains()
218 (b43legacy_phy_read(dev, 0x04A2) & 0xBFBF) in b43legacy_set_original_gains()
256 saved = b43legacy_phy_read(dev, 0x0403); in b43legacy_radio_aci_detect()
260 rssi = b43legacy_phy_read(dev, 0x048A) & 0x3F; in b43legacy_radio_aci_detect()
267 temp = (b43legacy_phy_read(dev, 0x047F) >> 8) & 0x3F; in b43legacy_radio_aci_detect()
296 b43legacy_phy_read(dev, 0x0802) & 0xFFFC); in b43legacy_radio_aci_scan()
[all …]
Dphy.c128 u16 b43legacy_phy_read(struct b43legacy_wldev *dev, u16 offset) in b43legacy_phy_read() function
207 phy->savedpctlreg = b43legacy_phy_read(dev, B43legacy_PHY_G_PCTL); in b43legacy_phy_init_pctl()
239 b43legacy_phy_write(dev, 0x04A5, (b43legacy_phy_read(dev, 0x04A5) in b43legacy_phy_agcsetup()
241 b43legacy_phy_write(dev, 0x041A, (b43legacy_phy_read(dev, 0x041A) in b43legacy_phy_agcsetup()
243 b43legacy_phy_write(dev, 0x041A, (b43legacy_phy_read(dev, 0x041A) in b43legacy_phy_agcsetup()
245 b43legacy_phy_write(dev, 0x048C, (b43legacy_phy_read(dev, 0x048C) in b43legacy_phy_agcsetup()
252 b43legacy_phy_write(dev, 0x04A0, (b43legacy_phy_read(dev, 0x04A0) in b43legacy_phy_agcsetup()
254 b43legacy_phy_write(dev, 0x04A1, (b43legacy_phy_read(dev, 0x04A1) in b43legacy_phy_agcsetup()
256 b43legacy_phy_write(dev, 0x04A2, (b43legacy_phy_read(dev, 0x04A2) in b43legacy_phy_agcsetup()
258 b43legacy_phy_write(dev, 0x04A0, (b43legacy_phy_read(dev, 0x04A0) in b43legacy_phy_agcsetup()
[all …]
Dilt.c335 return b43legacy_phy_read(dev, B43legacy_PHY_ILT_G_DATA1); in b43legacy_ilt_read()
Dphy.h181 u16 b43legacy_phy_read(struct b43legacy_wldev *dev, u16 offset);