Searched refs:httab_upload (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43/ |
D | tables_phy_ht.c | 791 #define httab_upload(dev, offset, data) do { \ macro 799 httab_upload(dev, B43_HTTAB16(0x12, 0), b43_httab_0x12); in b43_phy_ht_tables_init() 800 httab_upload(dev, B43_HTTAB16(0x27, 0), b43_httab_0x27); in b43_phy_ht_tables_init() 801 httab_upload(dev, B43_HTTAB16(0x26, 0), b43_httab_0x26); in b43_phy_ht_tables_init() 802 httab_upload(dev, B43_HTTAB32(0x25, 0), b43_httab_0x25); in b43_phy_ht_tables_init() 803 httab_upload(dev, B43_HTTAB32(0x2f, 0), b43_httab_0x2f); in b43_phy_ht_tables_init() 804 httab_upload(dev, B43_HTTAB16(0x1a, 0), b43_httab_0x1a); in b43_phy_ht_tables_init() 805 httab_upload(dev, B43_HTTAB16(0x1b, 0), b43_httab_0x1b); in b43_phy_ht_tables_init() 806 httab_upload(dev, B43_HTTAB16(0x1c, 0), b43_httab_0x1c); in b43_phy_ht_tables_init() 807 httab_upload(dev, B43_HTTAB32(0x1a, 0x0c0), b43_httab_0x1a_0xc0); in b43_phy_ht_tables_init() [all …]
|