Searched refs:b43_httab_write (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/wireless/broadcom/b43/ |
D | phy_ht.c | 281 b43_httab_write(dev, B43_HTTAB16(8, 5 + (i * 0x10)), 0); in b43_phy_ht_afe_unk1() 351 b43_httab_write(dev, B43_HTTAB16(13, 0x63 + i * 4), in b43_phy_ht_stop_playback() 353 b43_httab_write(dev, B43_HTTAB16(13, 0x67 + i * 4), in b43_phy_ht_stop_playback() 525 b43_httab_write(dev, B43_HTTAB16(7, 0x110 + i), tmp >> 16); in b43_phy_ht_tx_power_fix() 526 b43_httab_write(dev, B43_HTTAB8(13, 0x63 + (i * 4)), in b43_phy_ht_tx_power_fix() 528 b43_httab_write(dev, B43_HTTAB8(13, 0x73 + (i * 4)), in b43_phy_ht_tx_power_fix() 926 b43_httab_write(dev, B43_HTTAB16(7, 0x120), 0x0777); in b43_phy_ht_op_init() 927 b43_httab_write(dev, B43_HTTAB16(7, 0x124), 0x0777); in b43_phy_ht_op_init() 929 b43_httab_write(dev, B43_HTTAB16(8, 0x00), 0x02); in b43_phy_ht_op_init() 930 b43_httab_write(dev, B43_HTTAB16(8, 0x10), 0x02); in b43_phy_ht_op_init() [all …]
|
D | tables_phy_ht.h | 17 void b43_httab_write(struct b43_wldev *dev, u32 offset, u32 value);
|
D | tables_phy_ht.c | 672 void b43_httab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_httab_write() function
|