Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_ht.c351 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()
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()
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()
931 b43_httab_write(dev, B43_HTTAB16(8, 0x20), 0x02); in b43_phy_ht_op_init()
968 b43_httab_write(dev, B43_HTTAB16(7, 0x14a), tmp); in b43_phy_ht_op_init()
970 b43_httab_write(dev, B43_HTTAB16(7, 0x15a), tmp); in b43_phy_ht_op_init()
[all …]
H A Dtables_phy_ht.h17 void b43_httab_write(struct b43_wldev *dev, u32 offset, u32 value);
H A Dtables_phy_ht.c672 void b43_httab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_httab_write() function