Home
last modified time | relevance | path

Searched refs:b43_httab_write (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/broadcom/b43/
Dphy_ht.c294 b43_httab_write(dev, B43_HTTAB16(8, 5 + (i * 0x10)), 0); in b43_phy_ht_afe_unk1()
364 b43_httab_write(dev, B43_HTTAB16(13, 0x63 + i * 4), in b43_phy_ht_stop_playback()
366 b43_httab_write(dev, B43_HTTAB16(13, 0x67 + i * 4), in b43_phy_ht_stop_playback()
538 b43_httab_write(dev, B43_HTTAB16(7, 0x110 + i), tmp >> 16); in b43_phy_ht_tx_power_fix()
539 b43_httab_write(dev, B43_HTTAB8(13, 0x63 + (i * 4)), in b43_phy_ht_tx_power_fix()
541 b43_httab_write(dev, B43_HTTAB8(13, 0x73 + (i * 4)), in b43_phy_ht_tx_power_fix()
942 b43_httab_write(dev, B43_HTTAB16(7, 0x120), 0x0777); in b43_phy_ht_op_init()
943 b43_httab_write(dev, B43_HTTAB16(7, 0x124), 0x0777); in b43_phy_ht_op_init()
945 b43_httab_write(dev, B43_HTTAB16(8, 0x00), 0x02); in b43_phy_ht_op_init()
946 b43_httab_write(dev, B43_HTTAB16(8, 0x10), 0x02); in b43_phy_ht_op_init()
[all …]
Dtables_phy_ht.h16 void b43_httab_write(struct b43_wldev *dev, u32 offset, u32 value);
Dtables_phy_ht.c685 void b43_httab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_httab_write() function