Searched refs:b43_httab_write_few (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43/ |
D | phy_ht.c | 917 b43_httab_write_few(dev, B43_HTTAB16(7, 0x14e), 2, 0x010f, 0x010f); in b43_phy_ht_op_init() 918 b43_httab_write_few(dev, B43_HTTAB16(7, 0x15e), 2, 0x010f, 0x010f); in b43_phy_ht_op_init() 919 b43_httab_write_few(dev, B43_HTTAB16(7, 0x16e), 2, 0x010f, 0x010f); in b43_phy_ht_op_init() 923 b43_httab_write_few(dev, B43_HTTAB16(7, 0x130), 9, 0x777, 0x111, 0x111, in b43_phy_ht_op_init() 933 b43_httab_write_few(dev, B43_HTTAB16(8, 0x08), 4, in b43_phy_ht_op_init() 935 b43_httab_write_few(dev, B43_HTTAB16(8, 0x18), 4, in b43_phy_ht_op_init() 937 b43_httab_write_few(dev, B43_HTTAB16(8, 0x28), 4, in b43_phy_ht_op_init() 940 b43_httab_write_few(dev, B43_HTTAB16(8, 0x0c), 4, 0x2, 0x2, 0x2, 0x2); in b43_phy_ht_op_init() 941 b43_httab_write_few(dev, B43_HTTAB16(8, 0x1c), 4, 0x2, 0x2, 0x2, 0x2); in b43_phy_ht_op_init() 942 b43_httab_write_few(dev, B43_HTTAB16(8, 0x2c), 4, 0x2, 0x2, 0x2, 0x2); in b43_phy_ht_op_init() [all …]
|
D | tables_phy_ht.h | 18 void b43_httab_write_few(struct b43_wldev *dev, u32 offset, size_t num, ...);
|
D | tables_phy_ht.c | 702 void b43_httab_write_few(struct b43_wldev *dev, u32 offset, size_t num, ...) in b43_httab_write_few() function
|