Searched refs:b43legacy_ilt_write (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | phy.c | 201 b43legacy_ilt_write(dev, offset, 0x00FE); in b43legacy_phy_agcsetup() 202 b43legacy_ilt_write(dev, offset + 1, 0x000D); in b43legacy_phy_agcsetup() 203 b43legacy_ilt_write(dev, offset + 2, 0x0013); in b43legacy_phy_agcsetup() 204 b43legacy_ilt_write(dev, offset + 3, 0x0019); in b43legacy_phy_agcsetup() 207 b43legacy_ilt_write(dev, 0x1800, 0x2710); in b43legacy_phy_agcsetup() 208 b43legacy_ilt_write(dev, 0x1801, 0x9B83); in b43legacy_phy_agcsetup() 209 b43legacy_ilt_write(dev, 0x1802, 0x9B83); in b43legacy_phy_agcsetup() 210 b43legacy_ilt_write(dev, 0x1803, 0x0F8D); in b43legacy_phy_agcsetup() 296 b43legacy_ilt_write(dev, offset + 0x0800, 0); in b43legacy_phy_agcsetup() 297 b43legacy_ilt_write(dev, offset + 0x0801, 7); in b43legacy_phy_agcsetup() [all …]
|
H A D | ilt.h | 30 void b43legacy_ilt_write(struct b43legacy_wldev *dev, u16 offset, u16 val);
|
H A D | ilt.c | 302 void b43legacy_ilt_write(struct b43legacy_wldev *dev, u16 offset, u16 val) in b43legacy_ilt_write() function
|
H A D | radio.c | 149 b43legacy_ilt_write(dev, offset + i, first); in b43legacy_set_all_gains() 152 b43legacy_ilt_write(dev, offset + i, second); in b43legacy_set_all_gains() 189 b43legacy_ilt_write(dev, offset + i, tmp); in b43legacy_set_original_gains() 193 b43legacy_ilt_write(dev, offset + i, i - start); in b43legacy_set_original_gains() 966 b43legacy_ilt_write(dev, (offset), \ 1204 b43legacy_ilt_write(dev, 0x1A00 + 0x3, 0x007F); in b43legacy_radio_interference_mitigation_enable() 1205 b43legacy_ilt_write(dev, 0x1A00 + 0x2, 0x007F); in b43legacy_radio_interference_mitigation_enable() 1873 b43legacy_ilt_write(dev, 0x3001, dac); in b43legacy_radio_set_txpower_a()
|