18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci  Broadcom B43 wireless driver
58c2ecf20Sopenharmony_ci  IEEE 802.11n PHY data tables
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci  Copyright (c) 2008 Michael Buesch <m@bues.ch>
88c2ecf20Sopenharmony_ci  Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com>
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci*/
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#include "b43.h"
148c2ecf20Sopenharmony_ci#include "tables_nphy.h"
158c2ecf20Sopenharmony_ci#include "phy_common.h"
168c2ecf20Sopenharmony_ci#include "phy_n.h"
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_cistatic const u8 b43_ntab_adjustpower0[] = {
198c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
208c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
218c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
228c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
238c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
248c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
258c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
268c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
278c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
288c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
298c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
308c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
318c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
328c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
338c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
348c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
358c2ecf20Sopenharmony_ci};
368c2ecf20Sopenharmony_ci
378c2ecf20Sopenharmony_cistatic const u8 b43_ntab_adjustpower1[] = {
388c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
398c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
408c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
418c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
428c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
438c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
448c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
458c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
468c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
478c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
488c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
498c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
508c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
518c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
528c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
538c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
548c2ecf20Sopenharmony_ci};
558c2ecf20Sopenharmony_ci
568c2ecf20Sopenharmony_cistatic const u16 b43_ntab_bdi[] = {
578c2ecf20Sopenharmony_ci	0x0070, 0x0126, 0x012C, 0x0246, 0x048D, 0x04D2,
588c2ecf20Sopenharmony_ci};
598c2ecf20Sopenharmony_ci
608c2ecf20Sopenharmony_cistatic const u32 b43_ntab_channelest[] = {
618c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
628c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
638c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
648c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
658c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
668c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
678c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
688c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
698c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
708c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
718c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
728c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
738c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
748c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
758c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
768c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
778c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
788c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
798c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
808c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
818c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
828c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
838c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
848c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
858c2ecf20Sopenharmony_ci};
868c2ecf20Sopenharmony_ci
878c2ecf20Sopenharmony_cistatic const u8 b43_ntab_estimatepowerlt0[] = {
888c2ecf20Sopenharmony_ci	0x50, 0x4F, 0x4E, 0x4D, 0x4C, 0x4B, 0x4A, 0x49,
898c2ecf20Sopenharmony_ci	0x48, 0x47, 0x46, 0x45, 0x44, 0x43, 0x42, 0x41,
908c2ecf20Sopenharmony_ci	0x40, 0x3F, 0x3E, 0x3D, 0x3C, 0x3B, 0x3A, 0x39,
918c2ecf20Sopenharmony_ci	0x38, 0x37, 0x36, 0x35, 0x34, 0x33, 0x32, 0x31,
928c2ecf20Sopenharmony_ci	0x30, 0x2F, 0x2E, 0x2D, 0x2C, 0x2B, 0x2A, 0x29,
938c2ecf20Sopenharmony_ci	0x28, 0x27, 0x26, 0x25, 0x24, 0x23, 0x22, 0x21,
948c2ecf20Sopenharmony_ci	0x20, 0x1F, 0x1E, 0x1D, 0x1C, 0x1B, 0x1A, 0x19,
958c2ecf20Sopenharmony_ci	0x18, 0x17, 0x16, 0x15, 0x14, 0x13, 0x12, 0x11,
968c2ecf20Sopenharmony_ci};
978c2ecf20Sopenharmony_ci
988c2ecf20Sopenharmony_cistatic const u8 b43_ntab_estimatepowerlt1[] = {
998c2ecf20Sopenharmony_ci	0x50, 0x4F, 0x4E, 0x4D, 0x4C, 0x4B, 0x4A, 0x49,
1008c2ecf20Sopenharmony_ci	0x48, 0x47, 0x46, 0x45, 0x44, 0x43, 0x42, 0x41,
1018c2ecf20Sopenharmony_ci	0x40, 0x3F, 0x3E, 0x3D, 0x3C, 0x3B, 0x3A, 0x39,
1028c2ecf20Sopenharmony_ci	0x38, 0x37, 0x36, 0x35, 0x34, 0x33, 0x32, 0x31,
1038c2ecf20Sopenharmony_ci	0x30, 0x2F, 0x2E, 0x2D, 0x2C, 0x2B, 0x2A, 0x29,
1048c2ecf20Sopenharmony_ci	0x28, 0x27, 0x26, 0x25, 0x24, 0x23, 0x22, 0x21,
1058c2ecf20Sopenharmony_ci	0x20, 0x1F, 0x1E, 0x1D, 0x1C, 0x1B, 0x1A, 0x19,
1068c2ecf20Sopenharmony_ci	0x18, 0x17, 0x16, 0x15, 0x14, 0x13, 0x12, 0x11,
1078c2ecf20Sopenharmony_ci};
1088c2ecf20Sopenharmony_ci
1098c2ecf20Sopenharmony_cistatic const u8 b43_ntab_framelookup[] = {
1108c2ecf20Sopenharmony_ci	0x02, 0x04, 0x14, 0x14, 0x03, 0x05, 0x16, 0x16,
1118c2ecf20Sopenharmony_ci	0x0A, 0x0C, 0x1C, 0x1C, 0x0B, 0x0D, 0x1E, 0x1E,
1128c2ecf20Sopenharmony_ci	0x06, 0x08, 0x18, 0x18, 0x07, 0x09, 0x1A, 0x1A,
1138c2ecf20Sopenharmony_ci	0x0E, 0x10, 0x20, 0x28, 0x0F, 0x11, 0x22, 0x2A,
1148c2ecf20Sopenharmony_ci};
1158c2ecf20Sopenharmony_ci
1168c2ecf20Sopenharmony_cistatic const u32 b43_ntab_framestruct[] = {
1178c2ecf20Sopenharmony_ci	0x08004A04, 0x00100000, 0x01000A05, 0x00100020,
1188c2ecf20Sopenharmony_ci	0x09804506, 0x00100030, 0x09804507, 0x00100030,
1198c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1208c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1218c2ecf20Sopenharmony_ci	0x08004A0C, 0x00100004, 0x01000A0D, 0x00100024,
1228c2ecf20Sopenharmony_ci	0x0980450E, 0x00100034, 0x0980450F, 0x00100034,
1238c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1248c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1258c2ecf20Sopenharmony_ci	0x00000A04, 0x00100000, 0x11008A05, 0x00100020,
1268c2ecf20Sopenharmony_ci	0x1980C506, 0x00100030, 0x21810506, 0x00100030,
1278c2ecf20Sopenharmony_ci	0x21810506, 0x00100030, 0x01800504, 0x00100030,
1288c2ecf20Sopenharmony_ci	0x11808505, 0x00100030, 0x29814507, 0x01100030,
1298c2ecf20Sopenharmony_ci	0x00000A04, 0x00100000, 0x11008A05, 0x00100020,
1308c2ecf20Sopenharmony_ci	0x21810506, 0x00100030, 0x21810506, 0x00100030,
1318c2ecf20Sopenharmony_ci	0x29814507, 0x01100030, 0x00000000, 0x00000000,
1328c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1338c2ecf20Sopenharmony_ci	0x00000A0C, 0x00100008, 0x11008A0D, 0x00100028,
1348c2ecf20Sopenharmony_ci	0x1980C50E, 0x00100038, 0x2181050E, 0x00100038,
1358c2ecf20Sopenharmony_ci	0x2181050E, 0x00100038, 0x0180050C, 0x00100038,
1368c2ecf20Sopenharmony_ci	0x1180850D, 0x00100038, 0x2981450F, 0x01100038,
1378c2ecf20Sopenharmony_ci	0x00000A0C, 0x00100008, 0x11008A0D, 0x00100028,
1388c2ecf20Sopenharmony_ci	0x2181050E, 0x00100038, 0x2181050E, 0x00100038,
1398c2ecf20Sopenharmony_ci	0x2981450F, 0x01100038, 0x00000000, 0x00000000,
1408c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1418c2ecf20Sopenharmony_ci	0x08004A04, 0x00100000, 0x01000A05, 0x00100020,
1428c2ecf20Sopenharmony_ci	0x1980C506, 0x00100030, 0x1980C506, 0x00100030,
1438c2ecf20Sopenharmony_ci	0x11808504, 0x00100030, 0x3981CA05, 0x00100030,
1448c2ecf20Sopenharmony_ci	0x29814507, 0x01100030, 0x00000000, 0x00000000,
1458c2ecf20Sopenharmony_ci	0x10008A04, 0x00100000, 0x3981CA05, 0x00100030,
1468c2ecf20Sopenharmony_ci	0x1980C506, 0x00100030, 0x29814507, 0x01100030,
1478c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1488c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1498c2ecf20Sopenharmony_ci	0x08004A0C, 0x00100008, 0x01000A0D, 0x00100028,
1508c2ecf20Sopenharmony_ci	0x1980C50E, 0x00100038, 0x1980C50E, 0x00100038,
1518c2ecf20Sopenharmony_ci	0x1180850C, 0x00100038, 0x3981CA0D, 0x00100038,
1528c2ecf20Sopenharmony_ci	0x2981450F, 0x01100038, 0x00000000, 0x00000000,
1538c2ecf20Sopenharmony_ci	0x10008A0C, 0x00100008, 0x3981CA0D, 0x00100038,
1548c2ecf20Sopenharmony_ci	0x1980C50E, 0x00100038, 0x2981450F, 0x01100038,
1558c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1568c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1578c2ecf20Sopenharmony_ci	0x40021404, 0x00100000, 0x02001405, 0x00100040,
1588c2ecf20Sopenharmony_ci	0x0B004A06, 0x01900060, 0x13008A06, 0x01900060,
1598c2ecf20Sopenharmony_ci	0x13008A06, 0x01900060, 0x43020A04, 0x00100060,
1608c2ecf20Sopenharmony_ci	0x1B00CA05, 0x00100060, 0x23010A07, 0x01500060,
1618c2ecf20Sopenharmony_ci	0x40021404, 0x00100000, 0x1A00D405, 0x00100040,
1628c2ecf20Sopenharmony_ci	0x13008A06, 0x01900060, 0x13008A06, 0x01900060,
1638c2ecf20Sopenharmony_ci	0x23010A07, 0x01500060, 0x00000000, 0x00000000,
1648c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1658c2ecf20Sopenharmony_ci	0x4002140C, 0x00100010, 0x0200140D, 0x00100050,
1668c2ecf20Sopenharmony_ci	0x0B004A0E, 0x01900070, 0x13008A0E, 0x01900070,
1678c2ecf20Sopenharmony_ci	0x13008A0E, 0x01900070, 0x43020A0C, 0x00100070,
1688c2ecf20Sopenharmony_ci	0x1B00CA0D, 0x00100070, 0x23010A0F, 0x01500070,
1698c2ecf20Sopenharmony_ci	0x4002140C, 0x00100010, 0x1A00D40D, 0x00100050,
1708c2ecf20Sopenharmony_ci	0x13008A0E, 0x01900070, 0x13008A0E, 0x01900070,
1718c2ecf20Sopenharmony_ci	0x23010A0F, 0x01500070, 0x00000000, 0x00000000,
1728c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1738c2ecf20Sopenharmony_ci	0x50029404, 0x00100000, 0x32019405, 0x00100040,
1748c2ecf20Sopenharmony_ci	0x0B004A06, 0x01900060, 0x0B004A06, 0x01900060,
1758c2ecf20Sopenharmony_ci	0x5B02CA04, 0x00100060, 0x3B01D405, 0x00100060,
1768c2ecf20Sopenharmony_ci	0x23010A07, 0x01500060, 0x00000000, 0x00000000,
1778c2ecf20Sopenharmony_ci	0x5802D404, 0x00100000, 0x3B01D405, 0x00100060,
1788c2ecf20Sopenharmony_ci	0x0B004A06, 0x01900060, 0x23010A07, 0x01500060,
1798c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1808c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1818c2ecf20Sopenharmony_ci	0x5002940C, 0x00100010, 0x3201940D, 0x00100050,
1828c2ecf20Sopenharmony_ci	0x0B004A0E, 0x01900070, 0x0B004A0E, 0x01900070,
1838c2ecf20Sopenharmony_ci	0x5B02CA0C, 0x00100070, 0x3B01D40D, 0x00100070,
1848c2ecf20Sopenharmony_ci	0x23010A0F, 0x01500070, 0x00000000, 0x00000000,
1858c2ecf20Sopenharmony_ci	0x5802D40C, 0x00100010, 0x3B01D40D, 0x00100070,
1868c2ecf20Sopenharmony_ci	0x0B004A0E, 0x01900070, 0x23010A0F, 0x01500070,
1878c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1888c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1898c2ecf20Sopenharmony_ci	0x40021404, 0x000F4800, 0x62031405, 0x00100040,
1908c2ecf20Sopenharmony_ci	0x53028A06, 0x01900060, 0x53028A07, 0x01900060,
1918c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1928c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1938c2ecf20Sopenharmony_ci	0x4002140C, 0x000F4808, 0x6203140D, 0x00100048,
1948c2ecf20Sopenharmony_ci	0x53028A0E, 0x01900068, 0x53028A0F, 0x01900068,
1958c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1968c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
1978c2ecf20Sopenharmony_ci	0x00000A0C, 0x00100004, 0x11008A0D, 0x00100024,
1988c2ecf20Sopenharmony_ci	0x1980C50E, 0x00100034, 0x2181050E, 0x00100034,
1998c2ecf20Sopenharmony_ci	0x2181050E, 0x00100034, 0x0180050C, 0x00100038,
2008c2ecf20Sopenharmony_ci	0x1180850D, 0x00100038, 0x1181850D, 0x00100038,
2018c2ecf20Sopenharmony_ci	0x2981450F, 0x01100038, 0x00000000, 0x00000000,
2028c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2038c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2048c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2058c2ecf20Sopenharmony_ci	0x00000A0C, 0x00100008, 0x11008A0D, 0x00100028,
2068c2ecf20Sopenharmony_ci	0x2181050E, 0x00100038, 0x2181050E, 0x00100038,
2078c2ecf20Sopenharmony_ci	0x1181850D, 0x00100038, 0x2981450F, 0x01100038,
2088c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2098c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2108c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2118c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2128c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2138c2ecf20Sopenharmony_ci	0x08004A04, 0x00100000, 0x01000A05, 0x00100020,
2148c2ecf20Sopenharmony_ci	0x0180C506, 0x00100030, 0x0180C506, 0x00100030,
2158c2ecf20Sopenharmony_ci	0x2180C50C, 0x00100030, 0x49820A0D, 0x0016A130,
2168c2ecf20Sopenharmony_ci	0x41824A0D, 0x0016A130, 0x2981450F, 0x01100030,
2178c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2188c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2198c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2208c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2218c2ecf20Sopenharmony_ci	0x2000CA0C, 0x00100000, 0x49820A0D, 0x0016A130,
2228c2ecf20Sopenharmony_ci	0x1980C50E, 0x00100030, 0x41824A0D, 0x0016A130,
2238c2ecf20Sopenharmony_ci	0x2981450F, 0x01100030, 0x00000000, 0x00000000,
2248c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2258c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2268c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2278c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2288c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2298c2ecf20Sopenharmony_ci	0x4002140C, 0x00100008, 0x0200140D, 0x00100048,
2308c2ecf20Sopenharmony_ci	0x0B004A0E, 0x01900068, 0x13008A0E, 0x01900068,
2318c2ecf20Sopenharmony_ci	0x13008A0E, 0x01900068, 0x43020A0C, 0x00100070,
2328c2ecf20Sopenharmony_ci	0x1B00CA0D, 0x00100070, 0x1B014A0D, 0x00100070,
2338c2ecf20Sopenharmony_ci	0x23010A0F, 0x01500070, 0x00000000, 0x00000000,
2348c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2358c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2368c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2378c2ecf20Sopenharmony_ci	0x4002140C, 0x00100010, 0x1A00D40D, 0x00100050,
2388c2ecf20Sopenharmony_ci	0x13008A0E, 0x01900070, 0x13008A0E, 0x01900070,
2398c2ecf20Sopenharmony_ci	0x1B014A0D, 0x00100070, 0x23010A0F, 0x01500070,
2408c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2418c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2428c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2438c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2448c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2458c2ecf20Sopenharmony_ci	0x50029404, 0x00100000, 0x32019405, 0x00100040,
2468c2ecf20Sopenharmony_ci	0x03004A06, 0x01900060, 0x03004A06, 0x01900060,
2478c2ecf20Sopenharmony_ci	0x6B030A0C, 0x00100060, 0x4B02140D, 0x0016A160,
2488c2ecf20Sopenharmony_ci	0x4302540D, 0x0016A160, 0x23010A0F, 0x01500060,
2498c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2508c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2518c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2528c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2538c2ecf20Sopenharmony_ci	0x6B03140C, 0x00100060, 0x4B02140D, 0x0016A160,
2548c2ecf20Sopenharmony_ci	0x0B004A0E, 0x01900060, 0x4302540D, 0x0016A160,
2558c2ecf20Sopenharmony_ci	0x23010A0F, 0x01500060, 0x00000000, 0x00000000,
2568c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2578c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2588c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2598c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2608c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2618c2ecf20Sopenharmony_ci	0x40021404, 0x00100000, 0x1A00D405, 0x00100040,
2628c2ecf20Sopenharmony_ci	0x53028A06, 0x01900060, 0x5B02CA06, 0x01900060,
2638c2ecf20Sopenharmony_ci	0x5B02CA06, 0x01900060, 0x43020A04, 0x00100060,
2648c2ecf20Sopenharmony_ci	0x1B00CA05, 0x00100060, 0x53028A07, 0x0190C060,
2658c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2668c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2678c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2688c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2698c2ecf20Sopenharmony_ci	0x4002140C, 0x00100010, 0x1A00D40D, 0x00100050,
2708c2ecf20Sopenharmony_ci	0x53028A0E, 0x01900070, 0x5B02CA0E, 0x01900070,
2718c2ecf20Sopenharmony_ci	0x5B02CA0E, 0x01900070, 0x43020A0C, 0x00100070,
2728c2ecf20Sopenharmony_ci	0x1B00CA0D, 0x00100070, 0x53028A0F, 0x0190C070,
2738c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2748c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2758c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2768c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2778c2ecf20Sopenharmony_ci	0x40021404, 0x00100000, 0x1A00D405, 0x00100040,
2788c2ecf20Sopenharmony_ci	0x5B02CA06, 0x01900060, 0x5B02CA06, 0x01900060,
2798c2ecf20Sopenharmony_ci	0x53028A07, 0x0190C060, 0x00000000, 0x00000000,
2808c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2818c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2828c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2838c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2848c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2858c2ecf20Sopenharmony_ci	0x4002140C, 0x00100010, 0x1A00D40D, 0x00100050,
2868c2ecf20Sopenharmony_ci	0x5B02CA0E, 0x01900070, 0x5B02CA0E, 0x01900070,
2878c2ecf20Sopenharmony_ci	0x53028A0F, 0x0190C070, 0x00000000, 0x00000000,
2888c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2898c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2908c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2918c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2928c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2938c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2948c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2958c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2968c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2978c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2988c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
2998c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3008c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3018c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3028c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3038c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3048c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3058c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3068c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3078c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3088c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3098c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3108c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3118c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3128c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3138c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3148c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3158c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3168c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3178c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3188c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3198c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3208c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3218c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3228c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3238c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3248c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
3258c2ecf20Sopenharmony_ci};
3268c2ecf20Sopenharmony_ci
3278c2ecf20Sopenharmony_cistatic const u32 b43_ntab_gainctl0[] = {
3288c2ecf20Sopenharmony_ci	0x03CC2B44, 0x03CC2B42, 0x03CC2B40, 0x03CC2B3E,
3298c2ecf20Sopenharmony_ci	0x03CC2B3D, 0x03CC2B3B, 0x03C82B44, 0x03C82B42,
3308c2ecf20Sopenharmony_ci	0x03C82B40, 0x03C82B3E, 0x03C82B3D, 0x03C82B3B,
3318c2ecf20Sopenharmony_ci	0x03C82B39, 0x03C82B38, 0x03C82B36, 0x03C82B34,
3328c2ecf20Sopenharmony_ci	0x03C42B44, 0x03C42B42, 0x03C42B40, 0x03C42B3E,
3338c2ecf20Sopenharmony_ci	0x03C42B3D, 0x03C42B3B, 0x03C42B39, 0x03C42B38,
3348c2ecf20Sopenharmony_ci	0x03C42B36, 0x03C42B34, 0x03C42B33, 0x03C42B32,
3358c2ecf20Sopenharmony_ci	0x03C42B30, 0x03C42B2F, 0x03C42B2D, 0x03C02B44,
3368c2ecf20Sopenharmony_ci	0x03C02B42, 0x03C02B40, 0x03C02B3E, 0x03C02B3D,
3378c2ecf20Sopenharmony_ci	0x03C02B3B, 0x03C02B39, 0x03C02B38, 0x03C02B36,
3388c2ecf20Sopenharmony_ci	0x03C02B34, 0x03B02B44, 0x03B02B42, 0x03B02B40,
3398c2ecf20Sopenharmony_ci	0x03B02B3E, 0x03B02B3D, 0x03B02B3B, 0x03B02B39,
3408c2ecf20Sopenharmony_ci	0x03B02B38, 0x03B02B36, 0x03B02B34, 0x03B02B33,
3418c2ecf20Sopenharmony_ci	0x03B02B32, 0x03B02B30, 0x03B02B2F, 0x03B02B2D,
3428c2ecf20Sopenharmony_ci	0x03A02B44, 0x03A02B42, 0x03A02B40, 0x03A02B3E,
3438c2ecf20Sopenharmony_ci	0x03A02B3D, 0x03A02B3B, 0x03A02B39, 0x03A02B38,
3448c2ecf20Sopenharmony_ci	0x03A02B36, 0x03A02B34, 0x03902B44, 0x03902B42,
3458c2ecf20Sopenharmony_ci	0x03902B40, 0x03902B3E, 0x03902B3D, 0x03902B3B,
3468c2ecf20Sopenharmony_ci	0x03902B39, 0x03902B38, 0x03902B36, 0x03902B34,
3478c2ecf20Sopenharmony_ci	0x03902B33, 0x03902B32, 0x03902B30, 0x03802B44,
3488c2ecf20Sopenharmony_ci	0x03802B42, 0x03802B40, 0x03802B3E, 0x03802B3D,
3498c2ecf20Sopenharmony_ci	0x03802B3B, 0x03802B39, 0x03802B38, 0x03802B36,
3508c2ecf20Sopenharmony_ci	0x03802B34, 0x03802B33, 0x03802B32, 0x03802B30,
3518c2ecf20Sopenharmony_ci	0x03802B2F, 0x03802B2D, 0x03802B2C, 0x03802B2B,
3528c2ecf20Sopenharmony_ci	0x03802B2A, 0x03802B29, 0x03802B27, 0x03802B26,
3538c2ecf20Sopenharmony_ci	0x03802B25, 0x03802B24, 0x03802B23, 0x03802B22,
3548c2ecf20Sopenharmony_ci	0x03802B21, 0x03802B20, 0x03802B1F, 0x03802B1E,
3558c2ecf20Sopenharmony_ci	0x03802B1E, 0x03802B1D, 0x03802B1C, 0x03802B1B,
3568c2ecf20Sopenharmony_ci	0x03802B1A, 0x03802B1A, 0x03802B19, 0x03802B18,
3578c2ecf20Sopenharmony_ci	0x03802B18, 0x03802B18, 0x03802B18, 0x03802B18,
3588c2ecf20Sopenharmony_ci	0x03802B18, 0x03802B18, 0x03802B18, 0x03802B18,
3598c2ecf20Sopenharmony_ci	0x03802B18, 0x03802B18, 0x03802B18, 0x00002B00,
3608c2ecf20Sopenharmony_ci};
3618c2ecf20Sopenharmony_ci
3628c2ecf20Sopenharmony_cistatic const u32 b43_ntab_gainctl1[] = {
3638c2ecf20Sopenharmony_ci	0x03CC2B44, 0x03CC2B42, 0x03CC2B40, 0x03CC2B3E,
3648c2ecf20Sopenharmony_ci	0x03CC2B3D, 0x03CC2B3B, 0x03C82B44, 0x03C82B42,
3658c2ecf20Sopenharmony_ci	0x03C82B40, 0x03C82B3E, 0x03C82B3D, 0x03C82B3B,
3668c2ecf20Sopenharmony_ci	0x03C82B39, 0x03C82B38, 0x03C82B36, 0x03C82B34,
3678c2ecf20Sopenharmony_ci	0x03C42B44, 0x03C42B42, 0x03C42B40, 0x03C42B3E,
3688c2ecf20Sopenharmony_ci	0x03C42B3D, 0x03C42B3B, 0x03C42B39, 0x03C42B38,
3698c2ecf20Sopenharmony_ci	0x03C42B36, 0x03C42B34, 0x03C42B33, 0x03C42B32,
3708c2ecf20Sopenharmony_ci	0x03C42B30, 0x03C42B2F, 0x03C42B2D, 0x03C02B44,
3718c2ecf20Sopenharmony_ci	0x03C02B42, 0x03C02B40, 0x03C02B3E, 0x03C02B3D,
3728c2ecf20Sopenharmony_ci	0x03C02B3B, 0x03C02B39, 0x03C02B38, 0x03C02B36,
3738c2ecf20Sopenharmony_ci	0x03C02B34, 0x03B02B44, 0x03B02B42, 0x03B02B40,
3748c2ecf20Sopenharmony_ci	0x03B02B3E, 0x03B02B3D, 0x03B02B3B, 0x03B02B39,
3758c2ecf20Sopenharmony_ci	0x03B02B38, 0x03B02B36, 0x03B02B34, 0x03B02B33,
3768c2ecf20Sopenharmony_ci	0x03B02B32, 0x03B02B30, 0x03B02B2F, 0x03B02B2D,
3778c2ecf20Sopenharmony_ci	0x03A02B44, 0x03A02B42, 0x03A02B40, 0x03A02B3E,
3788c2ecf20Sopenharmony_ci	0x03A02B3D, 0x03A02B3B, 0x03A02B39, 0x03A02B38,
3798c2ecf20Sopenharmony_ci	0x03A02B36, 0x03A02B34, 0x03902B44, 0x03902B42,
3808c2ecf20Sopenharmony_ci	0x03902B40, 0x03902B3E, 0x03902B3D, 0x03902B3B,
3818c2ecf20Sopenharmony_ci	0x03902B39, 0x03902B38, 0x03902B36, 0x03902B34,
3828c2ecf20Sopenharmony_ci	0x03902B33, 0x03902B32, 0x03902B30, 0x03802B44,
3838c2ecf20Sopenharmony_ci	0x03802B42, 0x03802B40, 0x03802B3E, 0x03802B3D,
3848c2ecf20Sopenharmony_ci	0x03802B3B, 0x03802B39, 0x03802B38, 0x03802B36,
3858c2ecf20Sopenharmony_ci	0x03802B34, 0x03802B33, 0x03802B32, 0x03802B30,
3868c2ecf20Sopenharmony_ci	0x03802B2F, 0x03802B2D, 0x03802B2C, 0x03802B2B,
3878c2ecf20Sopenharmony_ci	0x03802B2A, 0x03802B29, 0x03802B27, 0x03802B26,
3888c2ecf20Sopenharmony_ci	0x03802B25, 0x03802B24, 0x03802B23, 0x03802B22,
3898c2ecf20Sopenharmony_ci	0x03802B21, 0x03802B20, 0x03802B1F, 0x03802B1E,
3908c2ecf20Sopenharmony_ci	0x03802B1E, 0x03802B1D, 0x03802B1C, 0x03802B1B,
3918c2ecf20Sopenharmony_ci	0x03802B1A, 0x03802B1A, 0x03802B19, 0x03802B18,
3928c2ecf20Sopenharmony_ci	0x03802B18, 0x03802B18, 0x03802B18, 0x03802B18,
3938c2ecf20Sopenharmony_ci	0x03802B18, 0x03802B18, 0x03802B18, 0x03802B18,
3948c2ecf20Sopenharmony_ci	0x03802B18, 0x03802B18, 0x03802B18, 0x00002B00,
3958c2ecf20Sopenharmony_ci};
3968c2ecf20Sopenharmony_ci
3978c2ecf20Sopenharmony_cistatic const u32 b43_ntab_intlevel[] = {
3988c2ecf20Sopenharmony_ci	0x00802070, 0x0671188D, 0x0A60192C, 0x0A300E46,
3998c2ecf20Sopenharmony_ci	0x00C1188D, 0x080024D2, 0x00000070,
4008c2ecf20Sopenharmony_ci};
4018c2ecf20Sopenharmony_ci
4028c2ecf20Sopenharmony_cistatic const u32 b43_ntab_iqlt0[] = {
4038c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4048c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4058c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4068c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4078c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4088c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4098c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4108c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4118c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4128c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4138c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4148c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4158c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4168c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4178c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4188c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4198c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4208c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4218c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4228c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4238c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4248c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4258c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4268c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4278c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4288c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4298c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4308c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4318c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4328c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4338c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4348c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4358c2ecf20Sopenharmony_ci};
4368c2ecf20Sopenharmony_ci
4378c2ecf20Sopenharmony_cistatic const u32 b43_ntab_iqlt1[] = {
4388c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4398c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4408c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4418c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4428c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4438c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4448c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4458c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4468c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4478c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4488c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4498c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4508c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4518c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4528c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4538c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4548c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4558c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4568c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4578c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4588c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4598c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4608c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4618c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4628c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4638c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4648c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4658c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4668c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4678c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4688c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4698c2ecf20Sopenharmony_ci	0x0000007F, 0x0000007F, 0x0000007F, 0x0000007F,
4708c2ecf20Sopenharmony_ci};
4718c2ecf20Sopenharmony_ci
4728c2ecf20Sopenharmony_cistatic const u16 b43_ntab_loftlt0[] = {
4738c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
4748c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
4758c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
4768c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
4778c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
4788c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
4798c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
4808c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
4818c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
4828c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
4838c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
4848c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
4858c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
4868c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
4878c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
4888c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
4898c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
4908c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
4918c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
4928c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
4938c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
4948c2ecf20Sopenharmony_ci	0x0002, 0x0103,
4958c2ecf20Sopenharmony_ci};
4968c2ecf20Sopenharmony_ci
4978c2ecf20Sopenharmony_cistatic const u16 b43_ntab_loftlt1[] = {
4988c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
4998c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
5008c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
5018c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
5028c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
5038c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
5048c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
5058c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
5068c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
5078c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
5088c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
5098c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
5108c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
5118c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
5128c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
5138c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
5148c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
5158c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
5168c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
5178c2ecf20Sopenharmony_ci	0x0002, 0x0103, 0x0000, 0x0101, 0x0002, 0x0103,
5188c2ecf20Sopenharmony_ci	0x0000, 0x0101, 0x0002, 0x0103, 0x0000, 0x0101,
5198c2ecf20Sopenharmony_ci	0x0002, 0x0103,
5208c2ecf20Sopenharmony_ci};
5218c2ecf20Sopenharmony_ci
5228c2ecf20Sopenharmony_cistatic const u8 b43_ntab_mcs[] = {
5238c2ecf20Sopenharmony_ci	0x00, 0x08, 0x0A, 0x10, 0x12, 0x19, 0x1A, 0x1C,
5248c2ecf20Sopenharmony_ci	0x40, 0x48, 0x4A, 0x50, 0x52, 0x59, 0x5A, 0x5C,
5258c2ecf20Sopenharmony_ci	0x80, 0x88, 0x8A, 0x90, 0x92, 0x99, 0x9A, 0x9C,
5268c2ecf20Sopenharmony_ci	0xC0, 0xC8, 0xCA, 0xD0, 0xD2, 0xD9, 0xDA, 0xDC,
5278c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5288c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5298c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5308c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5318c2ecf20Sopenharmony_ci	0x00, 0x01, 0x02, 0x04, 0x08, 0x09, 0x0A, 0x0C,
5328c2ecf20Sopenharmony_ci	0x10, 0x11, 0x12, 0x14, 0x18, 0x19, 0x1A, 0x1C,
5338c2ecf20Sopenharmony_ci	0x20, 0x21, 0x22, 0x24, 0x40, 0x41, 0x42, 0x44,
5348c2ecf20Sopenharmony_ci	0x48, 0x49, 0x4A, 0x4C, 0x50, 0x51, 0x52, 0x54,
5358c2ecf20Sopenharmony_ci	0x58, 0x59, 0x5A, 0x5C, 0x60, 0x61, 0x62, 0x64,
5368c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5378c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5388c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5398c2ecf20Sopenharmony_ci};
5408c2ecf20Sopenharmony_ci
5418c2ecf20Sopenharmony_cistatic const u32 b43_ntab_noisevar10[] = {
5428c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5438c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5448c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5458c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5468c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5478c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5488c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5498c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5508c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5518c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5528c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5538c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5548c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5558c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5568c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5578c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5588c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5598c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5608c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5618c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5628c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5638c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5648c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5658c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5668c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5678c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5688c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5698c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5708c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5718c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5728c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5738c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5748c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5758c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5768c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5778c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5788c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5798c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5808c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5818c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5828c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5838c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5848c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5858c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5868c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5878c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5888c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5898c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5908c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5918c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5928c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5938c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5948c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5958c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5968c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5978c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5988c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
5998c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6008c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6018c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6028c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6038c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6048c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6058c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6068c2ecf20Sopenharmony_ci};
6078c2ecf20Sopenharmony_ci
6088c2ecf20Sopenharmony_cistatic const u32 b43_ntab_noisevar11[] = {
6098c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6108c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6118c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6128c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6138c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6148c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6158c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6168c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6178c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6188c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6198c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6208c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6218c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6228c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6238c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6248c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6258c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6268c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6278c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6288c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6298c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6308c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6318c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6328c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6338c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6348c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6358c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6368c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6378c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6388c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6398c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6408c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6418c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6428c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6438c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6448c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6458c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6468c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6478c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6488c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6498c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6508c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6518c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6528c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6538c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6548c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6558c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6568c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6578c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6588c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6598c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6608c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6618c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6628c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6638c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6648c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6658c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6668c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6678c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6688c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6698c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6708c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6718c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6728c2ecf20Sopenharmony_ci	0x020C020C, 0x0000014D, 0x020C020C, 0x0000014D,
6738c2ecf20Sopenharmony_ci};
6748c2ecf20Sopenharmony_ci
6758c2ecf20Sopenharmony_cistatic const u16 b43_ntab_pilot[] = {
6768c2ecf20Sopenharmony_ci	0xFF08, 0xFF08, 0xFF08, 0xFF08, 0xFF08, 0xFF08,
6778c2ecf20Sopenharmony_ci	0xFF08, 0xFF08, 0x80D5, 0x80D5, 0x80D5, 0x80D5,
6788c2ecf20Sopenharmony_ci	0x80D5, 0x80D5, 0x80D5, 0x80D5, 0xFF0A, 0xFF82,
6798c2ecf20Sopenharmony_ci	0xFFA0, 0xFF28, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF,
6808c2ecf20Sopenharmony_ci	0xFF82, 0xFFA0, 0xFF28, 0xFF0A, 0xFFFF, 0xFFFF,
6818c2ecf20Sopenharmony_ci	0xFFFF, 0xFFFF, 0xF83F, 0xFA1F, 0xFA97, 0xFAB5,
6828c2ecf20Sopenharmony_ci	0xF2BD, 0xF0BF, 0xFFFF, 0xFFFF, 0xF017, 0xF815,
6838c2ecf20Sopenharmony_ci	0xF215, 0xF095, 0xF035, 0xF01D, 0xFFFF, 0xFFFF,
6848c2ecf20Sopenharmony_ci	0xFF08, 0xFF02, 0xFF80, 0xFF20, 0xFF08, 0xFF02,
6858c2ecf20Sopenharmony_ci	0xFF80, 0xFF20, 0xF01F, 0xF817, 0xFA15, 0xF295,
6868c2ecf20Sopenharmony_ci	0xF0B5, 0xF03D, 0xFFFF, 0xFFFF, 0xF82A, 0xFA0A,
6878c2ecf20Sopenharmony_ci	0xFA82, 0xFAA0, 0xF2A8, 0xF0AA, 0xFFFF, 0xFFFF,
6888c2ecf20Sopenharmony_ci	0xF002, 0xF800, 0xF200, 0xF080, 0xF020, 0xF008,
6898c2ecf20Sopenharmony_ci	0xFFFF, 0xFFFF, 0xF00A, 0xF802, 0xFA00, 0xF280,
6908c2ecf20Sopenharmony_ci	0xF0A0, 0xF028, 0xFFFF, 0xFFFF,
6918c2ecf20Sopenharmony_ci};
6928c2ecf20Sopenharmony_ci
6938c2ecf20Sopenharmony_cistatic const u32 b43_ntab_pilotlt[] = {
6948c2ecf20Sopenharmony_ci	0x76540123, 0x62407351, 0x76543201, 0x76540213,
6958c2ecf20Sopenharmony_ci	0x76540123, 0x76430521,
6968c2ecf20Sopenharmony_ci};
6978c2ecf20Sopenharmony_ci
6988c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tdi20a0[] = {
6998c2ecf20Sopenharmony_ci	0x00091226, 0x000A1429, 0x000B56AD, 0x000C58B0,
7008c2ecf20Sopenharmony_ci	0x000D5AB3, 0x000E9CB6, 0x000F9EBA, 0x0000C13D,
7018c2ecf20Sopenharmony_ci	0x00020301, 0x00030504, 0x00040708, 0x0005090B,
7028c2ecf20Sopenharmony_ci	0x00064B8E, 0x00095291, 0x000A5494, 0x000B9718,
7038c2ecf20Sopenharmony_ci	0x000C9927, 0x000D9B2A, 0x000EDD2E, 0x000FDF31,
7048c2ecf20Sopenharmony_ci	0x000101B4, 0x000243B7, 0x000345BB, 0x000447BE,
7058c2ecf20Sopenharmony_ci	0x00058982, 0x00068C05, 0x00099309, 0x000A950C,
7068c2ecf20Sopenharmony_ci	0x000BD78F, 0x000CD992, 0x000DDB96, 0x000F1D99,
7078c2ecf20Sopenharmony_ci	0x00005FA8, 0x0001422C, 0x0002842F, 0x00038632,
7088c2ecf20Sopenharmony_ci	0x00048835, 0x0005CA38, 0x0006CCBC, 0x0009D3BF,
7098c2ecf20Sopenharmony_ci	0x000B1603, 0x000C1806, 0x000D1A0A, 0x000E1C0D,
7108c2ecf20Sopenharmony_ci	0x000F5E10, 0x00008093, 0x00018297, 0x0002C49A,
7118c2ecf20Sopenharmony_ci	0x0003C680, 0x0004C880, 0x00060B00, 0x00070D00,
7128c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000,
7138c2ecf20Sopenharmony_ci};
7148c2ecf20Sopenharmony_ci
7158c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tdi20a1[] = {
7168c2ecf20Sopenharmony_ci	0x00014B26, 0x00028D29, 0x000393AD, 0x00049630,
7178c2ecf20Sopenharmony_ci	0x0005D833, 0x0006DA36, 0x00099C3A, 0x000A9E3D,
7188c2ecf20Sopenharmony_ci	0x000BC081, 0x000CC284, 0x000DC488, 0x000F068B,
7198c2ecf20Sopenharmony_ci	0x0000488E, 0x00018B91, 0x0002D214, 0x0003D418,
7208c2ecf20Sopenharmony_ci	0x0004D6A7, 0x000618AA, 0x00071AAE, 0x0009DCB1,
7218c2ecf20Sopenharmony_ci	0x000B1EB4, 0x000C0137, 0x000D033B, 0x000E053E,
7228c2ecf20Sopenharmony_ci	0x000F4702, 0x00008905, 0x00020C09, 0x0003128C,
7238c2ecf20Sopenharmony_ci	0x0004148F, 0x00051712, 0x00065916, 0x00091B19,
7248c2ecf20Sopenharmony_ci	0x000A1D28, 0x000B5F2C, 0x000C41AF, 0x000D43B2,
7258c2ecf20Sopenharmony_ci	0x000E85B5, 0x000F87B8, 0x0000C9BC, 0x00024CBF,
7268c2ecf20Sopenharmony_ci	0x00035303, 0x00045506, 0x0005978A, 0x0006998D,
7278c2ecf20Sopenharmony_ci	0x00095B90, 0x000A5D93, 0x000B9F97, 0x000C821A,
7288c2ecf20Sopenharmony_ci	0x000D8400, 0x000EC600, 0x000FC800, 0x00010A00,
7298c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000,
7308c2ecf20Sopenharmony_ci};
7318c2ecf20Sopenharmony_ci
7328c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tdi40a0[] = {
7338c2ecf20Sopenharmony_ci	0x0011A346, 0x00136CCF, 0x0014F5D9, 0x001641E2,
7348c2ecf20Sopenharmony_ci	0x0017CB6B, 0x00195475, 0x001B2383, 0x001CAD0C,
7358c2ecf20Sopenharmony_ci	0x001E7616, 0x0000821F, 0x00020BA8, 0x0003D4B2,
7368c2ecf20Sopenharmony_ci	0x00056447, 0x00072DD0, 0x0008B6DA, 0x000A02E3,
7378c2ecf20Sopenharmony_ci	0x000B8C6C, 0x000D15F6, 0x0011E484, 0x0013AE0D,
7388c2ecf20Sopenharmony_ci	0x00153717, 0x00168320, 0x00180CA9, 0x00199633,
7398c2ecf20Sopenharmony_ci	0x001B6548, 0x001CEED1, 0x001EB7DB, 0x0000C3E4,
7408c2ecf20Sopenharmony_ci	0x00024D6D, 0x000416F7, 0x0005A585, 0x00076F0F,
7418c2ecf20Sopenharmony_ci	0x0008F818, 0x000A4421, 0x000BCDAB, 0x000D9734,
7428c2ecf20Sopenharmony_ci	0x00122649, 0x0013EFD2, 0x001578DC, 0x0016C4E5,
7438c2ecf20Sopenharmony_ci	0x00184E6E, 0x001A17F8, 0x001BA686, 0x001D3010,
7448c2ecf20Sopenharmony_ci	0x001EF999, 0x00010522, 0x00028EAC, 0x00045835,
7458c2ecf20Sopenharmony_ci	0x0005E74A, 0x0007B0D3, 0x00093A5D, 0x000A85E6,
7468c2ecf20Sopenharmony_ci	0x000C0F6F, 0x000DD8F9, 0x00126787, 0x00143111,
7478c2ecf20Sopenharmony_ci	0x0015BA9A, 0x00170623, 0x00188FAD, 0x001A5936,
7488c2ecf20Sopenharmony_ci	0x001BE84B, 0x001DB1D4, 0x001F3B5E, 0x000146E7,
7498c2ecf20Sopenharmony_ci	0x00031070, 0x000499FA, 0x00062888, 0x0007F212,
7508c2ecf20Sopenharmony_ci	0x00097B9B, 0x000AC7A4, 0x000C50AE, 0x000E1A37,
7518c2ecf20Sopenharmony_ci	0x0012A94C, 0x001472D5, 0x0015FC5F, 0x00174868,
7528c2ecf20Sopenharmony_ci	0x0018D171, 0x001A9AFB, 0x001C2989, 0x001DF313,
7538c2ecf20Sopenharmony_ci	0x001F7C9C, 0x000188A5, 0x000351AF, 0x0004DB38,
7548c2ecf20Sopenharmony_ci	0x0006AA4D, 0x000833D7, 0x0009BD60, 0x000B0969,
7558c2ecf20Sopenharmony_ci	0x000C9273, 0x000E5BFC, 0x00132A8A, 0x0014B414,
7568c2ecf20Sopenharmony_ci	0x00163D9D, 0x001789A6, 0x001912B0, 0x001ADC39,
7578c2ecf20Sopenharmony_ci	0x001C6BCE, 0x001E34D8, 0x001FBE61, 0x0001CA6A,
7588c2ecf20Sopenharmony_ci	0x00039374, 0x00051CFD, 0x0006EC0B, 0x00087515,
7598c2ecf20Sopenharmony_ci	0x0009FE9E, 0x000B4AA7, 0x000CD3B1, 0x000E9D3A,
7608c2ecf20Sopenharmony_ci	0x00000000, 0x00000000,
7618c2ecf20Sopenharmony_ci};
7628c2ecf20Sopenharmony_ci
7638c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tdi40a1[] = {
7648c2ecf20Sopenharmony_ci	0x001EDB36, 0x000129CA, 0x0002B353, 0x00047CDD,
7658c2ecf20Sopenharmony_ci	0x0005C8E6, 0x000791EF, 0x00091BF9, 0x000AAA07,
7668c2ecf20Sopenharmony_ci	0x000C3391, 0x000DFD1A, 0x00120923, 0x0013D22D,
7678c2ecf20Sopenharmony_ci	0x00155C37, 0x0016EACB, 0x00187454, 0x001A3DDE,
7688c2ecf20Sopenharmony_ci	0x001B89E7, 0x001D12F0, 0x001F1CFA, 0x00016B88,
7698c2ecf20Sopenharmony_ci	0x00033492, 0x0004BE1B, 0x00060A24, 0x0007D32E,
7708c2ecf20Sopenharmony_ci	0x00095D38, 0x000AEC4C, 0x000C7555, 0x000E3EDF,
7718c2ecf20Sopenharmony_ci	0x00124AE8, 0x001413F1, 0x0015A37B, 0x00172C89,
7728c2ecf20Sopenharmony_ci	0x0018B593, 0x001A419C, 0x001BCB25, 0x001D942F,
7738c2ecf20Sopenharmony_ci	0x001F63B9, 0x0001AD4D, 0x00037657, 0x0004C260,
7748c2ecf20Sopenharmony_ci	0x00068BE9, 0x000814F3, 0x0009A47C, 0x000B2D8A,
7758c2ecf20Sopenharmony_ci	0x000CB694, 0x000E429D, 0x00128C26, 0x001455B0,
7768c2ecf20Sopenharmony_ci	0x0015E4BA, 0x00176E4E, 0x0018F758, 0x001A8361,
7778c2ecf20Sopenharmony_ci	0x001C0CEA, 0x001DD674, 0x001FA57D, 0x0001EE8B,
7788c2ecf20Sopenharmony_ci	0x0003B795, 0x0005039E, 0x0006CD27, 0x000856B1,
7798c2ecf20Sopenharmony_ci	0x0009E5C6, 0x000B6F4F, 0x000CF859, 0x000E8462,
7808c2ecf20Sopenharmony_ci	0x00130DEB, 0x00149775, 0x00162603, 0x0017AF8C,
7818c2ecf20Sopenharmony_ci	0x00193896, 0x001AC49F, 0x001C4E28, 0x001E17B2,
7828c2ecf20Sopenharmony_ci	0x0000A6C7, 0x00023050, 0x0003F9DA, 0x00054563,
7838c2ecf20Sopenharmony_ci	0x00070EEC, 0x00089876, 0x000A2704, 0x000BB08D,
7848c2ecf20Sopenharmony_ci	0x000D3A17, 0x001185A0, 0x00134F29, 0x0014D8B3,
7858c2ecf20Sopenharmony_ci	0x001667C8, 0x0017F151, 0x00197ADB, 0x001B0664,
7868c2ecf20Sopenharmony_ci	0x001C8FED, 0x001E5977, 0x0000E805, 0x0002718F,
7878c2ecf20Sopenharmony_ci	0x00043B18, 0x000586A1, 0x0007502B, 0x0008D9B4,
7888c2ecf20Sopenharmony_ci	0x000A68C9, 0x000BF252, 0x000DBBDC, 0x0011C7E5,
7898c2ecf20Sopenharmony_ci	0x001390EE, 0x00151A78, 0x0016A906, 0x00183290,
7908c2ecf20Sopenharmony_ci	0x0019BC19, 0x001B4822, 0x001CD12C, 0x001E9AB5,
7918c2ecf20Sopenharmony_ci	0x00000000, 0x00000000,
7928c2ecf20Sopenharmony_ci};
7938c2ecf20Sopenharmony_ci
7948c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tdtrn[] = {
7958c2ecf20Sopenharmony_ci	0x061C061C, 0x0050EE68, 0xF592FE36, 0xFE5212F6,
7968c2ecf20Sopenharmony_ci	0x00000C38, 0xFE5212F6, 0xF592FE36, 0x0050EE68,
7978c2ecf20Sopenharmony_ci	0x061C061C, 0xEE680050, 0xFE36F592, 0x12F6FE52,
7988c2ecf20Sopenharmony_ci	0x0C380000, 0x12F6FE52, 0xFE36F592, 0xEE680050,
7998c2ecf20Sopenharmony_ci	0x061C061C, 0x0050EE68, 0xF592FE36, 0xFE5212F6,
8008c2ecf20Sopenharmony_ci	0x00000C38, 0xFE5212F6, 0xF592FE36, 0x0050EE68,
8018c2ecf20Sopenharmony_ci	0x061C061C, 0xEE680050, 0xFE36F592, 0x12F6FE52,
8028c2ecf20Sopenharmony_ci	0x0C380000, 0x12F6FE52, 0xFE36F592, 0xEE680050,
8038c2ecf20Sopenharmony_ci	0x05E305E3, 0x004DEF0C, 0xF5F3FE47, 0xFE611246,
8048c2ecf20Sopenharmony_ci	0x00000BC7, 0xFE611246, 0xF5F3FE47, 0x004DEF0C,
8058c2ecf20Sopenharmony_ci	0x05E305E3, 0xEF0C004D, 0xFE47F5F3, 0x1246FE61,
8068c2ecf20Sopenharmony_ci	0x0BC70000, 0x1246FE61, 0xFE47F5F3, 0xEF0C004D,
8078c2ecf20Sopenharmony_ci	0x05E305E3, 0x004DEF0C, 0xF5F3FE47, 0xFE611246,
8088c2ecf20Sopenharmony_ci	0x00000BC7, 0xFE611246, 0xF5F3FE47, 0x004DEF0C,
8098c2ecf20Sopenharmony_ci	0x05E305E3, 0xEF0C004D, 0xFE47F5F3, 0x1246FE61,
8108c2ecf20Sopenharmony_ci	0x0BC70000, 0x1246FE61, 0xFE47F5F3, 0xEF0C004D,
8118c2ecf20Sopenharmony_ci	0xFA58FA58, 0xF895043B, 0xFF4C09C0, 0xFBC6FFA8,
8128c2ecf20Sopenharmony_ci	0xFB84F384, 0x0798F6F9, 0x05760122, 0x058409F6,
8138c2ecf20Sopenharmony_ci	0x0B500000, 0x05B7F542, 0x08860432, 0x06DDFEE7,
8148c2ecf20Sopenharmony_ci	0xFB84F384, 0xF9D90664, 0xF7E8025C, 0x00FFF7BD,
8158c2ecf20Sopenharmony_ci	0x05A805A8, 0xF7BD00FF, 0x025CF7E8, 0x0664F9D9,
8168c2ecf20Sopenharmony_ci	0xF384FB84, 0xFEE706DD, 0x04320886, 0xF54205B7,
8178c2ecf20Sopenharmony_ci	0x00000B50, 0x09F60584, 0x01220576, 0xF6F90798,
8188c2ecf20Sopenharmony_ci	0xF384FB84, 0xFFA8FBC6, 0x09C0FF4C, 0x043BF895,
8198c2ecf20Sopenharmony_ci	0x02D402D4, 0x07DE0270, 0xFC96079C, 0xF90AFE94,
8208c2ecf20Sopenharmony_ci	0xFE00FF2C, 0x02D4065D, 0x092A0096, 0x0014FBB8,
8218c2ecf20Sopenharmony_ci	0xFD2CFD2C, 0x076AFB3C, 0x0096F752, 0xF991FD87,
8228c2ecf20Sopenharmony_ci	0xFB2C0200, 0xFEB8F960, 0x08E0FC96, 0x049802A8,
8238c2ecf20Sopenharmony_ci	0xFD2CFD2C, 0x02A80498, 0xFC9608E0, 0xF960FEB8,
8248c2ecf20Sopenharmony_ci	0x0200FB2C, 0xFD87F991, 0xF7520096, 0xFB3C076A,
8258c2ecf20Sopenharmony_ci	0xFD2CFD2C, 0xFBB80014, 0x0096092A, 0x065D02D4,
8268c2ecf20Sopenharmony_ci	0xFF2CFE00, 0xFE94F90A, 0x079CFC96, 0x027007DE,
8278c2ecf20Sopenharmony_ci	0x02D402D4, 0x027007DE, 0x079CFC96, 0xFE94F90A,
8288c2ecf20Sopenharmony_ci	0xFF2CFE00, 0x065D02D4, 0x0096092A, 0xFBB80014,
8298c2ecf20Sopenharmony_ci	0xFD2CFD2C, 0xFB3C076A, 0xF7520096, 0xFD87F991,
8308c2ecf20Sopenharmony_ci	0x0200FB2C, 0xF960FEB8, 0xFC9608E0, 0x02A80498,
8318c2ecf20Sopenharmony_ci	0xFD2CFD2C, 0x049802A8, 0x08E0FC96, 0xFEB8F960,
8328c2ecf20Sopenharmony_ci	0xFB2C0200, 0xF991FD87, 0x0096F752, 0x076AFB3C,
8338c2ecf20Sopenharmony_ci	0xFD2CFD2C, 0x0014FBB8, 0x092A0096, 0x02D4065D,
8348c2ecf20Sopenharmony_ci	0xFE00FF2C, 0xF90AFE94, 0xFC96079C, 0x07DE0270,
8358c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8368c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8378c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8388c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8398c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8408c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8418c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8428c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8438c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8448c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8458c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8468c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8478c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8488c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8498c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8508c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8518c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8528c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8538c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8548c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8558c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8568c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8578c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8588c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
8598c2ecf20Sopenharmony_ci	0x062A0000, 0xFEFA0759, 0x08B80908, 0xF396FC2D,
8608c2ecf20Sopenharmony_ci	0xF9D6045C, 0xFC4EF608, 0xF748F596, 0x07B207BF,
8618c2ecf20Sopenharmony_ci	0x062A062A, 0xF84EF841, 0xF748F596, 0x03B209F8,
8628c2ecf20Sopenharmony_ci	0xF9D6045C, 0x0C6A03D3, 0x08B80908, 0x0106F8A7,
8638c2ecf20Sopenharmony_ci	0x062A0000, 0xFEFAF8A7, 0x08B8F6F8, 0xF39603D3,
8648c2ecf20Sopenharmony_ci	0xF9D6FBA4, 0xFC4E09F8, 0xF7480A6A, 0x07B2F841,
8658c2ecf20Sopenharmony_ci	0x062AF9D6, 0xF84E07BF, 0xF7480A6A, 0x03B2F608,
8668c2ecf20Sopenharmony_ci	0xF9D6FBA4, 0x0C6AFC2D, 0x08B8F6F8, 0x01060759,
8678c2ecf20Sopenharmony_ci	0x062A0000, 0xFEFA0759, 0x08B80908, 0xF396FC2D,
8688c2ecf20Sopenharmony_ci	0xF9D6045C, 0xFC4EF608, 0xF748F596, 0x07B207BF,
8698c2ecf20Sopenharmony_ci	0x062A062A, 0xF84EF841, 0xF748F596, 0x03B209F8,
8708c2ecf20Sopenharmony_ci	0xF9D6045C, 0x0C6A03D3, 0x08B80908, 0x0106F8A7,
8718c2ecf20Sopenharmony_ci	0x062A0000, 0xFEFAF8A7, 0x08B8F6F8, 0xF39603D3,
8728c2ecf20Sopenharmony_ci	0xF9D6FBA4, 0xFC4E09F8, 0xF7480A6A, 0x07B2F841,
8738c2ecf20Sopenharmony_ci	0x062AF9D6, 0xF84E07BF, 0xF7480A6A, 0x03B2F608,
8748c2ecf20Sopenharmony_ci	0xF9D6FBA4, 0x0C6AFC2D, 0x08B8F6F8, 0x01060759,
8758c2ecf20Sopenharmony_ci	0x061C061C, 0xFF30009D, 0xFFB21141, 0xFD87FB54,
8768c2ecf20Sopenharmony_ci	0xF65DFE59, 0x02EEF99E, 0x0166F03C, 0xFFF809B6,
8778c2ecf20Sopenharmony_ci	0x000008A4, 0x000AF42B, 0x00EFF577, 0xFA840BF2,
8788c2ecf20Sopenharmony_ci	0xFC02FF51, 0x08260F67, 0xFFF0036F, 0x0842F9C3,
8798c2ecf20Sopenharmony_ci	0x00000000, 0x063DF7BE, 0xFC910010, 0xF099F7DA,
8808c2ecf20Sopenharmony_ci	0x00AF03FE, 0xF40E057C, 0x0A89FF11, 0x0BD5FFF6,
8818c2ecf20Sopenharmony_ci	0xF75C0000, 0xF64A0008, 0x0FC4FE9A, 0x0662FD12,
8828c2ecf20Sopenharmony_ci	0x01A709A3, 0x04AC0279, 0xEEBF004E, 0xFF6300D0,
8838c2ecf20Sopenharmony_ci	0xF9E4F9E4, 0x00D0FF63, 0x004EEEBF, 0x027904AC,
8848c2ecf20Sopenharmony_ci	0x09A301A7, 0xFD120662, 0xFE9A0FC4, 0x0008F64A,
8858c2ecf20Sopenharmony_ci	0x0000F75C, 0xFFF60BD5, 0xFF110A89, 0x057CF40E,
8868c2ecf20Sopenharmony_ci	0x03FE00AF, 0xF7DAF099, 0x0010FC91, 0xF7BE063D,
8878c2ecf20Sopenharmony_ci	0x00000000, 0xF9C30842, 0x036FFFF0, 0x0F670826,
8888c2ecf20Sopenharmony_ci	0xFF51FC02, 0x0BF2FA84, 0xF57700EF, 0xF42B000A,
8898c2ecf20Sopenharmony_ci	0x08A40000, 0x09B6FFF8, 0xF03C0166, 0xF99E02EE,
8908c2ecf20Sopenharmony_ci	0xFE59F65D, 0xFB54FD87, 0x1141FFB2, 0x009DFF30,
8918c2ecf20Sopenharmony_ci	0x05E30000, 0xFF060705, 0x085408A0, 0xF425FC59,
8928c2ecf20Sopenharmony_ci	0xFA1D042A, 0xFC78F67A, 0xF7ACF60E, 0x075A0766,
8938c2ecf20Sopenharmony_ci	0x05E305E3, 0xF8A6F89A, 0xF7ACF60E, 0x03880986,
8948c2ecf20Sopenharmony_ci	0xFA1D042A, 0x0BDB03A7, 0x085408A0, 0x00FAF8FB,
8958c2ecf20Sopenharmony_ci	0x05E30000, 0xFF06F8FB, 0x0854F760, 0xF42503A7,
8968c2ecf20Sopenharmony_ci	0xFA1DFBD6, 0xFC780986, 0xF7AC09F2, 0x075AF89A,
8978c2ecf20Sopenharmony_ci	0x05E3FA1D, 0xF8A60766, 0xF7AC09F2, 0x0388F67A,
8988c2ecf20Sopenharmony_ci	0xFA1DFBD6, 0x0BDBFC59, 0x0854F760, 0x00FA0705,
8998c2ecf20Sopenharmony_ci	0x05E30000, 0xFF060705, 0x085408A0, 0xF425FC59,
9008c2ecf20Sopenharmony_ci	0xFA1D042A, 0xFC78F67A, 0xF7ACF60E, 0x075A0766,
9018c2ecf20Sopenharmony_ci	0x05E305E3, 0xF8A6F89A, 0xF7ACF60E, 0x03880986,
9028c2ecf20Sopenharmony_ci	0xFA1D042A, 0x0BDB03A7, 0x085408A0, 0x00FAF8FB,
9038c2ecf20Sopenharmony_ci	0x05E30000, 0xFF06F8FB, 0x0854F760, 0xF42503A7,
9048c2ecf20Sopenharmony_ci	0xFA1DFBD6, 0xFC780986, 0xF7AC09F2, 0x075AF89A,
9058c2ecf20Sopenharmony_ci	0x05E3FA1D, 0xF8A60766, 0xF7AC09F2, 0x0388F67A,
9068c2ecf20Sopenharmony_ci	0xFA1DFBD6, 0x0BDBFC59, 0x0854F760, 0x00FA0705,
9078c2ecf20Sopenharmony_ci	0xFA58FA58, 0xF8F0FE00, 0x0448073D, 0xFDC9FE46,
9088c2ecf20Sopenharmony_ci	0xF9910258, 0x089D0407, 0xFD5CF71A, 0x02AFFDE0,
9098c2ecf20Sopenharmony_ci	0x083E0496, 0xFF5A0740, 0xFF7AFD97, 0x00FE01F1,
9108c2ecf20Sopenharmony_ci	0x0009082E, 0xFA94FF75, 0xFECDF8EA, 0xFFB0F693,
9118c2ecf20Sopenharmony_ci	0xFD2CFA58, 0x0433FF16, 0xFBA405DD, 0xFA610341,
9128c2ecf20Sopenharmony_ci	0x06A606CB, 0x0039FD2D, 0x0677FA97, 0x01FA05E0,
9138c2ecf20Sopenharmony_ci	0xF896003E, 0x075A068B, 0x012CFC3E, 0xFA23F98D,
9148c2ecf20Sopenharmony_ci	0xFC7CFD43, 0xFF90FC0D, 0x01C10982, 0x00C601D6,
9158c2ecf20Sopenharmony_ci	0xFD2CFD2C, 0x01D600C6, 0x098201C1, 0xFC0DFF90,
9168c2ecf20Sopenharmony_ci	0xFD43FC7C, 0xF98DFA23, 0xFC3E012C, 0x068B075A,
9178c2ecf20Sopenharmony_ci	0x003EF896, 0x05E001FA, 0xFA970677, 0xFD2D0039,
9188c2ecf20Sopenharmony_ci	0x06CB06A6, 0x0341FA61, 0x05DDFBA4, 0xFF160433,
9198c2ecf20Sopenharmony_ci	0xFA58FD2C, 0xF693FFB0, 0xF8EAFECD, 0xFF75FA94,
9208c2ecf20Sopenharmony_ci	0x082E0009, 0x01F100FE, 0xFD97FF7A, 0x0740FF5A,
9218c2ecf20Sopenharmony_ci	0x0496083E, 0xFDE002AF, 0xF71AFD5C, 0x0407089D,
9228c2ecf20Sopenharmony_ci	0x0258F991, 0xFE46FDC9, 0x073D0448, 0xFE00F8F0,
9238c2ecf20Sopenharmony_ci	0xFD2CFD2C, 0xFCE00500, 0xFC09FDDC, 0xFE680157,
9248c2ecf20Sopenharmony_ci	0x04C70571, 0xFC3AFF21, 0xFCD70228, 0x056D0277,
9258c2ecf20Sopenharmony_ci	0x0200FE00, 0x0022F927, 0xFE3C032B, 0xFC44FF3C,
9268c2ecf20Sopenharmony_ci	0x03E9FBDB, 0x04570313, 0x04C9FF5C, 0x000D03B8,
9278c2ecf20Sopenharmony_ci	0xFA580000, 0xFBE900D2, 0xF9D0FE0B, 0x0125FDF9,
9288c2ecf20Sopenharmony_ci	0x042501BF, 0x0328FA2B, 0xFFA902F0, 0xFA250157,
9298c2ecf20Sopenharmony_ci	0x0200FE00, 0x03740438, 0xFF0405FD, 0x030CFE52,
9308c2ecf20Sopenharmony_ci	0x0037FB39, 0xFF6904C5, 0x04F8FD23, 0xFD31FC1B,
9318c2ecf20Sopenharmony_ci	0xFD2CFD2C, 0xFC1BFD31, 0xFD2304F8, 0x04C5FF69,
9328c2ecf20Sopenharmony_ci	0xFB390037, 0xFE52030C, 0x05FDFF04, 0x04380374,
9338c2ecf20Sopenharmony_ci	0xFE000200, 0x0157FA25, 0x02F0FFA9, 0xFA2B0328,
9348c2ecf20Sopenharmony_ci	0x01BF0425, 0xFDF90125, 0xFE0BF9D0, 0x00D2FBE9,
9358c2ecf20Sopenharmony_ci	0x0000FA58, 0x03B8000D, 0xFF5C04C9, 0x03130457,
9368c2ecf20Sopenharmony_ci	0xFBDB03E9, 0xFF3CFC44, 0x032BFE3C, 0xF9270022,
9378c2ecf20Sopenharmony_ci	0xFE000200, 0x0277056D, 0x0228FCD7, 0xFF21FC3A,
9388c2ecf20Sopenharmony_ci	0x057104C7, 0x0157FE68, 0xFDDCFC09, 0x0500FCE0,
9398c2ecf20Sopenharmony_ci	0xFD2CFD2C, 0x0500FCE0, 0xFDDCFC09, 0x0157FE68,
9408c2ecf20Sopenharmony_ci	0x057104C7, 0xFF21FC3A, 0x0228FCD7, 0x0277056D,
9418c2ecf20Sopenharmony_ci	0xFE000200, 0xF9270022, 0x032BFE3C, 0xFF3CFC44,
9428c2ecf20Sopenharmony_ci	0xFBDB03E9, 0x03130457, 0xFF5C04C9, 0x03B8000D,
9438c2ecf20Sopenharmony_ci	0x0000FA58, 0x00D2FBE9, 0xFE0BF9D0, 0xFDF90125,
9448c2ecf20Sopenharmony_ci	0x01BF0425, 0xFA2B0328, 0x02F0FFA9, 0x0157FA25,
9458c2ecf20Sopenharmony_ci	0xFE000200, 0x04380374, 0x05FDFF04, 0xFE52030C,
9468c2ecf20Sopenharmony_ci	0xFB390037, 0x04C5FF69, 0xFD2304F8, 0xFC1BFD31,
9478c2ecf20Sopenharmony_ci	0xFD2CFD2C, 0xFD31FC1B, 0x04F8FD23, 0xFF6904C5,
9488c2ecf20Sopenharmony_ci	0x0037FB39, 0x030CFE52, 0xFF0405FD, 0x03740438,
9498c2ecf20Sopenharmony_ci	0x0200FE00, 0xFA250157, 0xFFA902F0, 0x0328FA2B,
9508c2ecf20Sopenharmony_ci	0x042501BF, 0x0125FDF9, 0xF9D0FE0B, 0xFBE900D2,
9518c2ecf20Sopenharmony_ci	0xFA580000, 0x000D03B8, 0x04C9FF5C, 0x04570313,
9528c2ecf20Sopenharmony_ci	0x03E9FBDB, 0xFC44FF3C, 0xFE3C032B, 0x0022F927,
9538c2ecf20Sopenharmony_ci	0x0200FE00, 0x056D0277, 0xFCD70228, 0xFC3AFF21,
9548c2ecf20Sopenharmony_ci	0x04C70571, 0xFE680157, 0xFC09FDDC, 0xFCE00500,
9558c2ecf20Sopenharmony_ci	0x05A80000, 0xFF1006BE, 0x0800084A, 0xF49CFC7E,
9568c2ecf20Sopenharmony_ci	0xFA580400, 0xFC9CF6DA, 0xF800F672, 0x0710071C,
9578c2ecf20Sopenharmony_ci	0x05A805A8, 0xF8F0F8E4, 0xF800F672, 0x03640926,
9588c2ecf20Sopenharmony_ci	0xFA580400, 0x0B640382, 0x0800084A, 0x00F0F942,
9598c2ecf20Sopenharmony_ci	0x05A80000, 0xFF10F942, 0x0800F7B6, 0xF49C0382,
9608c2ecf20Sopenharmony_ci	0xFA58FC00, 0xFC9C0926, 0xF800098E, 0x0710F8E4,
9618c2ecf20Sopenharmony_ci	0x05A8FA58, 0xF8F0071C, 0xF800098E, 0x0364F6DA,
9628c2ecf20Sopenharmony_ci	0xFA58FC00, 0x0B64FC7E, 0x0800F7B6, 0x00F006BE,
9638c2ecf20Sopenharmony_ci	0x05A80000, 0xFF1006BE, 0x0800084A, 0xF49CFC7E,
9648c2ecf20Sopenharmony_ci	0xFA580400, 0xFC9CF6DA, 0xF800F672, 0x0710071C,
9658c2ecf20Sopenharmony_ci	0x05A805A8, 0xF8F0F8E4, 0xF800F672, 0x03640926,
9668c2ecf20Sopenharmony_ci	0xFA580400, 0x0B640382, 0x0800084A, 0x00F0F942,
9678c2ecf20Sopenharmony_ci	0x05A80000, 0xFF10F942, 0x0800F7B6, 0xF49C0382,
9688c2ecf20Sopenharmony_ci	0xFA58FC00, 0xFC9C0926, 0xF800098E, 0x0710F8E4,
9698c2ecf20Sopenharmony_ci	0x05A8FA58, 0xF8F0071C, 0xF800098E, 0x0364F6DA,
9708c2ecf20Sopenharmony_ci	0xFA58FC00, 0x0B64FC7E, 0x0800F7B6, 0x00F006BE,
9718c2ecf20Sopenharmony_ci};
9728c2ecf20Sopenharmony_ci
9738c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tmap[] = {
9748c2ecf20Sopenharmony_ci	0x8A88AA80, 0x8AAAAA8A, 0x8A8A8AA8, 0x00000888,
9758c2ecf20Sopenharmony_ci	0x88000000, 0x8A8A88AA, 0x8AA88888, 0x8888A8A8,
9768c2ecf20Sopenharmony_ci	0xF1111110, 0x11111111, 0x11F11111, 0x00000111,
9778c2ecf20Sopenharmony_ci	0x11000000, 0x1111F111, 0x11111111, 0x111111F1,
9788c2ecf20Sopenharmony_ci	0x8A88AA80, 0x8AAAAA8A, 0x8A8A8AA8, 0x000AA888,
9798c2ecf20Sopenharmony_ci	0x88880000, 0x8A8A88AA, 0x8AA88888, 0x8888A8A8,
9808c2ecf20Sopenharmony_ci	0xA1111110, 0x11111111, 0x11C11111, 0x00000111,
9818c2ecf20Sopenharmony_ci	0x11000000, 0x1111A111, 0x11111111, 0x111111A1,
9828c2ecf20Sopenharmony_ci	0xA2222220, 0x22222222, 0x22C22222, 0x00000222,
9838c2ecf20Sopenharmony_ci	0x22000000, 0x2222A222, 0x22222222, 0x222222A2,
9848c2ecf20Sopenharmony_ci	0xF1111110, 0x11111111, 0x11F11111, 0x00011111,
9858c2ecf20Sopenharmony_ci	0x11110000, 0x1111F111, 0x11111111, 0x111111F1,
9868c2ecf20Sopenharmony_ci	0xA8AA88A0, 0xA88888A8, 0xA8A8A88A, 0x00088AAA,
9878c2ecf20Sopenharmony_ci	0xAAAA0000, 0xA8A8AA88, 0xA88AAAAA, 0xAAAA8A8A,
9888c2ecf20Sopenharmony_ci	0xAAA8AAA0, 0x8AAA8AAA, 0xAA8A8A8A, 0x000AAA88,
9898c2ecf20Sopenharmony_ci	0x8AAA0000, 0xAAA8A888, 0x8AA88A8A, 0x8A88A888,
9908c2ecf20Sopenharmony_ci	0x08080A00, 0x0A08080A, 0x080A0A08, 0x00080808,
9918c2ecf20Sopenharmony_ci	0x080A0000, 0x080A0808, 0x080A0808, 0x0A0A0A08,
9928c2ecf20Sopenharmony_ci	0xA0A0A0A0, 0x80A0A080, 0x8080A0A0, 0x00008080,
9938c2ecf20Sopenharmony_ci	0x80A00000, 0x80A080A0, 0xA080A0A0, 0x8080A0A0,
9948c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
9958c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
9968c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
9978c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
9988c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
9998c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10008c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10018c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10028c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10038c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10048c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10058c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10068c2ecf20Sopenharmony_ci	0x99999000, 0x9B9B99BB, 0x9BB99999, 0x9999B9B9,
10078c2ecf20Sopenharmony_ci	0x9B99BB90, 0x9BBBBB9B, 0x9B9B9BB9, 0x00000999,
10088c2ecf20Sopenharmony_ci	0x88000000, 0x8A8A88AA, 0x8AA88888, 0x8888A8A8,
10098c2ecf20Sopenharmony_ci	0x8A88AA80, 0x8AAAAA8A, 0x8A8A8AA8, 0x00AAA888,
10108c2ecf20Sopenharmony_ci	0x22000000, 0x2222B222, 0x22222222, 0x222222B2,
10118c2ecf20Sopenharmony_ci	0xB2222220, 0x22222222, 0x22D22222, 0x00000222,
10128c2ecf20Sopenharmony_ci	0x11000000, 0x1111A111, 0x11111111, 0x111111A1,
10138c2ecf20Sopenharmony_ci	0xA1111110, 0x11111111, 0x11C11111, 0x00000111,
10148c2ecf20Sopenharmony_ci	0x33000000, 0x3333B333, 0x33333333, 0x333333B3,
10158c2ecf20Sopenharmony_ci	0xB3333330, 0x33333333, 0x33D33333, 0x00000333,
10168c2ecf20Sopenharmony_ci	0x22000000, 0x2222A222, 0x22222222, 0x222222A2,
10178c2ecf20Sopenharmony_ci	0xA2222220, 0x22222222, 0x22C22222, 0x00000222,
10188c2ecf20Sopenharmony_ci	0x99B99B00, 0x9B9B99BB, 0x9BB99999, 0x9999B9B9,
10198c2ecf20Sopenharmony_ci	0x9B99BB99, 0x9BBBBB9B, 0x9B9B9BB9, 0x00000999,
10208c2ecf20Sopenharmony_ci	0x88000000, 0x8A8A88AA, 0x8AA88888, 0x8888A8A8,
10218c2ecf20Sopenharmony_ci	0x8A88AA88, 0x8AAAAA8A, 0x8A8A8AA8, 0x08AAA888,
10228c2ecf20Sopenharmony_ci	0x22222200, 0x2222F222, 0x22222222, 0x222222F2,
10238c2ecf20Sopenharmony_ci	0x22222222, 0x22222222, 0x22F22222, 0x00000222,
10248c2ecf20Sopenharmony_ci	0x11000000, 0x1111F111, 0x11111111, 0x11111111,
10258c2ecf20Sopenharmony_ci	0xF1111111, 0x11111111, 0x11F11111, 0x01111111,
10268c2ecf20Sopenharmony_ci	0xBB9BB900, 0xB9B9BB99, 0xB99BBBBB, 0xBBBB9B9B,
10278c2ecf20Sopenharmony_ci	0xB9BB99BB, 0xB99999B9, 0xB9B9B99B, 0x00000BBB,
10288c2ecf20Sopenharmony_ci	0xAA000000, 0xA8A8AA88, 0xA88AAAAA, 0xAAAA8A8A,
10298c2ecf20Sopenharmony_ci	0xA8AA88AA, 0xA88888A8, 0xA8A8A88A, 0x0A888AAA,
10308c2ecf20Sopenharmony_ci	0xAA000000, 0xA8A8AA88, 0xA88AAAAA, 0xAAAA8A8A,
10318c2ecf20Sopenharmony_ci	0xA8AA88A0, 0xA88888A8, 0xA8A8A88A, 0x00000AAA,
10328c2ecf20Sopenharmony_ci	0x88000000, 0x8A8A88AA, 0x8AA88888, 0x8888A8A8,
10338c2ecf20Sopenharmony_ci	0x8A88AA80, 0x8AAAAA8A, 0x8A8A8AA8, 0x00000888,
10348c2ecf20Sopenharmony_ci	0xBBBBBB00, 0x999BBBBB, 0x9BB99B9B, 0xB9B9B9BB,
10358c2ecf20Sopenharmony_ci	0xB9B99BBB, 0xB9B9B9BB, 0xB9BB9B99, 0x00000999,
10368c2ecf20Sopenharmony_ci	0x8A000000, 0xAA88A888, 0xA88888AA, 0xA88A8A88,
10378c2ecf20Sopenharmony_ci	0xA88AA88A, 0x88A8AAAA, 0xA8AA8AAA, 0x0888A88A,
10388c2ecf20Sopenharmony_ci	0x0B0B0B00, 0x090B0B0B, 0x0B090B0B, 0x0909090B,
10398c2ecf20Sopenharmony_ci	0x09090B0B, 0x09090B0B, 0x09090B09, 0x00000909,
10408c2ecf20Sopenharmony_ci	0x0A000000, 0x0A080808, 0x080A080A, 0x080A0A08,
10418c2ecf20Sopenharmony_ci	0x080A080A, 0x0808080A, 0x0A0A0A08, 0x0808080A,
10428c2ecf20Sopenharmony_ci	0xB0B0B000, 0x9090B0B0, 0x90B09090, 0xB0B0B090,
10438c2ecf20Sopenharmony_ci	0xB0B090B0, 0x90B0B0B0, 0xB0B09090, 0x00000090,
10448c2ecf20Sopenharmony_ci	0x80000000, 0xA080A080, 0xA08080A0, 0xA0808080,
10458c2ecf20Sopenharmony_ci	0xA080A080, 0x80A0A0A0, 0xA0A080A0, 0x00A0A0A0,
10468c2ecf20Sopenharmony_ci	0x22000000, 0x2222F222, 0x22222222, 0x222222F2,
10478c2ecf20Sopenharmony_ci	0xF2222220, 0x22222222, 0x22F22222, 0x00000222,
10488c2ecf20Sopenharmony_ci	0x11000000, 0x1111F111, 0x11111111, 0x111111F1,
10498c2ecf20Sopenharmony_ci	0xF1111110, 0x11111111, 0x11F11111, 0x00000111,
10508c2ecf20Sopenharmony_ci	0x33000000, 0x3333F333, 0x33333333, 0x333333F3,
10518c2ecf20Sopenharmony_ci	0xF3333330, 0x33333333, 0x33F33333, 0x00000333,
10528c2ecf20Sopenharmony_ci	0x22000000, 0x2222F222, 0x22222222, 0x222222F2,
10538c2ecf20Sopenharmony_ci	0xF2222220, 0x22222222, 0x22F22222, 0x00000222,
10548c2ecf20Sopenharmony_ci	0x99000000, 0x9B9B99BB, 0x9BB99999, 0x9999B9B9,
10558c2ecf20Sopenharmony_ci	0x9B99BB90, 0x9BBBBB9B, 0x9B9B9BB9, 0x00000999,
10568c2ecf20Sopenharmony_ci	0x88000000, 0x8A8A88AA, 0x8AA88888, 0x8888A8A8,
10578c2ecf20Sopenharmony_ci	0x8A88AA80, 0x8AAAAA8A, 0x8A8A8AA8, 0x00000888,
10588c2ecf20Sopenharmony_ci	0x88888000, 0x8A8A88AA, 0x8AA88888, 0x8888A8A8,
10598c2ecf20Sopenharmony_ci	0x8A88AA80, 0x8AAAAA8A, 0x8A8A8AA8, 0x00000888,
10608c2ecf20Sopenharmony_ci	0x88000000, 0x8A8A88AA, 0x8AA88888, 0x8888A8A8,
10618c2ecf20Sopenharmony_ci	0x8A88AA80, 0x8AAAAA8A, 0x8A8A8AA8, 0x00AAA888,
10628c2ecf20Sopenharmony_ci	0x88A88A00, 0x8A8A88AA, 0x8AA88888, 0x8888A8A8,
10638c2ecf20Sopenharmony_ci	0x8A88AA88, 0x8AAAAA8A, 0x8A8A8AA8, 0x00000888,
10648c2ecf20Sopenharmony_ci	0x88000000, 0x8A8A88AA, 0x8AA88888, 0x8888A8A8,
10658c2ecf20Sopenharmony_ci	0x8A88AA88, 0x8AAAAA8A, 0x8A8A8AA8, 0x08AAA888,
10668c2ecf20Sopenharmony_ci	0x11000000, 0x1111A111, 0x11111111, 0x111111A1,
10678c2ecf20Sopenharmony_ci	0xA1111110, 0x11111111, 0x11C11111, 0x00000111,
10688c2ecf20Sopenharmony_ci	0x11000000, 0x1111A111, 0x11111111, 0x111111A1,
10698c2ecf20Sopenharmony_ci	0xA1111110, 0x11111111, 0x11C11111, 0x00000111,
10708c2ecf20Sopenharmony_ci	0x88000000, 0x8A8A88AA, 0x8AA88888, 0x8888A8A8,
10718c2ecf20Sopenharmony_ci	0x8A88AA80, 0x8AAAAA8A, 0x8A8A8AA8, 0x00000888,
10728c2ecf20Sopenharmony_ci	0x88000000, 0x8A8A88AA, 0x8AA88888, 0x8888A8A8,
10738c2ecf20Sopenharmony_ci	0x8A88AA80, 0x8AAAAA8A, 0x8A8A8AA8, 0x00000888,
10748c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10758c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10768c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10778c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10788c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10798c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10808c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10818c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10828c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10838c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10848c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10858c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10868c2ecf20Sopenharmony_ci};
10878c2ecf20Sopenharmony_ci
10888c2ecf20Sopenharmony_ci/* static tables, PHY revision >= 3 */
10898c2ecf20Sopenharmony_cistatic const u32 b43_ntab_framestruct_r3[] = {
10908c2ecf20Sopenharmony_ci	0x08004a04, 0x00100000, 0x01000a05, 0x00100020,
10918c2ecf20Sopenharmony_ci	0x09804506, 0x00100030, 0x09804507, 0x00100030,
10928c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10938c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10948c2ecf20Sopenharmony_ci	0x08004a0c, 0x00100004, 0x01000a0d, 0x00100024,
10958c2ecf20Sopenharmony_ci	0x0980450e, 0x00100034, 0x0980450f, 0x00100034,
10968c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10978c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
10988c2ecf20Sopenharmony_ci	0x00000a04, 0x00100000, 0x11008a05, 0x00100020,
10998c2ecf20Sopenharmony_ci	0x1980c506, 0x00100030, 0x21810506, 0x00100030,
11008c2ecf20Sopenharmony_ci	0x21810506, 0x00100030, 0x01800504, 0x00100030,
11018c2ecf20Sopenharmony_ci	0x11808505, 0x00100030, 0x29814507, 0x01100030,
11028c2ecf20Sopenharmony_ci	0x00000a04, 0x00100000, 0x11008a05, 0x00100020,
11038c2ecf20Sopenharmony_ci	0x21810506, 0x00100030, 0x21810506, 0x00100030,
11048c2ecf20Sopenharmony_ci	0x29814507, 0x01100030, 0x00000000, 0x00000000,
11058c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11068c2ecf20Sopenharmony_ci	0x00000a0c, 0x00100008, 0x11008a0d, 0x00100028,
11078c2ecf20Sopenharmony_ci	0x1980c50e, 0x00100038, 0x2181050e, 0x00100038,
11088c2ecf20Sopenharmony_ci	0x2181050e, 0x00100038, 0x0180050c, 0x00100038,
11098c2ecf20Sopenharmony_ci	0x1180850d, 0x00100038, 0x2981450f, 0x01100038,
11108c2ecf20Sopenharmony_ci	0x00000a0c, 0x00100008, 0x11008a0d, 0x00100028,
11118c2ecf20Sopenharmony_ci	0x2181050e, 0x00100038, 0x2181050e, 0x00100038,
11128c2ecf20Sopenharmony_ci	0x2981450f, 0x01100038, 0x00000000, 0x00000000,
11138c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11148c2ecf20Sopenharmony_ci	0x08004a04, 0x00100000, 0x01000a05, 0x00100020,
11158c2ecf20Sopenharmony_ci	0x1980c506, 0x00100030, 0x1980c506, 0x00100030,
11168c2ecf20Sopenharmony_ci	0x11808504, 0x00100030, 0x3981ca05, 0x00100030,
11178c2ecf20Sopenharmony_ci	0x29814507, 0x01100030, 0x00000000, 0x00000000,
11188c2ecf20Sopenharmony_ci	0x10008a04, 0x00100000, 0x3981ca05, 0x00100030,
11198c2ecf20Sopenharmony_ci	0x1980c506, 0x00100030, 0x29814507, 0x01100030,
11208c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11218c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11228c2ecf20Sopenharmony_ci	0x08004a0c, 0x00100008, 0x01000a0d, 0x00100028,
11238c2ecf20Sopenharmony_ci	0x1980c50e, 0x00100038, 0x1980c50e, 0x00100038,
11248c2ecf20Sopenharmony_ci	0x1180850c, 0x00100038, 0x3981ca0d, 0x00100038,
11258c2ecf20Sopenharmony_ci	0x2981450f, 0x01100038, 0x00000000, 0x00000000,
11268c2ecf20Sopenharmony_ci	0x10008a0c, 0x00100008, 0x3981ca0d, 0x00100038,
11278c2ecf20Sopenharmony_ci	0x1980c50e, 0x00100038, 0x2981450f, 0x01100038,
11288c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11298c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11308c2ecf20Sopenharmony_ci	0x40021404, 0x00100000, 0x02001405, 0x00100040,
11318c2ecf20Sopenharmony_ci	0x0b004a06, 0x01900060, 0x13008a06, 0x01900060,
11328c2ecf20Sopenharmony_ci	0x13008a06, 0x01900060, 0x43020a04, 0x00100060,
11338c2ecf20Sopenharmony_ci	0x1b00ca05, 0x00100060, 0x23010a07, 0x01500060,
11348c2ecf20Sopenharmony_ci	0x40021404, 0x00100000, 0x1a00d405, 0x00100040,
11358c2ecf20Sopenharmony_ci	0x13008a06, 0x01900060, 0x13008a06, 0x01900060,
11368c2ecf20Sopenharmony_ci	0x23010a07, 0x01500060, 0x00000000, 0x00000000,
11378c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11388c2ecf20Sopenharmony_ci	0x4002140c, 0x00100010, 0x0200140d, 0x00100050,
11398c2ecf20Sopenharmony_ci	0x0b004a0e, 0x01900070, 0x13008a0e, 0x01900070,
11408c2ecf20Sopenharmony_ci	0x13008a0e, 0x01900070, 0x43020a0c, 0x00100070,
11418c2ecf20Sopenharmony_ci	0x1b00ca0d, 0x00100070, 0x23010a0f, 0x01500070,
11428c2ecf20Sopenharmony_ci	0x4002140c, 0x00100010, 0x1a00d40d, 0x00100050,
11438c2ecf20Sopenharmony_ci	0x13008a0e, 0x01900070, 0x13008a0e, 0x01900070,
11448c2ecf20Sopenharmony_ci	0x23010a0f, 0x01500070, 0x00000000, 0x00000000,
11458c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11468c2ecf20Sopenharmony_ci	0x50029404, 0x00100000, 0x32019405, 0x00100040,
11478c2ecf20Sopenharmony_ci	0x0b004a06, 0x01900060, 0x0b004a06, 0x01900060,
11488c2ecf20Sopenharmony_ci	0x5b02ca04, 0x00100060, 0x3b01d405, 0x00100060,
11498c2ecf20Sopenharmony_ci	0x23010a07, 0x01500060, 0x00000000, 0x00000000,
11508c2ecf20Sopenharmony_ci	0x5802d404, 0x00100000, 0x3b01d405, 0x00100060,
11518c2ecf20Sopenharmony_ci	0x0b004a06, 0x01900060, 0x23010a07, 0x01500060,
11528c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11538c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11548c2ecf20Sopenharmony_ci	0x5002940c, 0x00100010, 0x3201940d, 0x00100050,
11558c2ecf20Sopenharmony_ci	0x0b004a0e, 0x01900070, 0x0b004a0e, 0x01900070,
11568c2ecf20Sopenharmony_ci	0x5b02ca0c, 0x00100070, 0x3b01d40d, 0x00100070,
11578c2ecf20Sopenharmony_ci	0x23010a0f, 0x01500070, 0x00000000, 0x00000000,
11588c2ecf20Sopenharmony_ci	0x5802d40c, 0x00100010, 0x3b01d40d, 0x00100070,
11598c2ecf20Sopenharmony_ci	0x0b004a0e, 0x01900070, 0x23010a0f, 0x01500070,
11608c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11618c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11628c2ecf20Sopenharmony_ci	0x40021404, 0x000f4800, 0x62031405, 0x00100040,
11638c2ecf20Sopenharmony_ci	0x53028a06, 0x01900060, 0x53028a07, 0x01900060,
11648c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11658c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11668c2ecf20Sopenharmony_ci	0x4002140c, 0x000f4808, 0x6203140d, 0x00100048,
11678c2ecf20Sopenharmony_ci	0x53028a0e, 0x01900068, 0x53028a0f, 0x01900068,
11688c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11698c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11708c2ecf20Sopenharmony_ci	0x00000a0c, 0x00100004, 0x11008a0d, 0x00100024,
11718c2ecf20Sopenharmony_ci	0x1980c50e, 0x00100034, 0x2181050e, 0x00100034,
11728c2ecf20Sopenharmony_ci	0x2181050e, 0x00100034, 0x0180050c, 0x00100038,
11738c2ecf20Sopenharmony_ci	0x1180850d, 0x00100038, 0x1181850d, 0x00100038,
11748c2ecf20Sopenharmony_ci	0x2981450f, 0x01100038, 0x00000000, 0x00000000,
11758c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11768c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11778c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11788c2ecf20Sopenharmony_ci	0x00000a0c, 0x00100008, 0x11008a0d, 0x00100028,
11798c2ecf20Sopenharmony_ci	0x2181050e, 0x00100038, 0x2181050e, 0x00100038,
11808c2ecf20Sopenharmony_ci	0x1181850d, 0x00100038, 0x2981450f, 0x01100038,
11818c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11828c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11838c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11848c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11858c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11868c2ecf20Sopenharmony_ci	0x08004a04, 0x00100000, 0x01000a05, 0x00100020,
11878c2ecf20Sopenharmony_ci	0x0180c506, 0x00100030, 0x0180c506, 0x00100030,
11888c2ecf20Sopenharmony_ci	0x2180c50c, 0x00100030, 0x49820a0d, 0x0016a130,
11898c2ecf20Sopenharmony_ci	0x41824a0d, 0x0016a130, 0x2981450f, 0x01100030,
11908c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11918c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11928c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11938c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11948c2ecf20Sopenharmony_ci	0x2000ca0c, 0x00100000, 0x49820a0d, 0x0016a130,
11958c2ecf20Sopenharmony_ci	0x1980c50e, 0x00100030, 0x41824a0d, 0x0016a130,
11968c2ecf20Sopenharmony_ci	0x2981450f, 0x01100030, 0x00000000, 0x00000000,
11978c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11988c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
11998c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12008c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12018c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12028c2ecf20Sopenharmony_ci	0x4002140c, 0x00100008, 0x0200140d, 0x00100048,
12038c2ecf20Sopenharmony_ci	0x0b004a0e, 0x01900068, 0x13008a0e, 0x01900068,
12048c2ecf20Sopenharmony_ci	0x13008a0e, 0x01900068, 0x43020a0c, 0x00100070,
12058c2ecf20Sopenharmony_ci	0x1b00ca0d, 0x00100070, 0x1b014a0d, 0x00100070,
12068c2ecf20Sopenharmony_ci	0x23010a0f, 0x01500070, 0x00000000, 0x00000000,
12078c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12088c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12098c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12108c2ecf20Sopenharmony_ci	0x4002140c, 0x00100010, 0x1a00d40d, 0x00100050,
12118c2ecf20Sopenharmony_ci	0x13008a0e, 0x01900070, 0x13008a0e, 0x01900070,
12128c2ecf20Sopenharmony_ci	0x1b014a0d, 0x00100070, 0x23010a0f, 0x01500070,
12138c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12148c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12158c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12168c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12178c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12188c2ecf20Sopenharmony_ci	0x50029404, 0x00100000, 0x32019405, 0x00100040,
12198c2ecf20Sopenharmony_ci	0x03004a06, 0x01900060, 0x03004a06, 0x01900060,
12208c2ecf20Sopenharmony_ci	0x6b030a0c, 0x00100060, 0x4b02140d, 0x0016a160,
12218c2ecf20Sopenharmony_ci	0x4302540d, 0x0016a160, 0x23010a0f, 0x01500060,
12228c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12238c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12248c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12258c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12268c2ecf20Sopenharmony_ci	0x6b03140c, 0x00100060, 0x4b02140d, 0x0016a160,
12278c2ecf20Sopenharmony_ci	0x0b004a0e, 0x01900060, 0x4302540d, 0x0016a160,
12288c2ecf20Sopenharmony_ci	0x23010a0f, 0x01500060, 0x00000000, 0x00000000,
12298c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12308c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12318c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12328c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12338c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12348c2ecf20Sopenharmony_ci	0x40021404, 0x00100000, 0x1a00d405, 0x00100040,
12358c2ecf20Sopenharmony_ci	0x53028a06, 0x01900060, 0x5b02ca06, 0x01900060,
12368c2ecf20Sopenharmony_ci	0x5b02ca06, 0x01900060, 0x43020a04, 0x00100060,
12378c2ecf20Sopenharmony_ci	0x1b00ca05, 0x00100060, 0x53028a07, 0x0190c060,
12388c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12398c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12408c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12418c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12428c2ecf20Sopenharmony_ci	0x4002140c, 0x00100010, 0x1a00d40d, 0x00100050,
12438c2ecf20Sopenharmony_ci	0x53028a0e, 0x01900070, 0x5b02ca0e, 0x01900070,
12448c2ecf20Sopenharmony_ci	0x5b02ca0e, 0x01900070, 0x43020a0c, 0x00100070,
12458c2ecf20Sopenharmony_ci	0x1b00ca0d, 0x00100070, 0x53028a0f, 0x0190c070,
12468c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12478c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12488c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12498c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12508c2ecf20Sopenharmony_ci	0x40021404, 0x00100000, 0x1a00d405, 0x00100040,
12518c2ecf20Sopenharmony_ci	0x5b02ca06, 0x01900060, 0x5b02ca06, 0x01900060,
12528c2ecf20Sopenharmony_ci	0x53028a07, 0x0190c060, 0x00000000, 0x00000000,
12538c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12548c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12558c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12568c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12578c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12588c2ecf20Sopenharmony_ci	0x4002140c, 0x00100010, 0x1a00d40d, 0x00100050,
12598c2ecf20Sopenharmony_ci	0x5b02ca0e, 0x01900070, 0x5b02ca0e, 0x01900070,
12608c2ecf20Sopenharmony_ci	0x53028a0f, 0x0190c070, 0x00000000, 0x00000000,
12618c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12628c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12638c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12648c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12658c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12668c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12678c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12688c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12698c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12708c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12718c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12728c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12738c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12748c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12758c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12768c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12778c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12788c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12798c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12808c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12818c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12828c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12838c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12848c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12858c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12868c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12878c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12888c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12898c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12908c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12918c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12928c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12938c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12948c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12958c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12968c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12978c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
12988c2ecf20Sopenharmony_ci};
12998c2ecf20Sopenharmony_ci
13008c2ecf20Sopenharmony_cistatic const u16 b43_ntab_pilot_r3[] = {
13018c2ecf20Sopenharmony_ci	0xff08, 0xff08, 0xff08, 0xff08, 0xff08, 0xff08,
13028c2ecf20Sopenharmony_ci	0xff08, 0xff08, 0x80d5, 0x80d5, 0x80d5, 0x80d5,
13038c2ecf20Sopenharmony_ci	0x80d5, 0x80d5, 0x80d5, 0x80d5, 0xff0a, 0xff82,
13048c2ecf20Sopenharmony_ci	0xffa0, 0xff28, 0xffff, 0xffff, 0xffff, 0xffff,
13058c2ecf20Sopenharmony_ci	0xff82, 0xffa0, 0xff28, 0xff0a, 0xffff, 0xffff,
13068c2ecf20Sopenharmony_ci	0xffff, 0xffff, 0xf83f, 0xfa1f, 0xfa97, 0xfab5,
13078c2ecf20Sopenharmony_ci	0xf2bd, 0xf0bf, 0xffff, 0xffff, 0xf017, 0xf815,
13088c2ecf20Sopenharmony_ci	0xf215, 0xf095, 0xf035, 0xf01d, 0xffff, 0xffff,
13098c2ecf20Sopenharmony_ci	0xff08, 0xff02, 0xff80, 0xff20, 0xff08, 0xff02,
13108c2ecf20Sopenharmony_ci	0xff80, 0xff20, 0xf01f, 0xf817, 0xfa15, 0xf295,
13118c2ecf20Sopenharmony_ci	0xf0b5, 0xf03d, 0xffff, 0xffff, 0xf82a, 0xfa0a,
13128c2ecf20Sopenharmony_ci	0xfa82, 0xfaa0, 0xf2a8, 0xf0aa, 0xffff, 0xffff,
13138c2ecf20Sopenharmony_ci	0xf002, 0xf800, 0xf200, 0xf080, 0xf020, 0xf008,
13148c2ecf20Sopenharmony_ci	0xffff, 0xffff, 0xf00a, 0xf802, 0xfa00, 0xf280,
13158c2ecf20Sopenharmony_ci	0xf0a0, 0xf028, 0xffff, 0xffff,
13168c2ecf20Sopenharmony_ci};
13178c2ecf20Sopenharmony_ci
13188c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tmap_r3[] = {
13198c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
13208c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
13218c2ecf20Sopenharmony_ci	0xf1111110, 0x11111111, 0x11f11111, 0x00000111,
13228c2ecf20Sopenharmony_ci	0x11000000, 0x1111f111, 0x11111111, 0x111111f1,
13238c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x000aa888,
13248c2ecf20Sopenharmony_ci	0x88880000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
13258c2ecf20Sopenharmony_ci	0xa1111110, 0x11111111, 0x11c11111, 0x00000111,
13268c2ecf20Sopenharmony_ci	0x11000000, 0x1111a111, 0x11111111, 0x111111a1,
13278c2ecf20Sopenharmony_ci	0xa2222220, 0x22222222, 0x22c22222, 0x00000222,
13288c2ecf20Sopenharmony_ci	0x22000000, 0x2222a222, 0x22222222, 0x222222a2,
13298c2ecf20Sopenharmony_ci	0xf1111110, 0x11111111, 0x11f11111, 0x00011111,
13308c2ecf20Sopenharmony_ci	0x11110000, 0x1111f111, 0x11111111, 0x111111f1,
13318c2ecf20Sopenharmony_ci	0xa8aa88a0, 0xa88888a8, 0xa8a8a88a, 0x00088aaa,
13328c2ecf20Sopenharmony_ci	0xaaaa0000, 0xa8a8aa88, 0xa88aaaaa, 0xaaaa8a8a,
13338c2ecf20Sopenharmony_ci	0xaaa8aaa0, 0x8aaa8aaa, 0xaa8a8a8a, 0x000aaa88,
13348c2ecf20Sopenharmony_ci	0x8aaa0000, 0xaaa8a888, 0x8aa88a8a, 0x8a88a888,
13358c2ecf20Sopenharmony_ci	0x08080a00, 0x0a08080a, 0x080a0a08, 0x00080808,
13368c2ecf20Sopenharmony_ci	0x080a0000, 0x080a0808, 0x080a0808, 0x0a0a0a08,
13378c2ecf20Sopenharmony_ci	0xa0a0a0a0, 0x80a0a080, 0x8080a0a0, 0x00008080,
13388c2ecf20Sopenharmony_ci	0x80a00000, 0x80a080a0, 0xa080a0a0, 0x8080a0a0,
13398c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
13408c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
13418c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
13428c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
13438c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
13448c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
13458c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
13468c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
13478c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
13488c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
13498c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
13508c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
13518c2ecf20Sopenharmony_ci	0x99999000, 0x9b9b99bb, 0x9bb99999, 0x9999b9b9,
13528c2ecf20Sopenharmony_ci	0x9b99bb90, 0x9bbbbb9b, 0x9b9b9bb9, 0x00000999,
13538c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
13548c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00aaa888,
13558c2ecf20Sopenharmony_ci	0x22000000, 0x2222b222, 0x22222222, 0x222222b2,
13568c2ecf20Sopenharmony_ci	0xb2222220, 0x22222222, 0x22d22222, 0x00000222,
13578c2ecf20Sopenharmony_ci	0x11000000, 0x1111a111, 0x11111111, 0x111111a1,
13588c2ecf20Sopenharmony_ci	0xa1111110, 0x11111111, 0x11c11111, 0x00000111,
13598c2ecf20Sopenharmony_ci	0x33000000, 0x3333b333, 0x33333333, 0x333333b3,
13608c2ecf20Sopenharmony_ci	0xb3333330, 0x33333333, 0x33d33333, 0x00000333,
13618c2ecf20Sopenharmony_ci	0x22000000, 0x2222a222, 0x22222222, 0x222222a2,
13628c2ecf20Sopenharmony_ci	0xa2222220, 0x22222222, 0x22c22222, 0x00000222,
13638c2ecf20Sopenharmony_ci	0x99b99b00, 0x9b9b99bb, 0x9bb99999, 0x9999b9b9,
13648c2ecf20Sopenharmony_ci	0x9b99bb99, 0x9bbbbb9b, 0x9b9b9bb9, 0x00000999,
13658c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
13668c2ecf20Sopenharmony_ci	0x8a88aa88, 0x8aaaaa8a, 0x8a8a8aa8, 0x08aaa888,
13678c2ecf20Sopenharmony_ci	0x22222200, 0x2222f222, 0x22222222, 0x222222f2,
13688c2ecf20Sopenharmony_ci	0x22222222, 0x22222222, 0x22f22222, 0x00000222,
13698c2ecf20Sopenharmony_ci	0x11000000, 0x1111f111, 0x11111111, 0x11111111,
13708c2ecf20Sopenharmony_ci	0xf1111111, 0x11111111, 0x11f11111, 0x01111111,
13718c2ecf20Sopenharmony_ci	0xbb9bb900, 0xb9b9bb99, 0xb99bbbbb, 0xbbbb9b9b,
13728c2ecf20Sopenharmony_ci	0xb9bb99bb, 0xb99999b9, 0xb9b9b99b, 0x00000bbb,
13738c2ecf20Sopenharmony_ci	0xaa000000, 0xa8a8aa88, 0xa88aaaaa, 0xaaaa8a8a,
13748c2ecf20Sopenharmony_ci	0xa8aa88aa, 0xa88888a8, 0xa8a8a88a, 0x0a888aaa,
13758c2ecf20Sopenharmony_ci	0xaa000000, 0xa8a8aa88, 0xa88aaaaa, 0xaaaa8a8a,
13768c2ecf20Sopenharmony_ci	0xa8aa88a0, 0xa88888a8, 0xa8a8a88a, 0x00000aaa,
13778c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
13788c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
13798c2ecf20Sopenharmony_ci	0xbbbbbb00, 0x999bbbbb, 0x9bb99b9b, 0xb9b9b9bb,
13808c2ecf20Sopenharmony_ci	0xb9b99bbb, 0xb9b9b9bb, 0xb9bb9b99, 0x00000999,
13818c2ecf20Sopenharmony_ci	0x8a000000, 0xaa88a888, 0xa88888aa, 0xa88a8a88,
13828c2ecf20Sopenharmony_ci	0xa88aa88a, 0x88a8aaaa, 0xa8aa8aaa, 0x0888a88a,
13838c2ecf20Sopenharmony_ci	0x0b0b0b00, 0x090b0b0b, 0x0b090b0b, 0x0909090b,
13848c2ecf20Sopenharmony_ci	0x09090b0b, 0x09090b0b, 0x09090b09, 0x00000909,
13858c2ecf20Sopenharmony_ci	0x0a000000, 0x0a080808, 0x080a080a, 0x080a0a08,
13868c2ecf20Sopenharmony_ci	0x080a080a, 0x0808080a, 0x0a0a0a08, 0x0808080a,
13878c2ecf20Sopenharmony_ci	0xb0b0b000, 0x9090b0b0, 0x90b09090, 0xb0b0b090,
13888c2ecf20Sopenharmony_ci	0xb0b090b0, 0x90b0b0b0, 0xb0b09090, 0x00000090,
13898c2ecf20Sopenharmony_ci	0x80000000, 0xa080a080, 0xa08080a0, 0xa0808080,
13908c2ecf20Sopenharmony_ci	0xa080a080, 0x80a0a0a0, 0xa0a080a0, 0x00a0a0a0,
13918c2ecf20Sopenharmony_ci	0x22000000, 0x2222f222, 0x22222222, 0x222222f2,
13928c2ecf20Sopenharmony_ci	0xf2222220, 0x22222222, 0x22f22222, 0x00000222,
13938c2ecf20Sopenharmony_ci	0x11000000, 0x1111f111, 0x11111111, 0x111111f1,
13948c2ecf20Sopenharmony_ci	0xf1111110, 0x11111111, 0x11f11111, 0x00000111,
13958c2ecf20Sopenharmony_ci	0x33000000, 0x3333f333, 0x33333333, 0x333333f3,
13968c2ecf20Sopenharmony_ci	0xf3333330, 0x33333333, 0x33f33333, 0x00000333,
13978c2ecf20Sopenharmony_ci	0x22000000, 0x2222f222, 0x22222222, 0x222222f2,
13988c2ecf20Sopenharmony_ci	0xf2222220, 0x22222222, 0x22f22222, 0x00000222,
13998c2ecf20Sopenharmony_ci	0x99000000, 0x9b9b99bb, 0x9bb99999, 0x9999b9b9,
14008c2ecf20Sopenharmony_ci	0x9b99bb90, 0x9bbbbb9b, 0x9b9b9bb9, 0x00000999,
14018c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
14028c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
14038c2ecf20Sopenharmony_ci	0x88888000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
14048c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
14058c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
14068c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00aaa888,
14078c2ecf20Sopenharmony_ci	0x88a88a00, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
14088c2ecf20Sopenharmony_ci	0x8a88aa88, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
14098c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
14108c2ecf20Sopenharmony_ci	0x8a88aa88, 0x8aaaaa8a, 0x8a8a8aa8, 0x08aaa888,
14118c2ecf20Sopenharmony_ci	0x11000000, 0x1111a111, 0x11111111, 0x111111a1,
14128c2ecf20Sopenharmony_ci	0xa1111110, 0x11111111, 0x11c11111, 0x00000111,
14138c2ecf20Sopenharmony_ci	0x11000000, 0x1111a111, 0x11111111, 0x111111a1,
14148c2ecf20Sopenharmony_ci	0xa1111110, 0x11111111, 0x11c11111, 0x00000111,
14158c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
14168c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
14178c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
14188c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
14198c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14208c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14218c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14228c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14238c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14248c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14258c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14268c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14278c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14288c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14298c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14308c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14318c2ecf20Sopenharmony_ci};
14328c2ecf20Sopenharmony_ci
14338c2ecf20Sopenharmony_cistatic const u32 b43_ntab_intlevel_r3[] = {
14348c2ecf20Sopenharmony_ci	0x00802070, 0x0671188d, 0x0a60192c, 0x0a300e46,
14358c2ecf20Sopenharmony_ci	0x00c1188d, 0x080024d2, 0x00000070,
14368c2ecf20Sopenharmony_ci};
14378c2ecf20Sopenharmony_ci
14388c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tdtrn_r3[] = {
14398c2ecf20Sopenharmony_ci	0x061c061c, 0x0050ee68, 0xf592fe36, 0xfe5212f6,
14408c2ecf20Sopenharmony_ci	0x00000c38, 0xfe5212f6, 0xf592fe36, 0x0050ee68,
14418c2ecf20Sopenharmony_ci	0x061c061c, 0xee680050, 0xfe36f592, 0x12f6fe52,
14428c2ecf20Sopenharmony_ci	0x0c380000, 0x12f6fe52, 0xfe36f592, 0xee680050,
14438c2ecf20Sopenharmony_ci	0x061c061c, 0x0050ee68, 0xf592fe36, 0xfe5212f6,
14448c2ecf20Sopenharmony_ci	0x00000c38, 0xfe5212f6, 0xf592fe36, 0x0050ee68,
14458c2ecf20Sopenharmony_ci	0x061c061c, 0xee680050, 0xfe36f592, 0x12f6fe52,
14468c2ecf20Sopenharmony_ci	0x0c380000, 0x12f6fe52, 0xfe36f592, 0xee680050,
14478c2ecf20Sopenharmony_ci	0x05e305e3, 0x004def0c, 0xf5f3fe47, 0xfe611246,
14488c2ecf20Sopenharmony_ci	0x00000bc7, 0xfe611246, 0xf5f3fe47, 0x004def0c,
14498c2ecf20Sopenharmony_ci	0x05e305e3, 0xef0c004d, 0xfe47f5f3, 0x1246fe61,
14508c2ecf20Sopenharmony_ci	0x0bc70000, 0x1246fe61, 0xfe47f5f3, 0xef0c004d,
14518c2ecf20Sopenharmony_ci	0x05e305e3, 0x004def0c, 0xf5f3fe47, 0xfe611246,
14528c2ecf20Sopenharmony_ci	0x00000bc7, 0xfe611246, 0xf5f3fe47, 0x004def0c,
14538c2ecf20Sopenharmony_ci	0x05e305e3, 0xef0c004d, 0xfe47f5f3, 0x1246fe61,
14548c2ecf20Sopenharmony_ci	0x0bc70000, 0x1246fe61, 0xfe47f5f3, 0xef0c004d,
14558c2ecf20Sopenharmony_ci	0xfa58fa58, 0xf895043b, 0xff4c09c0, 0xfbc6ffa8,
14568c2ecf20Sopenharmony_ci	0xfb84f384, 0x0798f6f9, 0x05760122, 0x058409f6,
14578c2ecf20Sopenharmony_ci	0x0b500000, 0x05b7f542, 0x08860432, 0x06ddfee7,
14588c2ecf20Sopenharmony_ci	0xfb84f384, 0xf9d90664, 0xf7e8025c, 0x00fff7bd,
14598c2ecf20Sopenharmony_ci	0x05a805a8, 0xf7bd00ff, 0x025cf7e8, 0x0664f9d9,
14608c2ecf20Sopenharmony_ci	0xf384fb84, 0xfee706dd, 0x04320886, 0xf54205b7,
14618c2ecf20Sopenharmony_ci	0x00000b50, 0x09f60584, 0x01220576, 0xf6f90798,
14628c2ecf20Sopenharmony_ci	0xf384fb84, 0xffa8fbc6, 0x09c0ff4c, 0x043bf895,
14638c2ecf20Sopenharmony_ci	0x02d402d4, 0x07de0270, 0xfc96079c, 0xf90afe94,
14648c2ecf20Sopenharmony_ci	0xfe00ff2c, 0x02d4065d, 0x092a0096, 0x0014fbb8,
14658c2ecf20Sopenharmony_ci	0xfd2cfd2c, 0x076afb3c, 0x0096f752, 0xf991fd87,
14668c2ecf20Sopenharmony_ci	0xfb2c0200, 0xfeb8f960, 0x08e0fc96, 0x049802a8,
14678c2ecf20Sopenharmony_ci	0xfd2cfd2c, 0x02a80498, 0xfc9608e0, 0xf960feb8,
14688c2ecf20Sopenharmony_ci	0x0200fb2c, 0xfd87f991, 0xf7520096, 0xfb3c076a,
14698c2ecf20Sopenharmony_ci	0xfd2cfd2c, 0xfbb80014, 0x0096092a, 0x065d02d4,
14708c2ecf20Sopenharmony_ci	0xff2cfe00, 0xfe94f90a, 0x079cfc96, 0x027007de,
14718c2ecf20Sopenharmony_ci	0x02d402d4, 0x027007de, 0x079cfc96, 0xfe94f90a,
14728c2ecf20Sopenharmony_ci	0xff2cfe00, 0x065d02d4, 0x0096092a, 0xfbb80014,
14738c2ecf20Sopenharmony_ci	0xfd2cfd2c, 0xfb3c076a, 0xf7520096, 0xfd87f991,
14748c2ecf20Sopenharmony_ci	0x0200fb2c, 0xf960feb8, 0xfc9608e0, 0x02a80498,
14758c2ecf20Sopenharmony_ci	0xfd2cfd2c, 0x049802a8, 0x08e0fc96, 0xfeb8f960,
14768c2ecf20Sopenharmony_ci	0xfb2c0200, 0xf991fd87, 0x0096f752, 0x076afb3c,
14778c2ecf20Sopenharmony_ci	0xfd2cfd2c, 0x0014fbb8, 0x092a0096, 0x02d4065d,
14788c2ecf20Sopenharmony_ci	0xfe00ff2c, 0xf90afe94, 0xfc96079c, 0x07de0270,
14798c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14808c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14818c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14828c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14838c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14848c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14858c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14868c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14878c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14888c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14898c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14908c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14918c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14928c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14938c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14948c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14958c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14968c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14978c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14988c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
14998c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
15008c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
15018c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
15028c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
15038c2ecf20Sopenharmony_ci	0x062a0000, 0xfefa0759, 0x08b80908, 0xf396fc2d,
15048c2ecf20Sopenharmony_ci	0xf9d6045c, 0xfc4ef608, 0xf748f596, 0x07b207bf,
15058c2ecf20Sopenharmony_ci	0x062a062a, 0xf84ef841, 0xf748f596, 0x03b209f8,
15068c2ecf20Sopenharmony_ci	0xf9d6045c, 0x0c6a03d3, 0x08b80908, 0x0106f8a7,
15078c2ecf20Sopenharmony_ci	0x062a0000, 0xfefaf8a7, 0x08b8f6f8, 0xf39603d3,
15088c2ecf20Sopenharmony_ci	0xf9d6fba4, 0xfc4e09f8, 0xf7480a6a, 0x07b2f841,
15098c2ecf20Sopenharmony_ci	0x062af9d6, 0xf84e07bf, 0xf7480a6a, 0x03b2f608,
15108c2ecf20Sopenharmony_ci	0xf9d6fba4, 0x0c6afc2d, 0x08b8f6f8, 0x01060759,
15118c2ecf20Sopenharmony_ci	0x062a0000, 0xfefa0759, 0x08b80908, 0xf396fc2d,
15128c2ecf20Sopenharmony_ci	0xf9d6045c, 0xfc4ef608, 0xf748f596, 0x07b207bf,
15138c2ecf20Sopenharmony_ci	0x062a062a, 0xf84ef841, 0xf748f596, 0x03b209f8,
15148c2ecf20Sopenharmony_ci	0xf9d6045c, 0x0c6a03d3, 0x08b80908, 0x0106f8a7,
15158c2ecf20Sopenharmony_ci	0x062a0000, 0xfefaf8a7, 0x08b8f6f8, 0xf39603d3,
15168c2ecf20Sopenharmony_ci	0xf9d6fba4, 0xfc4e09f8, 0xf7480a6a, 0x07b2f841,
15178c2ecf20Sopenharmony_ci	0x062af9d6, 0xf84e07bf, 0xf7480a6a, 0x03b2f608,
15188c2ecf20Sopenharmony_ci	0xf9d6fba4, 0x0c6afc2d, 0x08b8f6f8, 0x01060759,
15198c2ecf20Sopenharmony_ci	0x061c061c, 0xff30009d, 0xffb21141, 0xfd87fb54,
15208c2ecf20Sopenharmony_ci	0xf65dfe59, 0x02eef99e, 0x0166f03c, 0xfff809b6,
15218c2ecf20Sopenharmony_ci	0x000008a4, 0x000af42b, 0x00eff577, 0xfa840bf2,
15228c2ecf20Sopenharmony_ci	0xfc02ff51, 0x08260f67, 0xfff0036f, 0x0842f9c3,
15238c2ecf20Sopenharmony_ci	0x00000000, 0x063df7be, 0xfc910010, 0xf099f7da,
15248c2ecf20Sopenharmony_ci	0x00af03fe, 0xf40e057c, 0x0a89ff11, 0x0bd5fff6,
15258c2ecf20Sopenharmony_ci	0xf75c0000, 0xf64a0008, 0x0fc4fe9a, 0x0662fd12,
15268c2ecf20Sopenharmony_ci	0x01a709a3, 0x04ac0279, 0xeebf004e, 0xff6300d0,
15278c2ecf20Sopenharmony_ci	0xf9e4f9e4, 0x00d0ff63, 0x004eeebf, 0x027904ac,
15288c2ecf20Sopenharmony_ci	0x09a301a7, 0xfd120662, 0xfe9a0fc4, 0x0008f64a,
15298c2ecf20Sopenharmony_ci	0x0000f75c, 0xfff60bd5, 0xff110a89, 0x057cf40e,
15308c2ecf20Sopenharmony_ci	0x03fe00af, 0xf7daf099, 0x0010fc91, 0xf7be063d,
15318c2ecf20Sopenharmony_ci	0x00000000, 0xf9c30842, 0x036ffff0, 0x0f670826,
15328c2ecf20Sopenharmony_ci	0xff51fc02, 0x0bf2fa84, 0xf57700ef, 0xf42b000a,
15338c2ecf20Sopenharmony_ci	0x08a40000, 0x09b6fff8, 0xf03c0166, 0xf99e02ee,
15348c2ecf20Sopenharmony_ci	0xfe59f65d, 0xfb54fd87, 0x1141ffb2, 0x009dff30,
15358c2ecf20Sopenharmony_ci	0x05e30000, 0xff060705, 0x085408a0, 0xf425fc59,
15368c2ecf20Sopenharmony_ci	0xfa1d042a, 0xfc78f67a, 0xf7acf60e, 0x075a0766,
15378c2ecf20Sopenharmony_ci	0x05e305e3, 0xf8a6f89a, 0xf7acf60e, 0x03880986,
15388c2ecf20Sopenharmony_ci	0xfa1d042a, 0x0bdb03a7, 0x085408a0, 0x00faf8fb,
15398c2ecf20Sopenharmony_ci	0x05e30000, 0xff06f8fb, 0x0854f760, 0xf42503a7,
15408c2ecf20Sopenharmony_ci	0xfa1dfbd6, 0xfc780986, 0xf7ac09f2, 0x075af89a,
15418c2ecf20Sopenharmony_ci	0x05e3fa1d, 0xf8a60766, 0xf7ac09f2, 0x0388f67a,
15428c2ecf20Sopenharmony_ci	0xfa1dfbd6, 0x0bdbfc59, 0x0854f760, 0x00fa0705,
15438c2ecf20Sopenharmony_ci	0x05e30000, 0xff060705, 0x085408a0, 0xf425fc59,
15448c2ecf20Sopenharmony_ci	0xfa1d042a, 0xfc78f67a, 0xf7acf60e, 0x075a0766,
15458c2ecf20Sopenharmony_ci	0x05e305e3, 0xf8a6f89a, 0xf7acf60e, 0x03880986,
15468c2ecf20Sopenharmony_ci	0xfa1d042a, 0x0bdb03a7, 0x085408a0, 0x00faf8fb,
15478c2ecf20Sopenharmony_ci	0x05e30000, 0xff06f8fb, 0x0854f760, 0xf42503a7,
15488c2ecf20Sopenharmony_ci	0xfa1dfbd6, 0xfc780986, 0xf7ac09f2, 0x075af89a,
15498c2ecf20Sopenharmony_ci	0x05e3fa1d, 0xf8a60766, 0xf7ac09f2, 0x0388f67a,
15508c2ecf20Sopenharmony_ci	0xfa1dfbd6, 0x0bdbfc59, 0x0854f760, 0x00fa0705,
15518c2ecf20Sopenharmony_ci	0xfa58fa58, 0xf8f0fe00, 0x0448073d, 0xfdc9fe46,
15528c2ecf20Sopenharmony_ci	0xf9910258, 0x089d0407, 0xfd5cf71a, 0x02affde0,
15538c2ecf20Sopenharmony_ci	0x083e0496, 0xff5a0740, 0xff7afd97, 0x00fe01f1,
15548c2ecf20Sopenharmony_ci	0x0009082e, 0xfa94ff75, 0xfecdf8ea, 0xffb0f693,
15558c2ecf20Sopenharmony_ci	0xfd2cfa58, 0x0433ff16, 0xfba405dd, 0xfa610341,
15568c2ecf20Sopenharmony_ci	0x06a606cb, 0x0039fd2d, 0x0677fa97, 0x01fa05e0,
15578c2ecf20Sopenharmony_ci	0xf896003e, 0x075a068b, 0x012cfc3e, 0xfa23f98d,
15588c2ecf20Sopenharmony_ci	0xfc7cfd43, 0xff90fc0d, 0x01c10982, 0x00c601d6,
15598c2ecf20Sopenharmony_ci	0xfd2cfd2c, 0x01d600c6, 0x098201c1, 0xfc0dff90,
15608c2ecf20Sopenharmony_ci	0xfd43fc7c, 0xf98dfa23, 0xfc3e012c, 0x068b075a,
15618c2ecf20Sopenharmony_ci	0x003ef896, 0x05e001fa, 0xfa970677, 0xfd2d0039,
15628c2ecf20Sopenharmony_ci	0x06cb06a6, 0x0341fa61, 0x05ddfba4, 0xff160433,
15638c2ecf20Sopenharmony_ci	0xfa58fd2c, 0xf693ffb0, 0xf8eafecd, 0xff75fa94,
15648c2ecf20Sopenharmony_ci	0x082e0009, 0x01f100fe, 0xfd97ff7a, 0x0740ff5a,
15658c2ecf20Sopenharmony_ci	0x0496083e, 0xfde002af, 0xf71afd5c, 0x0407089d,
15668c2ecf20Sopenharmony_ci	0x0258f991, 0xfe46fdc9, 0x073d0448, 0xfe00f8f0,
15678c2ecf20Sopenharmony_ci	0xfd2cfd2c, 0xfce00500, 0xfc09fddc, 0xfe680157,
15688c2ecf20Sopenharmony_ci	0x04c70571, 0xfc3aff21, 0xfcd70228, 0x056d0277,
15698c2ecf20Sopenharmony_ci	0x0200fe00, 0x0022f927, 0xfe3c032b, 0xfc44ff3c,
15708c2ecf20Sopenharmony_ci	0x03e9fbdb, 0x04570313, 0x04c9ff5c, 0x000d03b8,
15718c2ecf20Sopenharmony_ci	0xfa580000, 0xfbe900d2, 0xf9d0fe0b, 0x0125fdf9,
15728c2ecf20Sopenharmony_ci	0x042501bf, 0x0328fa2b, 0xffa902f0, 0xfa250157,
15738c2ecf20Sopenharmony_ci	0x0200fe00, 0x03740438, 0xff0405fd, 0x030cfe52,
15748c2ecf20Sopenharmony_ci	0x0037fb39, 0xff6904c5, 0x04f8fd23, 0xfd31fc1b,
15758c2ecf20Sopenharmony_ci	0xfd2cfd2c, 0xfc1bfd31, 0xfd2304f8, 0x04c5ff69,
15768c2ecf20Sopenharmony_ci	0xfb390037, 0xfe52030c, 0x05fdff04, 0x04380374,
15778c2ecf20Sopenharmony_ci	0xfe000200, 0x0157fa25, 0x02f0ffa9, 0xfa2b0328,
15788c2ecf20Sopenharmony_ci	0x01bf0425, 0xfdf90125, 0xfe0bf9d0, 0x00d2fbe9,
15798c2ecf20Sopenharmony_ci	0x0000fa58, 0x03b8000d, 0xff5c04c9, 0x03130457,
15808c2ecf20Sopenharmony_ci	0xfbdb03e9, 0xff3cfc44, 0x032bfe3c, 0xf9270022,
15818c2ecf20Sopenharmony_ci	0xfe000200, 0x0277056d, 0x0228fcd7, 0xff21fc3a,
15828c2ecf20Sopenharmony_ci	0x057104c7, 0x0157fe68, 0xfddcfc09, 0x0500fce0,
15838c2ecf20Sopenharmony_ci	0xfd2cfd2c, 0x0500fce0, 0xfddcfc09, 0x0157fe68,
15848c2ecf20Sopenharmony_ci	0x057104c7, 0xff21fc3a, 0x0228fcd7, 0x0277056d,
15858c2ecf20Sopenharmony_ci	0xfe000200, 0xf9270022, 0x032bfe3c, 0xff3cfc44,
15868c2ecf20Sopenharmony_ci	0xfbdb03e9, 0x03130457, 0xff5c04c9, 0x03b8000d,
15878c2ecf20Sopenharmony_ci	0x0000fa58, 0x00d2fbe9, 0xfe0bf9d0, 0xfdf90125,
15888c2ecf20Sopenharmony_ci	0x01bf0425, 0xfa2b0328, 0x02f0ffa9, 0x0157fa25,
15898c2ecf20Sopenharmony_ci	0xfe000200, 0x04380374, 0x05fdff04, 0xfe52030c,
15908c2ecf20Sopenharmony_ci	0xfb390037, 0x04c5ff69, 0xfd2304f8, 0xfc1bfd31,
15918c2ecf20Sopenharmony_ci	0xfd2cfd2c, 0xfd31fc1b, 0x04f8fd23, 0xff6904c5,
15928c2ecf20Sopenharmony_ci	0x0037fb39, 0x030cfe52, 0xff0405fd, 0x03740438,
15938c2ecf20Sopenharmony_ci	0x0200fe00, 0xfa250157, 0xffa902f0, 0x0328fa2b,
15948c2ecf20Sopenharmony_ci	0x042501bf, 0x0125fdf9, 0xf9d0fe0b, 0xfbe900d2,
15958c2ecf20Sopenharmony_ci	0xfa580000, 0x000d03b8, 0x04c9ff5c, 0x04570313,
15968c2ecf20Sopenharmony_ci	0x03e9fbdb, 0xfc44ff3c, 0xfe3c032b, 0x0022f927,
15978c2ecf20Sopenharmony_ci	0x0200fe00, 0x056d0277, 0xfcd70228, 0xfc3aff21,
15988c2ecf20Sopenharmony_ci	0x04c70571, 0xfe680157, 0xfc09fddc, 0xfce00500,
15998c2ecf20Sopenharmony_ci	0x05a80000, 0xff1006be, 0x0800084a, 0xf49cfc7e,
16008c2ecf20Sopenharmony_ci	0xfa580400, 0xfc9cf6da, 0xf800f672, 0x0710071c,
16018c2ecf20Sopenharmony_ci	0x05a805a8, 0xf8f0f8e4, 0xf800f672, 0x03640926,
16028c2ecf20Sopenharmony_ci	0xfa580400, 0x0b640382, 0x0800084a, 0x00f0f942,
16038c2ecf20Sopenharmony_ci	0x05a80000, 0xff10f942, 0x0800f7b6, 0xf49c0382,
16048c2ecf20Sopenharmony_ci	0xfa58fc00, 0xfc9c0926, 0xf800098e, 0x0710f8e4,
16058c2ecf20Sopenharmony_ci	0x05a8fa58, 0xf8f0071c, 0xf800098e, 0x0364f6da,
16068c2ecf20Sopenharmony_ci	0xfa58fc00, 0x0b64fc7e, 0x0800f7b6, 0x00f006be,
16078c2ecf20Sopenharmony_ci	0x05a80000, 0xff1006be, 0x0800084a, 0xf49cfc7e,
16088c2ecf20Sopenharmony_ci	0xfa580400, 0xfc9cf6da, 0xf800f672, 0x0710071c,
16098c2ecf20Sopenharmony_ci	0x05a805a8, 0xf8f0f8e4, 0xf800f672, 0x03640926,
16108c2ecf20Sopenharmony_ci	0xfa580400, 0x0b640382, 0x0800084a, 0x00f0f942,
16118c2ecf20Sopenharmony_ci	0x05a80000, 0xff10f942, 0x0800f7b6, 0xf49c0382,
16128c2ecf20Sopenharmony_ci	0xfa58fc00, 0xfc9c0926, 0xf800098e, 0x0710f8e4,
16138c2ecf20Sopenharmony_ci	0x05a8fa58, 0xf8f0071c, 0xf800098e, 0x0364f6da,
16148c2ecf20Sopenharmony_ci	0xfa58fc00, 0x0b64fc7e, 0x0800f7b6, 0x00f006be,
16158c2ecf20Sopenharmony_ci};
16168c2ecf20Sopenharmony_ci
16178c2ecf20Sopenharmony_cistatic const u32 b43_ntab_noisevar_r3[] = {
16188c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16198c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16208c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16218c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16228c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16238c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16248c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16258c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16268c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16278c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16288c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16298c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16308c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16318c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16328c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16338c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16348c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16358c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16368c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16378c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16388c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16398c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16408c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16418c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16428c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16438c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16448c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16458c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16468c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16478c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16488c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16498c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16508c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16518c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16528c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16538c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16548c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16558c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16568c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16578c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16588c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16598c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16608c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16618c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16628c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16638c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16648c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16658c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16668c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16678c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16688c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16698c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16708c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16718c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16728c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16738c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16748c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16758c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16768c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16778c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16788c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16798c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16808c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16818c2ecf20Sopenharmony_ci	0x02110211, 0x0000014d, 0x02110211, 0x0000014d,
16828c2ecf20Sopenharmony_ci};
16838c2ecf20Sopenharmony_ci
16848c2ecf20Sopenharmony_cistatic const u16 b43_ntab_mcs_r3[] = {
16858c2ecf20Sopenharmony_ci	0x0000, 0x0008, 0x000a, 0x0010, 0x0012, 0x0019,
16868c2ecf20Sopenharmony_ci	0x001a, 0x001c, 0x0080, 0x0088, 0x008a, 0x0090,
16878c2ecf20Sopenharmony_ci	0x0092, 0x0099, 0x009a, 0x009c, 0x0100, 0x0108,
16888c2ecf20Sopenharmony_ci	0x010a, 0x0110, 0x0112, 0x0119, 0x011a, 0x011c,
16898c2ecf20Sopenharmony_ci	0x0180, 0x0188, 0x018a, 0x0190, 0x0192, 0x0199,
16908c2ecf20Sopenharmony_ci	0x019a, 0x019c, 0x0000, 0x0098, 0x00a0, 0x00a8,
16918c2ecf20Sopenharmony_ci	0x009a, 0x00a2, 0x00aa, 0x0120, 0x0128, 0x0128,
16928c2ecf20Sopenharmony_ci	0x0130, 0x0138, 0x0138, 0x0140, 0x0122, 0x012a,
16938c2ecf20Sopenharmony_ci	0x012a, 0x0132, 0x013a, 0x013a, 0x0142, 0x01a8,
16948c2ecf20Sopenharmony_ci	0x01b0, 0x01b8, 0x01b0, 0x01b8, 0x01c0, 0x01c8,
16958c2ecf20Sopenharmony_ci	0x01c0, 0x01c8, 0x01d0, 0x01d0, 0x01d8, 0x01aa,
16968c2ecf20Sopenharmony_ci	0x01b2, 0x01ba, 0x01b2, 0x01ba, 0x01c2, 0x01ca,
16978c2ecf20Sopenharmony_ci	0x01c2, 0x01ca, 0x01d2, 0x01d2, 0x01da, 0x0001,
16988c2ecf20Sopenharmony_ci	0x0002, 0x0004, 0x0009, 0x000c, 0x0011, 0x0014,
16998c2ecf20Sopenharmony_ci	0x0018, 0x0020, 0x0021, 0x0022, 0x0024, 0x0081,
17008c2ecf20Sopenharmony_ci	0x0082, 0x0084, 0x0089, 0x008c, 0x0091, 0x0094,
17018c2ecf20Sopenharmony_ci	0x0098, 0x00a0, 0x00a1, 0x00a2, 0x00a4, 0x0007,
17028c2ecf20Sopenharmony_ci	0x0007, 0x0007, 0x0007, 0x0007, 0x0007, 0x0007,
17038c2ecf20Sopenharmony_ci	0x0007, 0x0007, 0x0007, 0x0007, 0x0007, 0x0007,
17048c2ecf20Sopenharmony_ci	0x0007, 0x0007, 0x0007, 0x0007, 0x0007, 0x0007,
17058c2ecf20Sopenharmony_ci	0x0007, 0x0007, 0x0007, 0x0007, 0x0007, 0x0007,
17068c2ecf20Sopenharmony_ci	0x0007, 0x0007,
17078c2ecf20Sopenharmony_ci};
17088c2ecf20Sopenharmony_ci
17098c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tdi20a0_r3[] = {
17108c2ecf20Sopenharmony_ci	0x00091226, 0x000a1429, 0x000b56ad, 0x000c58b0,
17118c2ecf20Sopenharmony_ci	0x000d5ab3, 0x000e9cb6, 0x000f9eba, 0x0000c13d,
17128c2ecf20Sopenharmony_ci	0x00020301, 0x00030504, 0x00040708, 0x0005090b,
17138c2ecf20Sopenharmony_ci	0x00064b8e, 0x00095291, 0x000a5494, 0x000b9718,
17148c2ecf20Sopenharmony_ci	0x000c9927, 0x000d9b2a, 0x000edd2e, 0x000fdf31,
17158c2ecf20Sopenharmony_ci	0x000101b4, 0x000243b7, 0x000345bb, 0x000447be,
17168c2ecf20Sopenharmony_ci	0x00058982, 0x00068c05, 0x00099309, 0x000a950c,
17178c2ecf20Sopenharmony_ci	0x000bd78f, 0x000cd992, 0x000ddb96, 0x000f1d99,
17188c2ecf20Sopenharmony_ci	0x00005fa8, 0x0001422c, 0x0002842f, 0x00038632,
17198c2ecf20Sopenharmony_ci	0x00048835, 0x0005ca38, 0x0006ccbc, 0x0009d3bf,
17208c2ecf20Sopenharmony_ci	0x000b1603, 0x000c1806, 0x000d1a0a, 0x000e1c0d,
17218c2ecf20Sopenharmony_ci	0x000f5e10, 0x00008093, 0x00018297, 0x0002c49a,
17228c2ecf20Sopenharmony_ci	0x0003c680, 0x0004c880, 0x00060b00, 0x00070d00,
17238c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000,
17248c2ecf20Sopenharmony_ci};
17258c2ecf20Sopenharmony_ci
17268c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tdi20a1_r3[] = {
17278c2ecf20Sopenharmony_ci	0x00014b26, 0x00028d29, 0x000393ad, 0x00049630,
17288c2ecf20Sopenharmony_ci	0x0005d833, 0x0006da36, 0x00099c3a, 0x000a9e3d,
17298c2ecf20Sopenharmony_ci	0x000bc081, 0x000cc284, 0x000dc488, 0x000f068b,
17308c2ecf20Sopenharmony_ci	0x0000488e, 0x00018b91, 0x0002d214, 0x0003d418,
17318c2ecf20Sopenharmony_ci	0x0004d6a7, 0x000618aa, 0x00071aae, 0x0009dcb1,
17328c2ecf20Sopenharmony_ci	0x000b1eb4, 0x000c0137, 0x000d033b, 0x000e053e,
17338c2ecf20Sopenharmony_ci	0x000f4702, 0x00008905, 0x00020c09, 0x0003128c,
17348c2ecf20Sopenharmony_ci	0x0004148f, 0x00051712, 0x00065916, 0x00091b19,
17358c2ecf20Sopenharmony_ci	0x000a1d28, 0x000b5f2c, 0x000c41af, 0x000d43b2,
17368c2ecf20Sopenharmony_ci	0x000e85b5, 0x000f87b8, 0x0000c9bc, 0x00024cbf,
17378c2ecf20Sopenharmony_ci	0x00035303, 0x00045506, 0x0005978a, 0x0006998d,
17388c2ecf20Sopenharmony_ci	0x00095b90, 0x000a5d93, 0x000b9f97, 0x000c821a,
17398c2ecf20Sopenharmony_ci	0x000d8400, 0x000ec600, 0x000fc800, 0x00010a00,
17408c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000,
17418c2ecf20Sopenharmony_ci};
17428c2ecf20Sopenharmony_ci
17438c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tdi40a0_r3[] = {
17448c2ecf20Sopenharmony_ci	0x0011a346, 0x00136ccf, 0x0014f5d9, 0x001641e2,
17458c2ecf20Sopenharmony_ci	0x0017cb6b, 0x00195475, 0x001b2383, 0x001cad0c,
17468c2ecf20Sopenharmony_ci	0x001e7616, 0x0000821f, 0x00020ba8, 0x0003d4b2,
17478c2ecf20Sopenharmony_ci	0x00056447, 0x00072dd0, 0x0008b6da, 0x000a02e3,
17488c2ecf20Sopenharmony_ci	0x000b8c6c, 0x000d15f6, 0x0011e484, 0x0013ae0d,
17498c2ecf20Sopenharmony_ci	0x00153717, 0x00168320, 0x00180ca9, 0x00199633,
17508c2ecf20Sopenharmony_ci	0x001b6548, 0x001ceed1, 0x001eb7db, 0x0000c3e4,
17518c2ecf20Sopenharmony_ci	0x00024d6d, 0x000416f7, 0x0005a585, 0x00076f0f,
17528c2ecf20Sopenharmony_ci	0x0008f818, 0x000a4421, 0x000bcdab, 0x000d9734,
17538c2ecf20Sopenharmony_ci	0x00122649, 0x0013efd2, 0x001578dc, 0x0016c4e5,
17548c2ecf20Sopenharmony_ci	0x00184e6e, 0x001a17f8, 0x001ba686, 0x001d3010,
17558c2ecf20Sopenharmony_ci	0x001ef999, 0x00010522, 0x00028eac, 0x00045835,
17568c2ecf20Sopenharmony_ci	0x0005e74a, 0x0007b0d3, 0x00093a5d, 0x000a85e6,
17578c2ecf20Sopenharmony_ci	0x000c0f6f, 0x000dd8f9, 0x00126787, 0x00143111,
17588c2ecf20Sopenharmony_ci	0x0015ba9a, 0x00170623, 0x00188fad, 0x001a5936,
17598c2ecf20Sopenharmony_ci	0x001be84b, 0x001db1d4, 0x001f3b5e, 0x000146e7,
17608c2ecf20Sopenharmony_ci	0x00031070, 0x000499fa, 0x00062888, 0x0007f212,
17618c2ecf20Sopenharmony_ci	0x00097b9b, 0x000ac7a4, 0x000c50ae, 0x000e1a37,
17628c2ecf20Sopenharmony_ci	0x0012a94c, 0x001472d5, 0x0015fc5f, 0x00174868,
17638c2ecf20Sopenharmony_ci	0x0018d171, 0x001a9afb, 0x001c2989, 0x001df313,
17648c2ecf20Sopenharmony_ci	0x001f7c9c, 0x000188a5, 0x000351af, 0x0004db38,
17658c2ecf20Sopenharmony_ci	0x0006aa4d, 0x000833d7, 0x0009bd60, 0x000b0969,
17668c2ecf20Sopenharmony_ci	0x000c9273, 0x000e5bfc, 0x00132a8a, 0x0014b414,
17678c2ecf20Sopenharmony_ci	0x00163d9d, 0x001789a6, 0x001912b0, 0x001adc39,
17688c2ecf20Sopenharmony_ci	0x001c6bce, 0x001e34d8, 0x001fbe61, 0x0001ca6a,
17698c2ecf20Sopenharmony_ci	0x00039374, 0x00051cfd, 0x0006ec0b, 0x00087515,
17708c2ecf20Sopenharmony_ci	0x0009fe9e, 0x000b4aa7, 0x000cd3b1, 0x000e9d3a,
17718c2ecf20Sopenharmony_ci	0x00000000, 0x00000000,
17728c2ecf20Sopenharmony_ci};
17738c2ecf20Sopenharmony_ci
17748c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tdi40a1_r3[] = {
17758c2ecf20Sopenharmony_ci	0x001edb36, 0x000129ca, 0x0002b353, 0x00047cdd,
17768c2ecf20Sopenharmony_ci	0x0005c8e6, 0x000791ef, 0x00091bf9, 0x000aaa07,
17778c2ecf20Sopenharmony_ci	0x000c3391, 0x000dfd1a, 0x00120923, 0x0013d22d,
17788c2ecf20Sopenharmony_ci	0x00155c37, 0x0016eacb, 0x00187454, 0x001a3dde,
17798c2ecf20Sopenharmony_ci	0x001b89e7, 0x001d12f0, 0x001f1cfa, 0x00016b88,
17808c2ecf20Sopenharmony_ci	0x00033492, 0x0004be1b, 0x00060a24, 0x0007d32e,
17818c2ecf20Sopenharmony_ci	0x00095d38, 0x000aec4c, 0x000c7555, 0x000e3edf,
17828c2ecf20Sopenharmony_ci	0x00124ae8, 0x001413f1, 0x0015a37b, 0x00172c89,
17838c2ecf20Sopenharmony_ci	0x0018b593, 0x001a419c, 0x001bcb25, 0x001d942f,
17848c2ecf20Sopenharmony_ci	0x001f63b9, 0x0001ad4d, 0x00037657, 0x0004c260,
17858c2ecf20Sopenharmony_ci	0x00068be9, 0x000814f3, 0x0009a47c, 0x000b2d8a,
17868c2ecf20Sopenharmony_ci	0x000cb694, 0x000e429d, 0x00128c26, 0x001455b0,
17878c2ecf20Sopenharmony_ci	0x0015e4ba, 0x00176e4e, 0x0018f758, 0x001a8361,
17888c2ecf20Sopenharmony_ci	0x001c0cea, 0x001dd674, 0x001fa57d, 0x0001ee8b,
17898c2ecf20Sopenharmony_ci	0x0003b795, 0x0005039e, 0x0006cd27, 0x000856b1,
17908c2ecf20Sopenharmony_ci	0x0009e5c6, 0x000b6f4f, 0x000cf859, 0x000e8462,
17918c2ecf20Sopenharmony_ci	0x00130deb, 0x00149775, 0x00162603, 0x0017af8c,
17928c2ecf20Sopenharmony_ci	0x00193896, 0x001ac49f, 0x001c4e28, 0x001e17b2,
17938c2ecf20Sopenharmony_ci	0x0000a6c7, 0x00023050, 0x0003f9da, 0x00054563,
17948c2ecf20Sopenharmony_ci	0x00070eec, 0x00089876, 0x000a2704, 0x000bb08d,
17958c2ecf20Sopenharmony_ci	0x000d3a17, 0x001185a0, 0x00134f29, 0x0014d8b3,
17968c2ecf20Sopenharmony_ci	0x001667c8, 0x0017f151, 0x00197adb, 0x001b0664,
17978c2ecf20Sopenharmony_ci	0x001c8fed, 0x001e5977, 0x0000e805, 0x0002718f,
17988c2ecf20Sopenharmony_ci	0x00043b18, 0x000586a1, 0x0007502b, 0x0008d9b4,
17998c2ecf20Sopenharmony_ci	0x000a68c9, 0x000bf252, 0x000dbbdc, 0x0011c7e5,
18008c2ecf20Sopenharmony_ci	0x001390ee, 0x00151a78, 0x0016a906, 0x00183290,
18018c2ecf20Sopenharmony_ci	0x0019bc19, 0x001b4822, 0x001cd12c, 0x001e9ab5,
18028c2ecf20Sopenharmony_ci	0x00000000, 0x00000000,
18038c2ecf20Sopenharmony_ci};
18048c2ecf20Sopenharmony_ci
18058c2ecf20Sopenharmony_cistatic const u32 b43_ntab_pilotlt_r3[] = {
18068c2ecf20Sopenharmony_ci	0x76540213, 0x62407351, 0x76543210, 0x76540213,
18078c2ecf20Sopenharmony_ci	0x76540213, 0x76430521,
18088c2ecf20Sopenharmony_ci};
18098c2ecf20Sopenharmony_ci
18108c2ecf20Sopenharmony_cistatic const u32 b43_ntab_channelest_r3[] = {
18118c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
18128c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
18138c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
18148c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
18158c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
18168c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
18178c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
18188c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
18198c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
18208c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
18218c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
18228c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
18238c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
18248c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
18258c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
18268c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
18278c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
18288c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
18298c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
18308c2ecf20Sopenharmony_ci	0x44444444, 0x44444444, 0x44444444, 0x44444444,
18318c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
18328c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
18338c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
18348c2ecf20Sopenharmony_ci	0x10101010, 0x10101010, 0x10101010, 0x10101010,
18358c2ecf20Sopenharmony_ci};
18368c2ecf20Sopenharmony_ci
18378c2ecf20Sopenharmony_cistatic const u8 b43_ntab_framelookup_r3[] = {
18388c2ecf20Sopenharmony_ci	0x02, 0x04, 0x14, 0x14, 0x03, 0x05, 0x16, 0x16,
18398c2ecf20Sopenharmony_ci	0x0a, 0x0c, 0x1c, 0x1c, 0x0b, 0x0d, 0x1e, 0x1e,
18408c2ecf20Sopenharmony_ci	0x06, 0x08, 0x18, 0x18, 0x07, 0x09, 0x1a, 0x1a,
18418c2ecf20Sopenharmony_ci	0x0e, 0x10, 0x20, 0x28, 0x0f, 0x11, 0x22, 0x2a,
18428c2ecf20Sopenharmony_ci};
18438c2ecf20Sopenharmony_ci
18448c2ecf20Sopenharmony_cistatic const u8 b43_ntab_estimatepowerlt0_r3[] = {
18458c2ecf20Sopenharmony_ci	0x55, 0x54, 0x54, 0x53, 0x52, 0x52, 0x51, 0x51,
18468c2ecf20Sopenharmony_ci	0x50, 0x4f, 0x4f, 0x4e, 0x4e, 0x4d, 0x4c, 0x4c,
18478c2ecf20Sopenharmony_ci	0x4b, 0x4a, 0x49, 0x49, 0x48, 0x47, 0x46, 0x46,
18488c2ecf20Sopenharmony_ci	0x45, 0x44, 0x43, 0x42, 0x41, 0x40, 0x40, 0x3f,
18498c2ecf20Sopenharmony_ci	0x3e, 0x3d, 0x3c, 0x3a, 0x39, 0x38, 0x37, 0x36,
18508c2ecf20Sopenharmony_ci	0x35, 0x33, 0x32, 0x31, 0x2f, 0x2e, 0x2c, 0x2b,
18518c2ecf20Sopenharmony_ci	0x29, 0x27, 0x25, 0x23, 0x21, 0x1f, 0x1d, 0x1a,
18528c2ecf20Sopenharmony_ci	0x18, 0x15, 0x12, 0x0e, 0x0b, 0x07, 0x02, 0xfd,
18538c2ecf20Sopenharmony_ci};
18548c2ecf20Sopenharmony_ci
18558c2ecf20Sopenharmony_cistatic const u8 b43_ntab_estimatepowerlt1_r3[] = {
18568c2ecf20Sopenharmony_ci	0x55, 0x54, 0x54, 0x53, 0x52, 0x52, 0x51, 0x51,
18578c2ecf20Sopenharmony_ci	0x50, 0x4f, 0x4f, 0x4e, 0x4e, 0x4d, 0x4c, 0x4c,
18588c2ecf20Sopenharmony_ci	0x4b, 0x4a, 0x49, 0x49, 0x48, 0x47, 0x46, 0x46,
18598c2ecf20Sopenharmony_ci	0x45, 0x44, 0x43, 0x42, 0x41, 0x40, 0x40, 0x3f,
18608c2ecf20Sopenharmony_ci	0x3e, 0x3d, 0x3c, 0x3a, 0x39, 0x38, 0x37, 0x36,
18618c2ecf20Sopenharmony_ci	0x35, 0x33, 0x32, 0x31, 0x2f, 0x2e, 0x2c, 0x2b,
18628c2ecf20Sopenharmony_ci	0x29, 0x27, 0x25, 0x23, 0x21, 0x1f, 0x1d, 0x1a,
18638c2ecf20Sopenharmony_ci	0x18, 0x15, 0x12, 0x0e, 0x0b, 0x07, 0x02, 0xfd,
18648c2ecf20Sopenharmony_ci};
18658c2ecf20Sopenharmony_ci
18668c2ecf20Sopenharmony_cistatic const u8 b43_ntab_adjustpower0_r3[] = {
18678c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18688c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18698c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18708c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18718c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18728c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18738c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18748c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18758c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18768c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18778c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18788c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18798c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18808c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18818c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18828c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18838c2ecf20Sopenharmony_ci};
18848c2ecf20Sopenharmony_ci
18858c2ecf20Sopenharmony_cistatic const u8 b43_ntab_adjustpower1_r3[] = {
18868c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18878c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18888c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18898c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18908c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18918c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18928c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18938c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18948c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18958c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18968c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18978c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18988c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18998c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
19008c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
19018c2ecf20Sopenharmony_ci	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
19028c2ecf20Sopenharmony_ci};
19038c2ecf20Sopenharmony_ci
19048c2ecf20Sopenharmony_cistatic const u32 b43_ntab_gainctl0_r3[] = {
19058c2ecf20Sopenharmony_ci	0x5bf70044, 0x5bf70042, 0x5bf70040, 0x5bf7003e,
19068c2ecf20Sopenharmony_ci	0x5bf7003c, 0x5bf7003b, 0x5bf70039, 0x5bf70037,
19078c2ecf20Sopenharmony_ci	0x5bf70036, 0x5bf70034, 0x5bf70033, 0x5bf70031,
19088c2ecf20Sopenharmony_ci	0x5bf70030, 0x5ba70044, 0x5ba70042, 0x5ba70040,
19098c2ecf20Sopenharmony_ci	0x5ba7003e, 0x5ba7003c, 0x5ba7003b, 0x5ba70039,
19108c2ecf20Sopenharmony_ci	0x5ba70037, 0x5ba70036, 0x5ba70034, 0x5ba70033,
19118c2ecf20Sopenharmony_ci	0x5b770044, 0x5b770042, 0x5b770040, 0x5b77003e,
19128c2ecf20Sopenharmony_ci	0x5b77003c, 0x5b77003b, 0x5b770039, 0x5b770037,
19138c2ecf20Sopenharmony_ci	0x5b770036, 0x5b770034, 0x5b770033, 0x5b770031,
19148c2ecf20Sopenharmony_ci	0x5b770030, 0x5b77002f, 0x5b77002d, 0x5b77002c,
19158c2ecf20Sopenharmony_ci	0x5b470044, 0x5b470042, 0x5b470040, 0x5b47003e,
19168c2ecf20Sopenharmony_ci	0x5b47003c, 0x5b47003b, 0x5b470039, 0x5b470037,
19178c2ecf20Sopenharmony_ci	0x5b470036, 0x5b470034, 0x5b470033, 0x5b470031,
19188c2ecf20Sopenharmony_ci	0x5b470030, 0x5b47002f, 0x5b47002d, 0x5b47002c,
19198c2ecf20Sopenharmony_ci	0x5b47002b, 0x5b47002a, 0x5b270044, 0x5b270042,
19208c2ecf20Sopenharmony_ci	0x5b270040, 0x5b27003e, 0x5b27003c, 0x5b27003b,
19218c2ecf20Sopenharmony_ci	0x5b270039, 0x5b270037, 0x5b270036, 0x5b270034,
19228c2ecf20Sopenharmony_ci	0x5b270033, 0x5b270031, 0x5b270030, 0x5b27002f,
19238c2ecf20Sopenharmony_ci	0x5b170044, 0x5b170042, 0x5b170040, 0x5b17003e,
19248c2ecf20Sopenharmony_ci	0x5b17003c, 0x5b17003b, 0x5b170039, 0x5b170037,
19258c2ecf20Sopenharmony_ci	0x5b170036, 0x5b170034, 0x5b170033, 0x5b170031,
19268c2ecf20Sopenharmony_ci	0x5b170030, 0x5b17002f, 0x5b17002d, 0x5b17002c,
19278c2ecf20Sopenharmony_ci	0x5b17002b, 0x5b17002a, 0x5b170028, 0x5b170027,
19288c2ecf20Sopenharmony_ci	0x5b170026, 0x5b170025, 0x5b170024, 0x5b170023,
19298c2ecf20Sopenharmony_ci	0x5b070044, 0x5b070042, 0x5b070040, 0x5b07003e,
19308c2ecf20Sopenharmony_ci	0x5b07003c, 0x5b07003b, 0x5b070039, 0x5b070037,
19318c2ecf20Sopenharmony_ci	0x5b070036, 0x5b070034, 0x5b070033, 0x5b070031,
19328c2ecf20Sopenharmony_ci	0x5b070030, 0x5b07002f, 0x5b07002d, 0x5b07002c,
19338c2ecf20Sopenharmony_ci	0x5b07002b, 0x5b07002a, 0x5b070028, 0x5b070027,
19348c2ecf20Sopenharmony_ci	0x5b070026, 0x5b070025, 0x5b070024, 0x5b070023,
19358c2ecf20Sopenharmony_ci	0x5b070022, 0x5b070021, 0x5b070020, 0x5b07001f,
19368c2ecf20Sopenharmony_ci	0x5b07001e, 0x5b07001d, 0x5b07001d, 0x5b07001c,
19378c2ecf20Sopenharmony_ci};
19388c2ecf20Sopenharmony_ci
19398c2ecf20Sopenharmony_cistatic const u32 b43_ntab_gainctl1_r3[] = {
19408c2ecf20Sopenharmony_ci	0x5bf70044, 0x5bf70042, 0x5bf70040, 0x5bf7003e,
19418c2ecf20Sopenharmony_ci	0x5bf7003c, 0x5bf7003b, 0x5bf70039, 0x5bf70037,
19428c2ecf20Sopenharmony_ci	0x5bf70036, 0x5bf70034, 0x5bf70033, 0x5bf70031,
19438c2ecf20Sopenharmony_ci	0x5bf70030, 0x5ba70044, 0x5ba70042, 0x5ba70040,
19448c2ecf20Sopenharmony_ci	0x5ba7003e, 0x5ba7003c, 0x5ba7003b, 0x5ba70039,
19458c2ecf20Sopenharmony_ci	0x5ba70037, 0x5ba70036, 0x5ba70034, 0x5ba70033,
19468c2ecf20Sopenharmony_ci	0x5b770044, 0x5b770042, 0x5b770040, 0x5b77003e,
19478c2ecf20Sopenharmony_ci	0x5b77003c, 0x5b77003b, 0x5b770039, 0x5b770037,
19488c2ecf20Sopenharmony_ci	0x5b770036, 0x5b770034, 0x5b770033, 0x5b770031,
19498c2ecf20Sopenharmony_ci	0x5b770030, 0x5b77002f, 0x5b77002d, 0x5b77002c,
19508c2ecf20Sopenharmony_ci	0x5b470044, 0x5b470042, 0x5b470040, 0x5b47003e,
19518c2ecf20Sopenharmony_ci	0x5b47003c, 0x5b47003b, 0x5b470039, 0x5b470037,
19528c2ecf20Sopenharmony_ci	0x5b470036, 0x5b470034, 0x5b470033, 0x5b470031,
19538c2ecf20Sopenharmony_ci	0x5b470030, 0x5b47002f, 0x5b47002d, 0x5b47002c,
19548c2ecf20Sopenharmony_ci	0x5b47002b, 0x5b47002a, 0x5b270044, 0x5b270042,
19558c2ecf20Sopenharmony_ci	0x5b270040, 0x5b27003e, 0x5b27003c, 0x5b27003b,
19568c2ecf20Sopenharmony_ci	0x5b270039, 0x5b270037, 0x5b270036, 0x5b270034,
19578c2ecf20Sopenharmony_ci	0x5b270033, 0x5b270031, 0x5b270030, 0x5b27002f,
19588c2ecf20Sopenharmony_ci	0x5b170044, 0x5b170042, 0x5b170040, 0x5b17003e,
19598c2ecf20Sopenharmony_ci	0x5b17003c, 0x5b17003b, 0x5b170039, 0x5b170037,
19608c2ecf20Sopenharmony_ci	0x5b170036, 0x5b170034, 0x5b170033, 0x5b170031,
19618c2ecf20Sopenharmony_ci	0x5b170030, 0x5b17002f, 0x5b17002d, 0x5b17002c,
19628c2ecf20Sopenharmony_ci	0x5b17002b, 0x5b17002a, 0x5b170028, 0x5b170027,
19638c2ecf20Sopenharmony_ci	0x5b170026, 0x5b170025, 0x5b170024, 0x5b170023,
19648c2ecf20Sopenharmony_ci	0x5b070044, 0x5b070042, 0x5b070040, 0x5b07003e,
19658c2ecf20Sopenharmony_ci	0x5b07003c, 0x5b07003b, 0x5b070039, 0x5b070037,
19668c2ecf20Sopenharmony_ci	0x5b070036, 0x5b070034, 0x5b070033, 0x5b070031,
19678c2ecf20Sopenharmony_ci	0x5b070030, 0x5b07002f, 0x5b07002d, 0x5b07002c,
19688c2ecf20Sopenharmony_ci	0x5b07002b, 0x5b07002a, 0x5b070028, 0x5b070027,
19698c2ecf20Sopenharmony_ci	0x5b070026, 0x5b070025, 0x5b070024, 0x5b070023,
19708c2ecf20Sopenharmony_ci	0x5b070022, 0x5b070021, 0x5b070020, 0x5b07001f,
19718c2ecf20Sopenharmony_ci	0x5b07001e, 0x5b07001d, 0x5b07001d, 0x5b07001c,
19728c2ecf20Sopenharmony_ci};
19738c2ecf20Sopenharmony_ci
19748c2ecf20Sopenharmony_cistatic const u32 b43_ntab_iqlt0_r3[] = {
19758c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19768c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19778c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19788c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19798c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19808c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19818c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19828c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19838c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19848c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19858c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19868c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19878c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19888c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19898c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19908c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19918c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19928c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19938c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19948c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19958c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19968c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19978c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19988c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
19998c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20008c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20018c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20028c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20038c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20048c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20058c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20068c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20078c2ecf20Sopenharmony_ci};
20088c2ecf20Sopenharmony_ci
20098c2ecf20Sopenharmony_cistatic const u32 b43_ntab_iqlt1_r3[] = {
20108c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20118c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20128c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20138c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20148c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20158c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20168c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20178c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20188c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20198c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20208c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20218c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20228c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20238c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20248c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20258c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20268c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20278c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20288c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20298c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20308c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20318c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20328c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20338c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20348c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20358c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20368c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20378c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20388c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20398c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20408c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20418c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
20428c2ecf20Sopenharmony_ci};
20438c2ecf20Sopenharmony_ci
20448c2ecf20Sopenharmony_cistatic const u16 b43_ntab_loftlt0_r3[] = {
20458c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20468c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20478c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20488c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20498c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20508c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20518c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20528c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20538c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20548c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20558c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20568c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20578c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20588c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20598c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20608c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20618c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20628c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20638c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20648c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20658c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20668c2ecf20Sopenharmony_ci	0x0000, 0x0000,
20678c2ecf20Sopenharmony_ci};
20688c2ecf20Sopenharmony_ci
20698c2ecf20Sopenharmony_cistatic const u16 b43_ntab_loftlt1_r3[] = {
20708c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20718c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20728c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20738c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20748c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20758c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20768c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20778c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20788c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20798c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20808c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20818c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20828c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20838c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20848c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20858c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20868c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20878c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20888c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20898c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20908c2ecf20Sopenharmony_ci	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
20918c2ecf20Sopenharmony_ci	0x0000, 0x0000,
20928c2ecf20Sopenharmony_ci};
20938c2ecf20Sopenharmony_ci
20948c2ecf20Sopenharmony_ci/* volatile  tables, PHY revision >= 3 */
20958c2ecf20Sopenharmony_ci
20968c2ecf20Sopenharmony_ci/* indexed by antswctl2g */
20978c2ecf20Sopenharmony_cistatic const u16 b43_ntab_antswctl_r3[4][32] = {
20988c2ecf20Sopenharmony_ci	{
20998c2ecf20Sopenharmony_ci		0x0082, 0x0082, 0x0211, 0x0222, 0x0328,
21008c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0000, 0x0144, 0x0000,
21018c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0188, 0x0000, 0x0000,
21028c2ecf20Sopenharmony_ci		0x0000, 0x0082, 0x0082, 0x0211, 0x0222,
21038c2ecf20Sopenharmony_ci		0x0328, 0x0000, 0x0000, 0x0000, 0x0144,
21048c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0000, 0x0188, 0x0000,
21058c2ecf20Sopenharmony_ci		0x0000, 0x0000,
21068c2ecf20Sopenharmony_ci	},
21078c2ecf20Sopenharmony_ci	{
21088c2ecf20Sopenharmony_ci		0x0022, 0x0022, 0x0011, 0x0022, 0x0022,
21098c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0000, 0x0011, 0x0000,
21108c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0022, 0x0000, 0x0000,
21118c2ecf20Sopenharmony_ci		0x0000, 0x0022, 0x0022, 0x0011, 0x0022,
21128c2ecf20Sopenharmony_ci		0x0022, 0x0000, 0x0000, 0x0000, 0x0011,
21138c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0000, 0x0022, 0x0000,
21148c2ecf20Sopenharmony_ci		0x0000, 0x0000,
21158c2ecf20Sopenharmony_ci	},
21168c2ecf20Sopenharmony_ci	{
21178c2ecf20Sopenharmony_ci		0x0088, 0x0088, 0x0044, 0x0088, 0x0088,
21188c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0000, 0x0044, 0x0000,
21198c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0088, 0x0000, 0x0000,
21208c2ecf20Sopenharmony_ci		0x0000, 0x0088, 0x0088, 0x0044, 0x0088,
21218c2ecf20Sopenharmony_ci		0x0088, 0x0000, 0x0000, 0x0000, 0x0044,
21228c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0000, 0x0088, 0x0000,
21238c2ecf20Sopenharmony_ci		0x0000, 0x0000,
21248c2ecf20Sopenharmony_ci	},
21258c2ecf20Sopenharmony_ci	{
21268c2ecf20Sopenharmony_ci		0x0022, 0x0022, 0x0011, 0x0022, 0x0000,
21278c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0000, 0x0011, 0x0000,
21288c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0022, 0x0000, 0x0000,
21298c2ecf20Sopenharmony_ci		0x03cc, 0x0022, 0x0022, 0x0011, 0x0022,
21308c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0000, 0x0000, 0x0011,
21318c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0000, 0x0022, 0x0000,
21328c2ecf20Sopenharmony_ci		0x0000, 0x03cc,
21338c2ecf20Sopenharmony_ci	}
21348c2ecf20Sopenharmony_ci};
21358c2ecf20Sopenharmony_ci
21368c2ecf20Sopenharmony_ci/* static tables, PHY revision >= 7 */
21378c2ecf20Sopenharmony_ci
21388c2ecf20Sopenharmony_ci/* Copied from brcmsmac (5.75.11) */
21398c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tmap_r7[] = {
21408c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
21418c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
21428c2ecf20Sopenharmony_ci	0xf1111110, 0x11111111, 0x11f11111, 0x00000111,
21438c2ecf20Sopenharmony_ci	0x11000000, 0x1111f111, 0x11111111, 0x111111f1,
21448c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x000aa888,
21458c2ecf20Sopenharmony_ci	0x88880000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
21468c2ecf20Sopenharmony_ci	0xa1111110, 0x11111111, 0x11c11111, 0x00000111,
21478c2ecf20Sopenharmony_ci	0x11000000, 0x1111a111, 0x11111111, 0x111111a1,
21488c2ecf20Sopenharmony_ci	0xa2222220, 0x22222222, 0x22c22222, 0x00000222,
21498c2ecf20Sopenharmony_ci	0x22000000, 0x2222a222, 0x22222222, 0x222222a2,
21508c2ecf20Sopenharmony_ci	0xf1111110, 0x11111111, 0x11f11111, 0x00011111,
21518c2ecf20Sopenharmony_ci	0x11110000, 0x1111f111, 0x11111111, 0x111111f1,
21528c2ecf20Sopenharmony_ci	0xa8aa88a0, 0xa88888a8, 0xa8a8a88a, 0x00088aaa,
21538c2ecf20Sopenharmony_ci	0xaaaa0000, 0xa8a8aa88, 0xa88aaaaa, 0xaaaa8a8a,
21548c2ecf20Sopenharmony_ci	0xaaa8aaa0, 0x8aaa8aaa, 0xaa8a8a8a, 0x000aaa88,
21558c2ecf20Sopenharmony_ci	0x8aaa0000, 0xaaa8a888, 0x8aa88a8a, 0x8a88a888,
21568c2ecf20Sopenharmony_ci	0x08080a00, 0x0a08080a, 0x080a0a08, 0x00080808,
21578c2ecf20Sopenharmony_ci	0x080a0000, 0x080a0808, 0x080a0808, 0x0a0a0a08,
21588c2ecf20Sopenharmony_ci	0xa0a0a0a0, 0x80a0a080, 0x8080a0a0, 0x00008080,
21598c2ecf20Sopenharmony_ci	0x80a00000, 0x80a080a0, 0xa080a0a0, 0x8080a0a0,
21608c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
21618c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
21628c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
21638c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
21648c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
21658c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
21668c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
21678c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
21688c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
21698c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
21708c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
21718c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
21728c2ecf20Sopenharmony_ci	0x99999000, 0x9b9b99bb, 0x9bb99999, 0x9999b9b9,
21738c2ecf20Sopenharmony_ci	0x9b99bb90, 0x9bbbbb9b, 0x9b9b9bb9, 0x00000999,
21748c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
21758c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00aaa888,
21768c2ecf20Sopenharmony_ci	0x22000000, 0x2222b222, 0x22222222, 0x222222b2,
21778c2ecf20Sopenharmony_ci	0xb2222220, 0x22222222, 0x22d22222, 0x00000222,
21788c2ecf20Sopenharmony_ci	0x11000000, 0x1111a111, 0x11111111, 0x111111a1,
21798c2ecf20Sopenharmony_ci	0xa1111110, 0x11111111, 0x11c11111, 0x00000111,
21808c2ecf20Sopenharmony_ci	0x33000000, 0x3333b333, 0x33333333, 0x333333b3,
21818c2ecf20Sopenharmony_ci	0xb3333330, 0x33333333, 0x33d33333, 0x00000333,
21828c2ecf20Sopenharmony_ci	0x22000000, 0x2222a222, 0x22222222, 0x222222a2,
21838c2ecf20Sopenharmony_ci	0xa2222220, 0x22222222, 0x22c22222, 0x00000222,
21848c2ecf20Sopenharmony_ci	0x99b99b00, 0x9b9b99bb, 0x9bb99999, 0x9999b9b9,
21858c2ecf20Sopenharmony_ci	0x9b99bb99, 0x9bbbbb9b, 0x9b9b9bb9, 0x00000999,
21868c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
21878c2ecf20Sopenharmony_ci	0x8a88aa88, 0x8aaaaa8a, 0x8a8a8aa8, 0x08aaa888,
21888c2ecf20Sopenharmony_ci	0x22222200, 0x2222f222, 0x22222222, 0x222222f2,
21898c2ecf20Sopenharmony_ci	0x22222222, 0x22222222, 0x22f22222, 0x00000222,
21908c2ecf20Sopenharmony_ci	0x11000000, 0x1111f111, 0x11111111, 0x11111111,
21918c2ecf20Sopenharmony_ci	0xf1111111, 0x11111111, 0x11f11111, 0x01111111,
21928c2ecf20Sopenharmony_ci	0xbb9bb900, 0xb9b9bb99, 0xb99bbbbb, 0xbbbb9b9b,
21938c2ecf20Sopenharmony_ci	0xb9bb99bb, 0xb99999b9, 0xb9b9b99b, 0x00000bbb,
21948c2ecf20Sopenharmony_ci	0xaa000000, 0xa8a8aa88, 0xa88aaaaa, 0xaaaa8a8a,
21958c2ecf20Sopenharmony_ci	0xa8aa88aa, 0xa88888a8, 0xa8a8a88a, 0x0a888aaa,
21968c2ecf20Sopenharmony_ci	0xaa000000, 0xa8a8aa88, 0xa88aaaaa, 0xaaaa8a8a,
21978c2ecf20Sopenharmony_ci	0xa8aa88a0, 0xa88888a8, 0xa8a8a88a, 0x00000aaa,
21988c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
21998c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
22008c2ecf20Sopenharmony_ci	0xbbbbbb00, 0x999bbbbb, 0x9bb99b9b, 0xb9b9b9bb,
22018c2ecf20Sopenharmony_ci	0xb9b99bbb, 0xb9b9b9bb, 0xb9bb9b99, 0x00000999,
22028c2ecf20Sopenharmony_ci	0x8a000000, 0xaa88a888, 0xa88888aa, 0xa88a8a88,
22038c2ecf20Sopenharmony_ci	0xa88aa88a, 0x88a8aaaa, 0xa8aa8aaa, 0x0888a88a,
22048c2ecf20Sopenharmony_ci	0x0b0b0b00, 0x090b0b0b, 0x0b090b0b, 0x0909090b,
22058c2ecf20Sopenharmony_ci	0x09090b0b, 0x09090b0b, 0x09090b09, 0x00000909,
22068c2ecf20Sopenharmony_ci	0x0a000000, 0x0a080808, 0x080a080a, 0x080a0a08,
22078c2ecf20Sopenharmony_ci	0x080a080a, 0x0808080a, 0x0a0a0a08, 0x0808080a,
22088c2ecf20Sopenharmony_ci	0xb0b0b000, 0x9090b0b0, 0x90b09090, 0xb0b0b090,
22098c2ecf20Sopenharmony_ci	0xb0b090b0, 0x90b0b0b0, 0xb0b09090, 0x00000090,
22108c2ecf20Sopenharmony_ci	0x80000000, 0xa080a080, 0xa08080a0, 0xa0808080,
22118c2ecf20Sopenharmony_ci	0xa080a080, 0x80a0a0a0, 0xa0a080a0, 0x00a0a0a0,
22128c2ecf20Sopenharmony_ci	0x22000000, 0x2222f222, 0x22222222, 0x222222f2,
22138c2ecf20Sopenharmony_ci	0xf2222220, 0x22222222, 0x22f22222, 0x00000222,
22148c2ecf20Sopenharmony_ci	0x11000000, 0x1111f111, 0x11111111, 0x111111f1,
22158c2ecf20Sopenharmony_ci	0xf1111110, 0x11111111, 0x11f11111, 0x00000111,
22168c2ecf20Sopenharmony_ci	0x33000000, 0x3333f333, 0x33333333, 0x333333f3,
22178c2ecf20Sopenharmony_ci	0xf3333330, 0x33333333, 0x33f33333, 0x00000333,
22188c2ecf20Sopenharmony_ci	0x22000000, 0x2222f222, 0x22222222, 0x222222f2,
22198c2ecf20Sopenharmony_ci	0xf2222220, 0x22222222, 0x22f22222, 0x00000222,
22208c2ecf20Sopenharmony_ci	0x99000000, 0x9b9b99bb, 0x9bb99999, 0x9999b9b9,
22218c2ecf20Sopenharmony_ci	0x9b99bb90, 0x9bbbbb9b, 0x9b9b9bb9, 0x00000999,
22228c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
22238c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
22248c2ecf20Sopenharmony_ci	0x88888000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
22258c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
22268c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
22278c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00aaa888,
22288c2ecf20Sopenharmony_ci	0x88a88a00, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
22298c2ecf20Sopenharmony_ci	0x8a88aa88, 0x8aaaaa8a, 0x8a8a8aa8, 0x000aa888,
22308c2ecf20Sopenharmony_ci	0x88880000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
22318c2ecf20Sopenharmony_ci	0x8a88aa88, 0x8aaaaa8a, 0x8a8a8aa8, 0x08aaa888,
22328c2ecf20Sopenharmony_ci	0x11000000, 0x1111a111, 0x11111111, 0x111111a1,
22338c2ecf20Sopenharmony_ci	0xa1111110, 0x11111111, 0x11c11111, 0x00000111,
22348c2ecf20Sopenharmony_ci	0x11000000, 0x1111a111, 0x11111111, 0x111111a1,
22358c2ecf20Sopenharmony_ci	0xa1111110, 0x11111111, 0x11c11111, 0x00000111,
22368c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
22378c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
22388c2ecf20Sopenharmony_ci	0x88000000, 0x8a8a88aa, 0x8aa88888, 0x8888a8a8,
22398c2ecf20Sopenharmony_ci	0x8a88aa80, 0x8aaaaa8a, 0x8a8a8aa8, 0x00000888,
22408c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
22418c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
22428c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
22438c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
22448c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
22458c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
22468c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
22478c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
22488c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
22498c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
22508c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
22518c2ecf20Sopenharmony_ci	0x00000000, 0x00000000, 0x00000000, 0x00000000,
22528c2ecf20Sopenharmony_ci};
22538c2ecf20Sopenharmony_ci
22548c2ecf20Sopenharmony_ci/* Extracted from MMIO dump of 6.30.223.141 */
22558c2ecf20Sopenharmony_cistatic const u32 b43_ntab_noisevar_r7[] = {
22568c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22578c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22588c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22598c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22608c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22618c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22628c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22638c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22648c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22658c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22668c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22678c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22688c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22698c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22708c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22718c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22728c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22738c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22748c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22758c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22768c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22778c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22788c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22798c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22808c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22818c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22828c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22838c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22848c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22858c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22868c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22878c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22888c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22898c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22908c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22918c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22928c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22938c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22948c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22958c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22968c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22978c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22988c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
22998c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23008c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23018c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23028c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23038c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23048c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23058c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23068c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23078c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23088c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23098c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23108c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23118c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23128c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23138c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23148c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23158c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23168c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23178c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23188c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23198c2ecf20Sopenharmony_ci	0x020c020c, 0x0000014d, 0x020c020c, 0x0000014d,
23208c2ecf20Sopenharmony_ci};
23218c2ecf20Sopenharmony_ci
23228c2ecf20Sopenharmony_ci/**************************************************
23238c2ecf20Sopenharmony_ci * TX gain tables
23248c2ecf20Sopenharmony_ci **************************************************/
23258c2ecf20Sopenharmony_ci
23268c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_rev0_1_2[] = {
23278c2ecf20Sopenharmony_ci	0x03cc2b44, 0x03cc2b42, 0x03cc2a44, 0x03cc2a42,
23288c2ecf20Sopenharmony_ci	0x03cc2944, 0x03c82b44, 0x03c82b42, 0x03c82a44,
23298c2ecf20Sopenharmony_ci	0x03c82a42, 0x03c82944, 0x03c82942, 0x03c82844,
23308c2ecf20Sopenharmony_ci	0x03c82842, 0x03c42b44, 0x03c42b42, 0x03c42a44,
23318c2ecf20Sopenharmony_ci	0x03c42a42, 0x03c42944, 0x03c42942, 0x03c42844,
23328c2ecf20Sopenharmony_ci	0x03c42842, 0x03c42744, 0x03c42742, 0x03c42644,
23338c2ecf20Sopenharmony_ci	0x03c42642, 0x03c42544, 0x03c42542, 0x03c42444,
23348c2ecf20Sopenharmony_ci	0x03c42442, 0x03c02b44, 0x03c02b42, 0x03c02a44,
23358c2ecf20Sopenharmony_ci	0x03c02a42, 0x03c02944, 0x03c02942, 0x03c02844,
23368c2ecf20Sopenharmony_ci	0x03c02842, 0x03c02744, 0x03c02742, 0x03b02b44,
23378c2ecf20Sopenharmony_ci	0x03b02b42, 0x03b02a44, 0x03b02a42, 0x03b02944,
23388c2ecf20Sopenharmony_ci	0x03b02942, 0x03b02844, 0x03b02842, 0x03b02744,
23398c2ecf20Sopenharmony_ci	0x03b02742, 0x03b02644, 0x03b02642, 0x03b02544,
23408c2ecf20Sopenharmony_ci	0x03b02542, 0x03a02b44, 0x03a02b42, 0x03a02a44,
23418c2ecf20Sopenharmony_ci	0x03a02a42, 0x03a02944, 0x03a02942, 0x03a02844,
23428c2ecf20Sopenharmony_ci	0x03a02842, 0x03a02744, 0x03a02742, 0x03902b44,
23438c2ecf20Sopenharmony_ci	0x03902b42, 0x03902a44, 0x03902a42, 0x03902944,
23448c2ecf20Sopenharmony_ci	0x03902942, 0x03902844, 0x03902842, 0x03902744,
23458c2ecf20Sopenharmony_ci	0x03902742, 0x03902644, 0x03902642, 0x03902544,
23468c2ecf20Sopenharmony_ci	0x03902542, 0x03802b44, 0x03802b42, 0x03802a44,
23478c2ecf20Sopenharmony_ci	0x03802a42, 0x03802944, 0x03802942, 0x03802844,
23488c2ecf20Sopenharmony_ci	0x03802842, 0x03802744, 0x03802742, 0x03802644,
23498c2ecf20Sopenharmony_ci	0x03802642, 0x03802544, 0x03802542, 0x03802444,
23508c2ecf20Sopenharmony_ci	0x03802442, 0x03802344, 0x03802342, 0x03802244,
23518c2ecf20Sopenharmony_ci	0x03802242, 0x03802144, 0x03802142, 0x03802044,
23528c2ecf20Sopenharmony_ci	0x03802042, 0x03801f44, 0x03801f42, 0x03801e44,
23538c2ecf20Sopenharmony_ci	0x03801e42, 0x03801d44, 0x03801d42, 0x03801c44,
23548c2ecf20Sopenharmony_ci	0x03801c42, 0x03801b44, 0x03801b42, 0x03801a44,
23558c2ecf20Sopenharmony_ci	0x03801a42, 0x03801944, 0x03801942, 0x03801844,
23568c2ecf20Sopenharmony_ci	0x03801842, 0x03801744, 0x03801742, 0x03801644,
23578c2ecf20Sopenharmony_ci	0x03801642, 0x03801544, 0x03801542, 0x03801444,
23588c2ecf20Sopenharmony_ci	0x03801442, 0x03801344, 0x03801342, 0x00002b00,
23598c2ecf20Sopenharmony_ci};
23608c2ecf20Sopenharmony_ci
23618c2ecf20Sopenharmony_ci/* EPA 2 GHz */
23628c2ecf20Sopenharmony_ci
23638c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_epa_rev3_2g[] = {
23648c2ecf20Sopenharmony_ci	0x1f410044, 0x1f410042, 0x1f410040, 0x1f41003e,
23658c2ecf20Sopenharmony_ci	0x1f41003c, 0x1f41003b, 0x1f410039, 0x1f410037,
23668c2ecf20Sopenharmony_ci	0x1e410044, 0x1e410042, 0x1e410040, 0x1e41003e,
23678c2ecf20Sopenharmony_ci	0x1e41003c, 0x1e41003b, 0x1e410039, 0x1e410037,
23688c2ecf20Sopenharmony_ci	0x1d410044, 0x1d410042, 0x1d410040, 0x1d41003e,
23698c2ecf20Sopenharmony_ci	0x1d41003c, 0x1d41003b, 0x1d410039, 0x1d410037,
23708c2ecf20Sopenharmony_ci	0x1c410044, 0x1c410042, 0x1c410040, 0x1c41003e,
23718c2ecf20Sopenharmony_ci	0x1c41003c, 0x1c41003b, 0x1c410039, 0x1c410037,
23728c2ecf20Sopenharmony_ci	0x1b410044, 0x1b410042, 0x1b410040, 0x1b41003e,
23738c2ecf20Sopenharmony_ci	0x1b41003c, 0x1b41003b, 0x1b410039, 0x1b410037,
23748c2ecf20Sopenharmony_ci	0x1a410044, 0x1a410042, 0x1a410040, 0x1a41003e,
23758c2ecf20Sopenharmony_ci	0x1a41003c, 0x1a41003b, 0x1a410039, 0x1a410037,
23768c2ecf20Sopenharmony_ci	0x19410044, 0x19410042, 0x19410040, 0x1941003e,
23778c2ecf20Sopenharmony_ci	0x1941003c, 0x1941003b, 0x19410039, 0x19410037,
23788c2ecf20Sopenharmony_ci	0x18410044, 0x18410042, 0x18410040, 0x1841003e,
23798c2ecf20Sopenharmony_ci	0x1841003c, 0x1841003b, 0x18410039, 0x18410037,
23808c2ecf20Sopenharmony_ci	0x17410044, 0x17410042, 0x17410040, 0x1741003e,
23818c2ecf20Sopenharmony_ci	0x1741003c, 0x1741003b, 0x17410039, 0x17410037,
23828c2ecf20Sopenharmony_ci	0x16410044, 0x16410042, 0x16410040, 0x1641003e,
23838c2ecf20Sopenharmony_ci	0x1641003c, 0x1641003b, 0x16410039, 0x16410037,
23848c2ecf20Sopenharmony_ci	0x15410044, 0x15410042, 0x15410040, 0x1541003e,
23858c2ecf20Sopenharmony_ci	0x1541003c, 0x1541003b, 0x15410039, 0x15410037,
23868c2ecf20Sopenharmony_ci	0x14410044, 0x14410042, 0x14410040, 0x1441003e,
23878c2ecf20Sopenharmony_ci	0x1441003c, 0x1441003b, 0x14410039, 0x14410037,
23888c2ecf20Sopenharmony_ci	0x13410044, 0x13410042, 0x13410040, 0x1341003e,
23898c2ecf20Sopenharmony_ci	0x1341003c, 0x1341003b, 0x13410039, 0x13410037,
23908c2ecf20Sopenharmony_ci	0x12410044, 0x12410042, 0x12410040, 0x1241003e,
23918c2ecf20Sopenharmony_ci	0x1241003c, 0x1241003b, 0x12410039, 0x12410037,
23928c2ecf20Sopenharmony_ci	0x11410044, 0x11410042, 0x11410040, 0x1141003e,
23938c2ecf20Sopenharmony_ci	0x1141003c, 0x1141003b, 0x11410039, 0x11410037,
23948c2ecf20Sopenharmony_ci	0x10410044, 0x10410042, 0x10410040, 0x1041003e,
23958c2ecf20Sopenharmony_ci	0x1041003c, 0x1041003b, 0x10410039, 0x10410037,
23968c2ecf20Sopenharmony_ci};
23978c2ecf20Sopenharmony_ci
23988c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_epa_rev3_hi_pwr_2g[] = {
23998c2ecf20Sopenharmony_ci	0x0f410044, 0x0f410042, 0x0f410040, 0x0f41003e,
24008c2ecf20Sopenharmony_ci	0x0f41003c, 0x0f41003b, 0x0f410039, 0x0f410037,
24018c2ecf20Sopenharmony_ci	0x0e410044, 0x0e410042, 0x0e410040, 0x0e41003e,
24028c2ecf20Sopenharmony_ci	0x0e41003c, 0x0e41003b, 0x0e410039, 0x0e410037,
24038c2ecf20Sopenharmony_ci	0x0d410044, 0x0d410042, 0x0d410040, 0x0d41003e,
24048c2ecf20Sopenharmony_ci	0x0d41003c, 0x0d41003b, 0x0d410039, 0x0d410037,
24058c2ecf20Sopenharmony_ci	0x0c410044, 0x0c410042, 0x0c410040, 0x0c41003e,
24068c2ecf20Sopenharmony_ci	0x0c41003c, 0x0c41003b, 0x0c410039, 0x0c410037,
24078c2ecf20Sopenharmony_ci	0x0b410044, 0x0b410042, 0x0b410040, 0x0b41003e,
24088c2ecf20Sopenharmony_ci	0x0b41003c, 0x0b41003b, 0x0b410039, 0x0b410037,
24098c2ecf20Sopenharmony_ci	0x0a410044, 0x0a410042, 0x0a410040, 0x0a41003e,
24108c2ecf20Sopenharmony_ci	0x0a41003c, 0x0a41003b, 0x0a410039, 0x0a410037,
24118c2ecf20Sopenharmony_ci	0x09410044, 0x09410042, 0x09410040, 0x0941003e,
24128c2ecf20Sopenharmony_ci	0x0941003c, 0x0941003b, 0x09410039, 0x09410037,
24138c2ecf20Sopenharmony_ci	0x08410044, 0x08410042, 0x08410040, 0x0841003e,
24148c2ecf20Sopenharmony_ci	0x0841003c, 0x0841003b, 0x08410039, 0x08410037,
24158c2ecf20Sopenharmony_ci	0x07410044, 0x07410042, 0x07410040, 0x0741003e,
24168c2ecf20Sopenharmony_ci	0x0741003c, 0x0741003b, 0x07410039, 0x07410037,
24178c2ecf20Sopenharmony_ci	0x06410044, 0x06410042, 0x06410040, 0x0641003e,
24188c2ecf20Sopenharmony_ci	0x0641003c, 0x0641003b, 0x06410039, 0x06410037,
24198c2ecf20Sopenharmony_ci	0x05410044, 0x05410042, 0x05410040, 0x0541003e,
24208c2ecf20Sopenharmony_ci	0x0541003c, 0x0541003b, 0x05410039, 0x05410037,
24218c2ecf20Sopenharmony_ci	0x04410044, 0x04410042, 0x04410040, 0x0441003e,
24228c2ecf20Sopenharmony_ci	0x0441003c, 0x0441003b, 0x04410039, 0x04410037,
24238c2ecf20Sopenharmony_ci	0x03410044, 0x03410042, 0x03410040, 0x0341003e,
24248c2ecf20Sopenharmony_ci	0x0341003c, 0x0341003b, 0x03410039, 0x03410037,
24258c2ecf20Sopenharmony_ci	0x02410044, 0x02410042, 0x02410040, 0x0241003e,
24268c2ecf20Sopenharmony_ci	0x0241003c, 0x0241003b, 0x02410039, 0x02410037,
24278c2ecf20Sopenharmony_ci	0x01410044, 0x01410042, 0x01410040, 0x0141003e,
24288c2ecf20Sopenharmony_ci	0x0141003c, 0x0141003b, 0x01410039, 0x01410037,
24298c2ecf20Sopenharmony_ci	0x00410044, 0x00410042, 0x00410040, 0x0041003e,
24308c2ecf20Sopenharmony_ci	0x0041003c, 0x0041003b, 0x00410039, 0x00410037
24318c2ecf20Sopenharmony_ci};
24328c2ecf20Sopenharmony_ci
24338c2ecf20Sopenharmony_ci/* EPA 5 GHz */
24348c2ecf20Sopenharmony_ci
24358c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_epa_rev3_5g[] = {
24368c2ecf20Sopenharmony_ci	0xcff70044, 0xcff70042, 0xcff70040, 0xcff7003e,
24378c2ecf20Sopenharmony_ci	0xcff7003c, 0xcff7003b, 0xcff70039, 0xcff70037,
24388c2ecf20Sopenharmony_ci	0xcef70044, 0xcef70042, 0xcef70040, 0xcef7003e,
24398c2ecf20Sopenharmony_ci	0xcef7003c, 0xcef7003b, 0xcef70039, 0xcef70037,
24408c2ecf20Sopenharmony_ci	0xcdf70044, 0xcdf70042, 0xcdf70040, 0xcdf7003e,
24418c2ecf20Sopenharmony_ci	0xcdf7003c, 0xcdf7003b, 0xcdf70039, 0xcdf70037,
24428c2ecf20Sopenharmony_ci	0xccf70044, 0xccf70042, 0xccf70040, 0xccf7003e,
24438c2ecf20Sopenharmony_ci	0xccf7003c, 0xccf7003b, 0xccf70039, 0xccf70037,
24448c2ecf20Sopenharmony_ci	0xcbf70044, 0xcbf70042, 0xcbf70040, 0xcbf7003e,
24458c2ecf20Sopenharmony_ci	0xcbf7003c, 0xcbf7003b, 0xcbf70039, 0xcbf70037,
24468c2ecf20Sopenharmony_ci	0xcaf70044, 0xcaf70042, 0xcaf70040, 0xcaf7003e,
24478c2ecf20Sopenharmony_ci	0xcaf7003c, 0xcaf7003b, 0xcaf70039, 0xcaf70037,
24488c2ecf20Sopenharmony_ci	0xc9f70044, 0xc9f70042, 0xc9f70040, 0xc9f7003e,
24498c2ecf20Sopenharmony_ci	0xc9f7003c, 0xc9f7003b, 0xc9f70039, 0xc9f70037,
24508c2ecf20Sopenharmony_ci	0xc8f70044, 0xc8f70042, 0xc8f70040, 0xc8f7003e,
24518c2ecf20Sopenharmony_ci	0xc8f7003c, 0xc8f7003b, 0xc8f70039, 0xc8f70037,
24528c2ecf20Sopenharmony_ci	0xc7f70044, 0xc7f70042, 0xc7f70040, 0xc7f7003e,
24538c2ecf20Sopenharmony_ci	0xc7f7003c, 0xc7f7003b, 0xc7f70039, 0xc7f70037,
24548c2ecf20Sopenharmony_ci	0xc6f70044, 0xc6f70042, 0xc6f70040, 0xc6f7003e,
24558c2ecf20Sopenharmony_ci	0xc6f7003c, 0xc6f7003b, 0xc6f70039, 0xc6f70037,
24568c2ecf20Sopenharmony_ci	0xc5f70044, 0xc5f70042, 0xc5f70040, 0xc5f7003e,
24578c2ecf20Sopenharmony_ci	0xc5f7003c, 0xc5f7003b, 0xc5f70039, 0xc5f70037,
24588c2ecf20Sopenharmony_ci	0xc4f70044, 0xc4f70042, 0xc4f70040, 0xc4f7003e,
24598c2ecf20Sopenharmony_ci	0xc4f7003c, 0xc4f7003b, 0xc4f70039, 0xc4f70037,
24608c2ecf20Sopenharmony_ci	0xc3f70044, 0xc3f70042, 0xc3f70040, 0xc3f7003e,
24618c2ecf20Sopenharmony_ci	0xc3f7003c, 0xc3f7003b, 0xc3f70039, 0xc3f70037,
24628c2ecf20Sopenharmony_ci	0xc2f70044, 0xc2f70042, 0xc2f70040, 0xc2f7003e,
24638c2ecf20Sopenharmony_ci	0xc2f7003c, 0xc2f7003b, 0xc2f70039, 0xc2f70037,
24648c2ecf20Sopenharmony_ci	0xc1f70044, 0xc1f70042, 0xc1f70040, 0xc1f7003e,
24658c2ecf20Sopenharmony_ci	0xc1f7003c, 0xc1f7003b, 0xc1f70039, 0xc1f70037,
24668c2ecf20Sopenharmony_ci	0xc0f70044, 0xc0f70042, 0xc0f70040, 0xc0f7003e,
24678c2ecf20Sopenharmony_ci	0xc0f7003c, 0xc0f7003b, 0xc0f70039, 0xc0f70037,
24688c2ecf20Sopenharmony_ci};
24698c2ecf20Sopenharmony_ci
24708c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_epa_rev4_5g[] = {
24718c2ecf20Sopenharmony_ci	0x2ff20044, 0x2ff20042, 0x2ff20040, 0x2ff2003e,
24728c2ecf20Sopenharmony_ci	0x2ff2003c, 0x2ff2003b, 0x2ff20039, 0x2ff20037,
24738c2ecf20Sopenharmony_ci	0x2ef20044, 0x2ef20042, 0x2ef20040, 0x2ef2003e,
24748c2ecf20Sopenharmony_ci	0x2ef2003c, 0x2ef2003b, 0x2ef20039, 0x2ef20037,
24758c2ecf20Sopenharmony_ci	0x2df20044, 0x2df20042, 0x2df20040, 0x2df2003e,
24768c2ecf20Sopenharmony_ci	0x2df2003c, 0x2df2003b, 0x2df20039, 0x2df20037,
24778c2ecf20Sopenharmony_ci	0x2cf20044, 0x2cf20042, 0x2cf20040, 0x2cf2003e,
24788c2ecf20Sopenharmony_ci	0x2cf2003c, 0x2cf2003b, 0x2cf20039, 0x2cf20037,
24798c2ecf20Sopenharmony_ci	0x2bf20044, 0x2bf20042, 0x2bf20040, 0x2bf2003e,
24808c2ecf20Sopenharmony_ci	0x2bf2003c, 0x2bf2003b, 0x2bf20039, 0x2bf20037,
24818c2ecf20Sopenharmony_ci	0x2af20044, 0x2af20042, 0x2af20040, 0x2af2003e,
24828c2ecf20Sopenharmony_ci	0x2af2003c, 0x2af2003b, 0x2af20039, 0x2af20037,
24838c2ecf20Sopenharmony_ci	0x29f20044, 0x29f20042, 0x29f20040, 0x29f2003e,
24848c2ecf20Sopenharmony_ci	0x29f2003c, 0x29f2003b, 0x29f20039, 0x29f20037,
24858c2ecf20Sopenharmony_ci	0x28f20044, 0x28f20042, 0x28f20040, 0x28f2003e,
24868c2ecf20Sopenharmony_ci	0x28f2003c, 0x28f2003b, 0x28f20039, 0x28f20037,
24878c2ecf20Sopenharmony_ci	0x27f20044, 0x27f20042, 0x27f20040, 0x27f2003e,
24888c2ecf20Sopenharmony_ci	0x27f2003c, 0x27f2003b, 0x27f20039, 0x27f20037,
24898c2ecf20Sopenharmony_ci	0x26f20044, 0x26f20042, 0x26f20040, 0x26f2003e,
24908c2ecf20Sopenharmony_ci	0x26f2003c, 0x26f2003b, 0x26f20039, 0x26f20037,
24918c2ecf20Sopenharmony_ci	0x25f20044, 0x25f20042, 0x25f20040, 0x25f2003e,
24928c2ecf20Sopenharmony_ci	0x25f2003c, 0x25f2003b, 0x25f20039, 0x25f20037,
24938c2ecf20Sopenharmony_ci	0x24f20044, 0x24f20042, 0x24f20040, 0x24f2003e,
24948c2ecf20Sopenharmony_ci	0x24f2003c, 0x24f2003b, 0x24f20039, 0x24f20038,
24958c2ecf20Sopenharmony_ci	0x23f20041, 0x23f20040, 0x23f2003f, 0x23f2003e,
24968c2ecf20Sopenharmony_ci	0x23f2003c, 0x23f2003b, 0x23f20039, 0x23f20037,
24978c2ecf20Sopenharmony_ci	0x22f20044, 0x22f20042, 0x22f20040, 0x22f2003e,
24988c2ecf20Sopenharmony_ci	0x22f2003c, 0x22f2003b, 0x22f20039, 0x22f20037,
24998c2ecf20Sopenharmony_ci	0x21f20044, 0x21f20042, 0x21f20040, 0x21f2003e,
25008c2ecf20Sopenharmony_ci	0x21f2003c, 0x21f2003b, 0x21f20039, 0x21f20037,
25018c2ecf20Sopenharmony_ci	0x20d20043, 0x20d20041, 0x20d2003e, 0x20d2003c,
25028c2ecf20Sopenharmony_ci	0x20d2003a, 0x20d20038, 0x20d20036, 0x20d20034,
25038c2ecf20Sopenharmony_ci};
25048c2ecf20Sopenharmony_ci
25058c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_epa_rev4_hi_pwr_5g[] = {
25068c2ecf20Sopenharmony_ci	0x2ff10044, 0x2ff10042, 0x2ff10040, 0x2ff1003e,
25078c2ecf20Sopenharmony_ci	0x2ff1003c, 0x2ff1003b, 0x2ff10039, 0x2ff10037,
25088c2ecf20Sopenharmony_ci	0x2ef10044, 0x2ef10042, 0x2ef10040, 0x2ef1003e,
25098c2ecf20Sopenharmony_ci	0x2ef1003c, 0x2ef1003b, 0x2ef10039, 0x2ef10037,
25108c2ecf20Sopenharmony_ci	0x2df10044, 0x2df10042, 0x2df10040, 0x2df1003e,
25118c2ecf20Sopenharmony_ci	0x2df1003c, 0x2df1003b, 0x2df10039, 0x2df10037,
25128c2ecf20Sopenharmony_ci	0x2cf10044, 0x2cf10042, 0x2cf10040, 0x2cf1003e,
25138c2ecf20Sopenharmony_ci	0x2cf1003c, 0x2cf1003b, 0x2cf10039, 0x2cf10037,
25148c2ecf20Sopenharmony_ci	0x2bf10044, 0x2bf10042, 0x2bf10040, 0x2bf1003e,
25158c2ecf20Sopenharmony_ci	0x2bf1003c, 0x2bf1003b, 0x2bf10039, 0x2bf10037,
25168c2ecf20Sopenharmony_ci	0x2af10044, 0x2af10042, 0x2af10040, 0x2af1003e,
25178c2ecf20Sopenharmony_ci	0x2af1003c, 0x2af1003b, 0x2af10039, 0x2af10037,
25188c2ecf20Sopenharmony_ci	0x29f10044, 0x29f10042, 0x29f10040, 0x29f1003e,
25198c2ecf20Sopenharmony_ci	0x29f1003c, 0x29f1003b, 0x29f10039, 0x29f10037,
25208c2ecf20Sopenharmony_ci	0x28f10044, 0x28f10042, 0x28f10040, 0x28f1003e,
25218c2ecf20Sopenharmony_ci	0x28f1003c, 0x28f1003b, 0x28f10039, 0x28f10037,
25228c2ecf20Sopenharmony_ci	0x27f10044, 0x27f10042, 0x27f10040, 0x27f1003e,
25238c2ecf20Sopenharmony_ci	0x27f1003c, 0x27f1003b, 0x27f10039, 0x27f10037,
25248c2ecf20Sopenharmony_ci	0x26f10044, 0x26f10042, 0x26f10040, 0x26f1003e,
25258c2ecf20Sopenharmony_ci	0x26f1003c, 0x26f1003b, 0x26f10039, 0x26f10037,
25268c2ecf20Sopenharmony_ci	0x25f10044, 0x25f10042, 0x25f10040, 0x25f1003e,
25278c2ecf20Sopenharmony_ci	0x25f1003c, 0x25f1003b, 0x25f10039, 0x25f10037,
25288c2ecf20Sopenharmony_ci	0x24f10044, 0x24f10042, 0x24f10040, 0x24f1003e,
25298c2ecf20Sopenharmony_ci	0x24f1003c, 0x24f1003b, 0x24f10039, 0x24f10038,
25308c2ecf20Sopenharmony_ci	0x23f10041, 0x23f10040, 0x23f1003f, 0x23f1003e,
25318c2ecf20Sopenharmony_ci	0x23f1003c, 0x23f1003b, 0x23f10039, 0x23f10037,
25328c2ecf20Sopenharmony_ci	0x22f10044, 0x22f10042, 0x22f10040, 0x22f1003e,
25338c2ecf20Sopenharmony_ci	0x22f1003c, 0x22f1003b, 0x22f10039, 0x22f10037,
25348c2ecf20Sopenharmony_ci	0x21f10044, 0x21f10042, 0x21f10040, 0x21f1003e,
25358c2ecf20Sopenharmony_ci	0x21f1003c, 0x21f1003b, 0x21f10039, 0x21f10037,
25368c2ecf20Sopenharmony_ci	0x20d10043, 0x20d10041, 0x20d1003e, 0x20d1003c,
25378c2ecf20Sopenharmony_ci	0x20d1003a, 0x20d10038, 0x20d10036, 0x20d10034
25388c2ecf20Sopenharmony_ci};
25398c2ecf20Sopenharmony_ci
25408c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_epa_rev5_5g[] = {
25418c2ecf20Sopenharmony_ci	0x0f62004a, 0x0f620048, 0x0f620046, 0x0f620044,
25428c2ecf20Sopenharmony_ci	0x0f620042, 0x0f620040, 0x0f62003e, 0x0f62003c,
25438c2ecf20Sopenharmony_ci	0x0e620044, 0x0e620042, 0x0e620040, 0x0e62003e,
25448c2ecf20Sopenharmony_ci	0x0e62003c, 0x0e62003d, 0x0e62003b, 0x0e62003a,
25458c2ecf20Sopenharmony_ci	0x0d620043, 0x0d620041, 0x0d620040, 0x0d62003e,
25468c2ecf20Sopenharmony_ci	0x0d62003d, 0x0d62003c, 0x0d62003b, 0x0d62003a,
25478c2ecf20Sopenharmony_ci	0x0c620041, 0x0c620040, 0x0c62003f, 0x0c62003e,
25488c2ecf20Sopenharmony_ci	0x0c62003c, 0x0c62003b, 0x0c620039, 0x0c620037,
25498c2ecf20Sopenharmony_ci	0x0b620046, 0x0b620044, 0x0b620042, 0x0b620040,
25508c2ecf20Sopenharmony_ci	0x0b62003e, 0x0b62003c, 0x0b62003b, 0x0b62003a,
25518c2ecf20Sopenharmony_ci	0x0a620041, 0x0a620040, 0x0a62003e, 0x0a62003c,
25528c2ecf20Sopenharmony_ci	0x0a62003b, 0x0a62003a, 0x0a620039, 0x0a620038,
25538c2ecf20Sopenharmony_ci	0x0962003e, 0x0962003d, 0x0962003c, 0x0962003b,
25548c2ecf20Sopenharmony_ci	0x09620039, 0x09620037, 0x09620035, 0x09620033,
25558c2ecf20Sopenharmony_ci	0x08620044, 0x08620042, 0x08620040, 0x0862003e,
25568c2ecf20Sopenharmony_ci	0x0862003c, 0x0862003b, 0x0862003a, 0x08620039,
25578c2ecf20Sopenharmony_ci	0x07620043, 0x07620042, 0x07620040, 0x0762003f,
25588c2ecf20Sopenharmony_ci	0x0762003d, 0x0762003b, 0x0762003a, 0x07620039,
25598c2ecf20Sopenharmony_ci	0x0662003e, 0x0662003d, 0x0662003c, 0x0662003b,
25608c2ecf20Sopenharmony_ci	0x06620039, 0x06620037, 0x06620035, 0x06620033,
25618c2ecf20Sopenharmony_ci	0x05620046, 0x05620044, 0x05620042, 0x05620040,
25628c2ecf20Sopenharmony_ci	0x0562003e, 0x0562003c, 0x0562003b, 0x05620039,
25638c2ecf20Sopenharmony_ci	0x04620044, 0x04620042, 0x04620040, 0x0462003e,
25648c2ecf20Sopenharmony_ci	0x0462003c, 0x0462003b, 0x04620039, 0x04620038,
25658c2ecf20Sopenharmony_ci	0x0362003c, 0x0362003b, 0x0362003a, 0x03620039,
25668c2ecf20Sopenharmony_ci	0x03620038, 0x03620037, 0x03620035, 0x03620033,
25678c2ecf20Sopenharmony_ci	0x0262004c, 0x0262004a, 0x02620048, 0x02620047,
25688c2ecf20Sopenharmony_ci	0x02620046, 0x02620044, 0x02620043, 0x02620042,
25698c2ecf20Sopenharmony_ci	0x0162004a, 0x01620048, 0x01620046, 0x01620044,
25708c2ecf20Sopenharmony_ci	0x01620043, 0x01620042, 0x01620041, 0x01620040,
25718c2ecf20Sopenharmony_ci	0x00620042, 0x00620040, 0x0062003e, 0x0062003c,
25728c2ecf20Sopenharmony_ci	0x0062003b, 0x00620039, 0x00620037, 0x00620035,
25738c2ecf20Sopenharmony_ci};
25748c2ecf20Sopenharmony_ci
25758c2ecf20Sopenharmony_ci/* IPA 2 GHz */
25768c2ecf20Sopenharmony_ci
25778c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_ipa_rev3_2g[] = {
25788c2ecf20Sopenharmony_ci	0x5ff7002d, 0x5ff7002b, 0x5ff7002a, 0x5ff70029,
25798c2ecf20Sopenharmony_ci	0x5ff70028, 0x5ff70027, 0x5ff70026, 0x5ff70025,
25808c2ecf20Sopenharmony_ci	0x5ef7002d, 0x5ef7002b, 0x5ef7002a, 0x5ef70029,
25818c2ecf20Sopenharmony_ci	0x5ef70028, 0x5ef70027, 0x5ef70026, 0x5ef70025,
25828c2ecf20Sopenharmony_ci	0x5df7002d, 0x5df7002b, 0x5df7002a, 0x5df70029,
25838c2ecf20Sopenharmony_ci	0x5df70028, 0x5df70027, 0x5df70026, 0x5df70025,
25848c2ecf20Sopenharmony_ci	0x5cf7002d, 0x5cf7002b, 0x5cf7002a, 0x5cf70029,
25858c2ecf20Sopenharmony_ci	0x5cf70028, 0x5cf70027, 0x5cf70026, 0x5cf70025,
25868c2ecf20Sopenharmony_ci	0x5bf7002d, 0x5bf7002b, 0x5bf7002a, 0x5bf70029,
25878c2ecf20Sopenharmony_ci	0x5bf70028, 0x5bf70027, 0x5bf70026, 0x5bf70025,
25888c2ecf20Sopenharmony_ci	0x5af7002d, 0x5af7002b, 0x5af7002a, 0x5af70029,
25898c2ecf20Sopenharmony_ci	0x5af70028, 0x5af70027, 0x5af70026, 0x5af70025,
25908c2ecf20Sopenharmony_ci	0x59f7002d, 0x59f7002b, 0x59f7002a, 0x59f70029,
25918c2ecf20Sopenharmony_ci	0x59f70028, 0x59f70027, 0x59f70026, 0x59f70025,
25928c2ecf20Sopenharmony_ci	0x58f7002d, 0x58f7002b, 0x58f7002a, 0x58f70029,
25938c2ecf20Sopenharmony_ci	0x58f70028, 0x58f70027, 0x58f70026, 0x58f70025,
25948c2ecf20Sopenharmony_ci	0x57f7002d, 0x57f7002b, 0x57f7002a, 0x57f70029,
25958c2ecf20Sopenharmony_ci	0x57f70028, 0x57f70027, 0x57f70026, 0x57f70025,
25968c2ecf20Sopenharmony_ci	0x56f7002d, 0x56f7002b, 0x56f7002a, 0x56f70029,
25978c2ecf20Sopenharmony_ci	0x56f70028, 0x56f70027, 0x56f70026, 0x56f70025,
25988c2ecf20Sopenharmony_ci	0x55f7002d, 0x55f7002b, 0x55f7002a, 0x55f70029,
25998c2ecf20Sopenharmony_ci	0x55f70028, 0x55f70027, 0x55f70026, 0x55f70025,
26008c2ecf20Sopenharmony_ci	0x54f7002d, 0x54f7002b, 0x54f7002a, 0x54f70029,
26018c2ecf20Sopenharmony_ci	0x54f70028, 0x54f70027, 0x54f70026, 0x54f70025,
26028c2ecf20Sopenharmony_ci	0x53f7002d, 0x53f7002b, 0x53f7002a, 0x53f70029,
26038c2ecf20Sopenharmony_ci	0x53f70028, 0x53f70027, 0x53f70026, 0x53f70025,
26048c2ecf20Sopenharmony_ci	0x52f7002d, 0x52f7002b, 0x52f7002a, 0x52f70029,
26058c2ecf20Sopenharmony_ci	0x52f70028, 0x52f70027, 0x52f70026, 0x52f70025,
26068c2ecf20Sopenharmony_ci	0x51f7002d, 0x51f7002b, 0x51f7002a, 0x51f70029,
26078c2ecf20Sopenharmony_ci	0x51f70028, 0x51f70027, 0x51f70026, 0x51f70025,
26088c2ecf20Sopenharmony_ci	0x50f7002d, 0x50f7002b, 0x50f7002a, 0x50f70029,
26098c2ecf20Sopenharmony_ci	0x50f70028, 0x50f70027, 0x50f70026, 0x50f70025,
26108c2ecf20Sopenharmony_ci};
26118c2ecf20Sopenharmony_ci
26128c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_ipa_rev5_2g[] = {
26138c2ecf20Sopenharmony_ci	0x1ff7002d, 0x1ff7002b, 0x1ff7002a, 0x1ff70029,
26148c2ecf20Sopenharmony_ci	0x1ff70028, 0x1ff70027, 0x1ff70026, 0x1ff70025,
26158c2ecf20Sopenharmony_ci	0x1ef7002d, 0x1ef7002b, 0x1ef7002a, 0x1ef70029,
26168c2ecf20Sopenharmony_ci	0x1ef70028, 0x1ef70027, 0x1ef70026, 0x1ef70025,
26178c2ecf20Sopenharmony_ci	0x1df7002d, 0x1df7002b, 0x1df7002a, 0x1df70029,
26188c2ecf20Sopenharmony_ci	0x1df70028, 0x1df70027, 0x1df70026, 0x1df70025,
26198c2ecf20Sopenharmony_ci	0x1cf7002d, 0x1cf7002b, 0x1cf7002a, 0x1cf70029,
26208c2ecf20Sopenharmony_ci	0x1cf70028, 0x1cf70027, 0x1cf70026, 0x1cf70025,
26218c2ecf20Sopenharmony_ci	0x1bf7002d, 0x1bf7002b, 0x1bf7002a, 0x1bf70029,
26228c2ecf20Sopenharmony_ci	0x1bf70028, 0x1bf70027, 0x1bf70026, 0x1bf70025,
26238c2ecf20Sopenharmony_ci	0x1af7002d, 0x1af7002b, 0x1af7002a, 0x1af70029,
26248c2ecf20Sopenharmony_ci	0x1af70028, 0x1af70027, 0x1af70026, 0x1af70025,
26258c2ecf20Sopenharmony_ci	0x19f7002d, 0x19f7002b, 0x19f7002a, 0x19f70029,
26268c2ecf20Sopenharmony_ci	0x19f70028, 0x19f70027, 0x19f70026, 0x19f70025,
26278c2ecf20Sopenharmony_ci	0x18f7002d, 0x18f7002b, 0x18f7002a, 0x18f70029,
26288c2ecf20Sopenharmony_ci	0x18f70028, 0x18f70027, 0x18f70026, 0x18f70025,
26298c2ecf20Sopenharmony_ci	0x17f7002d, 0x17f7002b, 0x17f7002a, 0x17f70029,
26308c2ecf20Sopenharmony_ci	0x17f70028, 0x17f70027, 0x17f70026, 0x17f70025,
26318c2ecf20Sopenharmony_ci	0x16f7002d, 0x16f7002b, 0x16f7002a, 0x16f70029,
26328c2ecf20Sopenharmony_ci	0x16f70028, 0x16f70027, 0x16f70026, 0x16f70025,
26338c2ecf20Sopenharmony_ci	0x15f7002d, 0x15f7002b, 0x15f7002a, 0x15f70029,
26348c2ecf20Sopenharmony_ci	0x15f70028, 0x15f70027, 0x15f70026, 0x15f70025,
26358c2ecf20Sopenharmony_ci	0x14f7002d, 0x14f7002b, 0x14f7002a, 0x14f70029,
26368c2ecf20Sopenharmony_ci	0x14f70028, 0x14f70027, 0x14f70026, 0x14f70025,
26378c2ecf20Sopenharmony_ci	0x13f7002d, 0x13f7002b, 0x13f7002a, 0x13f70029,
26388c2ecf20Sopenharmony_ci	0x13f70028, 0x13f70027, 0x13f70026, 0x13f70025,
26398c2ecf20Sopenharmony_ci	0x12f7002d, 0x12f7002b, 0x12f7002a, 0x12f70029,
26408c2ecf20Sopenharmony_ci	0x12f70028, 0x12f70027, 0x12f70026, 0x12f70025,
26418c2ecf20Sopenharmony_ci	0x11f7002d, 0x11f7002b, 0x11f7002a, 0x11f70029,
26428c2ecf20Sopenharmony_ci	0x11f70028, 0x11f70027, 0x11f70026, 0x11f70025,
26438c2ecf20Sopenharmony_ci	0x10f7002d, 0x10f7002b, 0x10f7002a, 0x10f70029,
26448c2ecf20Sopenharmony_ci	0x10f70028, 0x10f70027, 0x10f70026, 0x10f70025,
26458c2ecf20Sopenharmony_ci};
26468c2ecf20Sopenharmony_ci
26478c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_ipa_rev6_2g[] = {
26488c2ecf20Sopenharmony_ci	0x0ff7002d, 0x0ff7002b, 0x0ff7002a, 0x0ff70029,
26498c2ecf20Sopenharmony_ci	0x0ff70028, 0x0ff70027, 0x0ff70026, 0x0ff70025,
26508c2ecf20Sopenharmony_ci	0x0ef7002d, 0x0ef7002b, 0x0ef7002a, 0x0ef70029,
26518c2ecf20Sopenharmony_ci	0x0ef70028, 0x0ef70027, 0x0ef70026, 0x0ef70025,
26528c2ecf20Sopenharmony_ci	0x0df7002d, 0x0df7002b, 0x0df7002a, 0x0df70029,
26538c2ecf20Sopenharmony_ci	0x0df70028, 0x0df70027, 0x0df70026, 0x0df70025,
26548c2ecf20Sopenharmony_ci	0x0cf7002d, 0x0cf7002b, 0x0cf7002a, 0x0cf70029,
26558c2ecf20Sopenharmony_ci	0x0cf70028, 0x0cf70027, 0x0cf70026, 0x0cf70025,
26568c2ecf20Sopenharmony_ci	0x0bf7002d, 0x0bf7002b, 0x0bf7002a, 0x0bf70029,
26578c2ecf20Sopenharmony_ci	0x0bf70028, 0x0bf70027, 0x0bf70026, 0x0bf70025,
26588c2ecf20Sopenharmony_ci	0x0af7002d, 0x0af7002b, 0x0af7002a, 0x0af70029,
26598c2ecf20Sopenharmony_ci	0x0af70028, 0x0af70027, 0x0af70026, 0x0af70025,
26608c2ecf20Sopenharmony_ci	0x09f7002d, 0x09f7002b, 0x09f7002a, 0x09f70029,
26618c2ecf20Sopenharmony_ci	0x09f70028, 0x09f70027, 0x09f70026, 0x09f70025,
26628c2ecf20Sopenharmony_ci	0x08f7002d, 0x08f7002b, 0x08f7002a, 0x08f70029,
26638c2ecf20Sopenharmony_ci	0x08f70028, 0x08f70027, 0x08f70026, 0x08f70025,
26648c2ecf20Sopenharmony_ci	0x07f7002d, 0x07f7002b, 0x07f7002a, 0x07f70029,
26658c2ecf20Sopenharmony_ci	0x07f70028, 0x07f70027, 0x07f70026, 0x07f70025,
26668c2ecf20Sopenharmony_ci	0x06f7002d, 0x06f7002b, 0x06f7002a, 0x06f70029,
26678c2ecf20Sopenharmony_ci	0x06f70028, 0x06f70027, 0x06f70026, 0x06f70025,
26688c2ecf20Sopenharmony_ci	0x05f7002d, 0x05f7002b, 0x05f7002a, 0x05f70029,
26698c2ecf20Sopenharmony_ci	0x05f70028, 0x05f70027, 0x05f70026, 0x05f70025,
26708c2ecf20Sopenharmony_ci	0x04f7002d, 0x04f7002b, 0x04f7002a, 0x04f70029,
26718c2ecf20Sopenharmony_ci	0x04f70028, 0x04f70027, 0x04f70026, 0x04f70025,
26728c2ecf20Sopenharmony_ci	0x03f7002d, 0x03f7002b, 0x03f7002a, 0x03f70029,
26738c2ecf20Sopenharmony_ci	0x03f70028, 0x03f70027, 0x03f70026, 0x03f70025,
26748c2ecf20Sopenharmony_ci	0x02f7002d, 0x02f7002b, 0x02f7002a, 0x02f70029,
26758c2ecf20Sopenharmony_ci	0x02f70028, 0x02f70027, 0x02f70026, 0x02f70025,
26768c2ecf20Sopenharmony_ci	0x01f7002d, 0x01f7002b, 0x01f7002a, 0x01f70029,
26778c2ecf20Sopenharmony_ci	0x01f70028, 0x01f70027, 0x01f70026, 0x01f70025,
26788c2ecf20Sopenharmony_ci	0x00f7002d, 0x00f7002b, 0x00f7002a, 0x00f70029,
26798c2ecf20Sopenharmony_ci	0x00f70028, 0x00f70027, 0x00f70026, 0x00f70025,
26808c2ecf20Sopenharmony_ci};
26818c2ecf20Sopenharmony_ci
26828c2ecf20Sopenharmony_ci/* Copied from brcmsmac (5.75.11): nphy_tpc_txgain_ipa_2g_2057rev5 */
26838c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_ipa_2057_rev5_2g[] = {
26848c2ecf20Sopenharmony_ci	0x30ff0031, 0x30e70031, 0x30e7002e, 0x30cf002e,
26858c2ecf20Sopenharmony_ci	0x30bf002e, 0x30af002e, 0x309f002f, 0x307f0033,
26868c2ecf20Sopenharmony_ci	0x307f0031, 0x307f002e, 0x3077002e, 0x306f002e,
26878c2ecf20Sopenharmony_ci	0x3067002e, 0x305f002f, 0x30570030, 0x3057002d,
26888c2ecf20Sopenharmony_ci	0x304f002e, 0x30470031, 0x3047002e, 0x3047002c,
26898c2ecf20Sopenharmony_ci	0x30470029, 0x303f002c, 0x303f0029, 0x3037002d,
26908c2ecf20Sopenharmony_ci	0x3037002a, 0x30370028, 0x302f002c, 0x302f002a,
26918c2ecf20Sopenharmony_ci	0x302f0028, 0x302f0026, 0x3027002c, 0x30270029,
26928c2ecf20Sopenharmony_ci	0x30270027, 0x30270025, 0x30270023, 0x301f002c,
26938c2ecf20Sopenharmony_ci	0x301f002a, 0x301f0028, 0x301f0025, 0x301f0024,
26948c2ecf20Sopenharmony_ci	0x301f0022, 0x301f001f, 0x3017002d, 0x3017002b,
26958c2ecf20Sopenharmony_ci	0x30170028, 0x30170026, 0x30170024, 0x30170022,
26968c2ecf20Sopenharmony_ci	0x30170020, 0x3017001e, 0x3017001d, 0x3017001b,
26978c2ecf20Sopenharmony_ci	0x3017001a, 0x30170018, 0x30170017, 0x30170015,
26988c2ecf20Sopenharmony_ci	0x300f002c, 0x300f0029, 0x300f0027, 0x300f0024,
26998c2ecf20Sopenharmony_ci	0x300f0022, 0x300f0021, 0x300f001f, 0x300f001d,
27008c2ecf20Sopenharmony_ci	0x300f001b, 0x300f001a, 0x300f0018, 0x300f0017,
27018c2ecf20Sopenharmony_ci	0x300f0016, 0x300f0015, 0x300f0115, 0x300f0215,
27028c2ecf20Sopenharmony_ci	0x300f0315, 0x300f0415, 0x300f0515, 0x300f0615,
27038c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27048c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27058c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27068c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27078c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27088c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27098c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27108c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27118c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27128c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27138c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27148c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27158c2ecf20Sopenharmony_ci	0x300f0715, 0x300f0715, 0x300f0715, 0x300f0715,
27168c2ecf20Sopenharmony_ci};
27178c2ecf20Sopenharmony_ci
27188c2ecf20Sopenharmony_ci/* Extracted from MMIO dump of 6.30.223.141 */
27198c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_ipa_2057_rev9_2g[] = {
27208c2ecf20Sopenharmony_ci	0x60ff0031, 0x60e7002c, 0x60cf002a, 0x60c70029,
27218c2ecf20Sopenharmony_ci	0x60b70029, 0x60a70029, 0x609f002a, 0x6097002b,
27228c2ecf20Sopenharmony_ci	0x6087002e, 0x60770031, 0x606f0032, 0x60670034,
27238c2ecf20Sopenharmony_ci	0x60670031, 0x605f0033, 0x605f0031, 0x60570033,
27248c2ecf20Sopenharmony_ci	0x60570030, 0x6057002d, 0x6057002b, 0x604f002d,
27258c2ecf20Sopenharmony_ci	0x604f002b, 0x604f0029, 0x604f0026, 0x60470029,
27268c2ecf20Sopenharmony_ci	0x60470027, 0x603f0029, 0x603f0027, 0x603f0025,
27278c2ecf20Sopenharmony_ci	0x60370029, 0x60370027, 0x60370024, 0x602f002a,
27288c2ecf20Sopenharmony_ci	0x602f0028, 0x602f0026, 0x602f0024, 0x6027002a,
27298c2ecf20Sopenharmony_ci	0x60270028, 0x60270026, 0x60270024, 0x60270022,
27308c2ecf20Sopenharmony_ci	0x601f002b, 0x601f0029, 0x601f0027, 0x601f0024,
27318c2ecf20Sopenharmony_ci	0x601f0022, 0x601f0020, 0x601f001f, 0x601f001d,
27328c2ecf20Sopenharmony_ci	0x60170029, 0x60170027, 0x60170025, 0x60170023,
27338c2ecf20Sopenharmony_ci	0x60170021, 0x6017001f, 0x6017001d, 0x6017001c,
27348c2ecf20Sopenharmony_ci	0x6017001a, 0x60170018, 0x60170018, 0x60170016,
27358c2ecf20Sopenharmony_ci	0x60170015, 0x600f0029, 0x600f0027, 0x600f0025,
27368c2ecf20Sopenharmony_ci	0x600f0023, 0x600f0021, 0x600f001f, 0x600f001d,
27378c2ecf20Sopenharmony_ci	0x600f001c, 0x600f001a, 0x600f0019, 0x600f0018,
27388c2ecf20Sopenharmony_ci	0x600f0016, 0x600f0015, 0x600f0115, 0x600f0215,
27398c2ecf20Sopenharmony_ci	0x600f0315, 0x600f0415, 0x600f0515, 0x600f0615,
27408c2ecf20Sopenharmony_ci	0x600f0715, 0x600f0715, 0x600f0715, 0x600f0715,
27418c2ecf20Sopenharmony_ci	0x600f0715, 0x600f0715, 0x600f0715, 0x600f0715,
27428c2ecf20Sopenharmony_ci	0x600f0715, 0x600f0715, 0x600f0715, 0x600f0715,
27438c2ecf20Sopenharmony_ci	0x600f0715, 0x600f0715, 0x600f0715, 0x600f0715,
27448c2ecf20Sopenharmony_ci	0x600f0715, 0x600f0715, 0x600f0715, 0x600f0715,
27458c2ecf20Sopenharmony_ci	0x600f0715, 0x600f0715, 0x600f0715, 0x600f0715,
27468c2ecf20Sopenharmony_ci	0x600f0715, 0x600f0715, 0x600f0715, 0x600f0715,
27478c2ecf20Sopenharmony_ci	0x600f0715, 0x600f0715, 0x600f0715, 0x600f0715,
27488c2ecf20Sopenharmony_ci	0x600f0715, 0x600f0715, 0x600f0715, 0x600f0715,
27498c2ecf20Sopenharmony_ci	0x600f0715, 0x600f0715, 0x600f0715, 0x600f0715,
27508c2ecf20Sopenharmony_ci	0x600f0715, 0x600f0715, 0x600f0715, 0x600f0715,
27518c2ecf20Sopenharmony_ci	0x600f0715, 0x600f0715, 0x600f0715, 0x600f0715,
27528c2ecf20Sopenharmony_ci};
27538c2ecf20Sopenharmony_ci
27548c2ecf20Sopenharmony_ci/* Extracted from MMIO dump of 6.30.223.248 */
27558c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_ipa_2057_rev14_2g[] = {
27568c2ecf20Sopenharmony_ci	0x50df002e, 0x50cf002d, 0x50bf002c, 0x50b7002b,
27578c2ecf20Sopenharmony_ci	0x50af002a, 0x50a70029, 0x509f0029, 0x50970028,
27588c2ecf20Sopenharmony_ci	0x508f0027, 0x50870027, 0x507f0027, 0x50770027,
27598c2ecf20Sopenharmony_ci	0x506f0027, 0x50670027, 0x505f0028, 0x50570029,
27608c2ecf20Sopenharmony_ci	0x504f002b, 0x5047002e, 0x5047002b, 0x50470029,
27618c2ecf20Sopenharmony_ci	0x503f002c, 0x503f0029, 0x5037002c, 0x5037002a,
27628c2ecf20Sopenharmony_ci	0x50370028, 0x502f002d, 0x502f002b, 0x502f0028,
27638c2ecf20Sopenharmony_ci	0x502f0026, 0x5027002d, 0x5027002a, 0x50270028,
27648c2ecf20Sopenharmony_ci	0x50270026, 0x50270024, 0x501f002e, 0x501f002b,
27658c2ecf20Sopenharmony_ci	0x501f0029, 0x501f0027, 0x501f0024, 0x501f0022,
27668c2ecf20Sopenharmony_ci	0x501f0020, 0x501f001f, 0x5017002c, 0x50170029,
27678c2ecf20Sopenharmony_ci	0x50170027, 0x50170024, 0x50170022, 0x50170021,
27688c2ecf20Sopenharmony_ci	0x5017001f, 0x5017001d, 0x5017001b, 0x5017001a,
27698c2ecf20Sopenharmony_ci	0x50170018, 0x50170017, 0x50170015, 0x500f002c,
27708c2ecf20Sopenharmony_ci	0x500f002a, 0x500f0027, 0x500f0025, 0x500f0023,
27718c2ecf20Sopenharmony_ci	0x500f0022, 0x500f001f, 0x500f001e, 0x500f001c,
27728c2ecf20Sopenharmony_ci	0x500f001a, 0x500f0019, 0x500f0018, 0x500f0016,
27738c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27748c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27758c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27768c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27778c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27788c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27798c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27808c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27818c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27828c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27838c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27848c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27858c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27868c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27878c2ecf20Sopenharmony_ci	0x500f0015, 0x500f0015, 0x500f0015, 0x500f0015,
27888c2ecf20Sopenharmony_ci};
27898c2ecf20Sopenharmony_ci
27908c2ecf20Sopenharmony_ci/* IPA 2 5Hz */
27918c2ecf20Sopenharmony_ci
27928c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_ipa_rev3_5g[] = {
27938c2ecf20Sopenharmony_ci	0x7ff70035, 0x7ff70033, 0x7ff70032, 0x7ff70031,
27948c2ecf20Sopenharmony_ci	0x7ff7002f, 0x7ff7002e, 0x7ff7002d, 0x7ff7002b,
27958c2ecf20Sopenharmony_ci	0x7ff7002a, 0x7ff70029, 0x7ff70028, 0x7ff70027,
27968c2ecf20Sopenharmony_ci	0x7ff70026, 0x7ff70024, 0x7ff70023, 0x7ff70022,
27978c2ecf20Sopenharmony_ci	0x7ef70028, 0x7ef70027, 0x7ef70026, 0x7ef70025,
27988c2ecf20Sopenharmony_ci	0x7ef70024, 0x7ef70023, 0x7df70028, 0x7df70027,
27998c2ecf20Sopenharmony_ci	0x7df70026, 0x7df70025, 0x7df70024, 0x7df70023,
28008c2ecf20Sopenharmony_ci	0x7df70022, 0x7cf70029, 0x7cf70028, 0x7cf70027,
28018c2ecf20Sopenharmony_ci	0x7cf70026, 0x7cf70025, 0x7cf70023, 0x7cf70022,
28028c2ecf20Sopenharmony_ci	0x7bf70029, 0x7bf70028, 0x7bf70026, 0x7bf70025,
28038c2ecf20Sopenharmony_ci	0x7bf70024, 0x7bf70023, 0x7bf70022, 0x7bf70021,
28048c2ecf20Sopenharmony_ci	0x7af70029, 0x7af70028, 0x7af70027, 0x7af70026,
28058c2ecf20Sopenharmony_ci	0x7af70025, 0x7af70024, 0x7af70023, 0x7af70022,
28068c2ecf20Sopenharmony_ci	0x79f70029, 0x79f70028, 0x79f70027, 0x79f70026,
28078c2ecf20Sopenharmony_ci	0x79f70025, 0x79f70024, 0x79f70023, 0x79f70022,
28088c2ecf20Sopenharmony_ci	0x78f70029, 0x78f70028, 0x78f70027, 0x78f70026,
28098c2ecf20Sopenharmony_ci	0x78f70025, 0x78f70024, 0x78f70023, 0x78f70022,
28108c2ecf20Sopenharmony_ci	0x77f70029, 0x77f70028, 0x77f70027, 0x77f70026,
28118c2ecf20Sopenharmony_ci	0x77f70025, 0x77f70024, 0x77f70023, 0x77f70022,
28128c2ecf20Sopenharmony_ci	0x76f70029, 0x76f70028, 0x76f70027, 0x76f70026,
28138c2ecf20Sopenharmony_ci	0x76f70024, 0x76f70023, 0x76f70022, 0x76f70021,
28148c2ecf20Sopenharmony_ci	0x75f70029, 0x75f70028, 0x75f70027, 0x75f70026,
28158c2ecf20Sopenharmony_ci	0x75f70025, 0x75f70024, 0x75f70023, 0x74f70029,
28168c2ecf20Sopenharmony_ci	0x74f70028, 0x74f70026, 0x74f70025, 0x74f70024,
28178c2ecf20Sopenharmony_ci	0x74f70023, 0x74f70022, 0x73f70029, 0x73f70027,
28188c2ecf20Sopenharmony_ci	0x73f70026, 0x73f70025, 0x73f70024, 0x73f70023,
28198c2ecf20Sopenharmony_ci	0x73f70022, 0x72f70028, 0x72f70027, 0x72f70026,
28208c2ecf20Sopenharmony_ci	0x72f70025, 0x72f70024, 0x72f70023, 0x72f70022,
28218c2ecf20Sopenharmony_ci	0x71f70028, 0x71f70027, 0x71f70026, 0x71f70025,
28228c2ecf20Sopenharmony_ci	0x71f70024, 0x71f70023, 0x70f70028, 0x70f70027,
28238c2ecf20Sopenharmony_ci	0x70f70026, 0x70f70024, 0x70f70023, 0x70f70022,
28248c2ecf20Sopenharmony_ci	0x70f70021, 0x70f70020, 0x70f70020, 0x70f7001f,
28258c2ecf20Sopenharmony_ci};
28268c2ecf20Sopenharmony_ci
28278c2ecf20Sopenharmony_ci/* Extracted from MMIO dump of 6.30.223.141 */
28288c2ecf20Sopenharmony_cistatic const u32 b43_ntab_tx_gain_ipa_2057_rev9_5g[] = {
28298c2ecf20Sopenharmony_ci	0x7f7f0053, 0x7f7f004b, 0x7f7f0044, 0x7f7f003f,
28308c2ecf20Sopenharmony_ci	0x7f7f0039, 0x7f7f0035, 0x7f7f0032, 0x7f7f0030,
28318c2ecf20Sopenharmony_ci	0x7f7f002d, 0x7e7f0030, 0x7e7f002d, 0x7d7f0032,
28328c2ecf20Sopenharmony_ci	0x7d7f002f, 0x7d7f002c, 0x7c7f0032, 0x7c7f0030,
28338c2ecf20Sopenharmony_ci	0x7c7f002d, 0x7b7f0030, 0x7b7f002e, 0x7b7f002b,
28348c2ecf20Sopenharmony_ci	0x7a7f0032, 0x7a7f0030, 0x7a7f002d, 0x7a7f002b,
28358c2ecf20Sopenharmony_ci	0x797f0030, 0x797f002e, 0x797f002b, 0x797f0029,
28368c2ecf20Sopenharmony_ci	0x787f0030, 0x787f002d, 0x787f002b, 0x777f0032,
28378c2ecf20Sopenharmony_ci	0x777f0030, 0x777f002d, 0x777f002b, 0x767f0031,
28388c2ecf20Sopenharmony_ci	0x767f002f, 0x767f002c, 0x767f002a, 0x757f0031,
28398c2ecf20Sopenharmony_ci	0x757f002f, 0x757f002c, 0x757f002a, 0x747f0030,
28408c2ecf20Sopenharmony_ci	0x747f002d, 0x747f002b, 0x737f0032, 0x737f002f,
28418c2ecf20Sopenharmony_ci	0x737f002c, 0x737f002a, 0x727f0030, 0x727f002d,
28428c2ecf20Sopenharmony_ci	0x727f002b, 0x727f0029, 0x717f0030, 0x717f002d,
28438c2ecf20Sopenharmony_ci	0x717f002b, 0x707f0031, 0x707f002f, 0x707f002c,
28448c2ecf20Sopenharmony_ci	0x707f002a, 0x707f0027, 0x707f0025, 0x707f0023,
28458c2ecf20Sopenharmony_ci	0x707f0021, 0x707f001f, 0x707f001d, 0x707f001c,
28468c2ecf20Sopenharmony_ci	0x707f001a, 0x707f0019, 0x707f0017, 0x707f0016,
28478c2ecf20Sopenharmony_ci	0x707f0015, 0x707f0014, 0x707f0012, 0x707f0012,
28488c2ecf20Sopenharmony_ci	0x707f0011, 0x707f0010, 0x707f000f, 0x707f000e,
28498c2ecf20Sopenharmony_ci	0x707f000d, 0x707f000d, 0x707f000c, 0x707f000b,
28508c2ecf20Sopenharmony_ci	0x707f000a, 0x707f000a, 0x707f0009, 0x707f0008,
28518c2ecf20Sopenharmony_ci	0x707f0008, 0x707f0008, 0x707f0008, 0x707f0007,
28528c2ecf20Sopenharmony_ci	0x707f0007, 0x707f0006, 0x707f0006, 0x707f0006,
28538c2ecf20Sopenharmony_ci	0x707f0005, 0x707f0005, 0x707f0005, 0x707f0004,
28548c2ecf20Sopenharmony_ci	0x707f0004, 0x707f0004, 0x707f0003, 0x707f0003,
28558c2ecf20Sopenharmony_ci	0x707f0003, 0x707f0003, 0x707f0003, 0x707f0003,
28568c2ecf20Sopenharmony_ci	0x707f0003, 0x707f0003, 0x707f0003, 0x707f0003,
28578c2ecf20Sopenharmony_ci	0x707f0002, 0x707f0002, 0x707f0002, 0x707f0002,
28588c2ecf20Sopenharmony_ci	0x707f0002, 0x707f0002, 0x707f0002, 0x707f0002,
28598c2ecf20Sopenharmony_ci	0x707f0002, 0x707f0001, 0x707f0001, 0x707f0001,
28608c2ecf20Sopenharmony_ci	0x707f0001, 0x707f0001, 0x707f0001, 0x707f0001,
28618c2ecf20Sopenharmony_ci};
28628c2ecf20Sopenharmony_ci
28638c2ecf20Sopenharmony_ciconst s8 b43_ntab_papd_pga_gain_delta_ipa_2g[] = {
28648c2ecf20Sopenharmony_ci	-114, -108, -98, -91, -84, -78, -70, -62,
28658c2ecf20Sopenharmony_ci	-54, -46, -39, -31, -23, -15, -8, 0
28668c2ecf20Sopenharmony_ci};
28678c2ecf20Sopenharmony_ci
28688c2ecf20Sopenharmony_ci/* Extracted from MMIO dump of 6.30.223.248
28698c2ecf20Sopenharmony_ci * Entries: 0, 15, 17, 21, 24, 26, 27, 29, 30 were guessed
28708c2ecf20Sopenharmony_ci */
28718c2ecf20Sopenharmony_cistatic const s16 b43_ntab_rf_pwr_offset_2057_rev9_2g[] = {
28728c2ecf20Sopenharmony_ci	-133, -133, -107, -92, -81,
28738c2ecf20Sopenharmony_ci	-73, -66, -61, -56, -52,
28748c2ecf20Sopenharmony_ci	-48, -44, -41, -37, -34,
28758c2ecf20Sopenharmony_ci	-31, -28, -25, -22, -19,
28768c2ecf20Sopenharmony_ci	-17, -14, -12, -10, -9,
28778c2ecf20Sopenharmony_ci	-7, -5, -4, -3, -2,
28788c2ecf20Sopenharmony_ci	-1, 0,
28798c2ecf20Sopenharmony_ci};
28808c2ecf20Sopenharmony_ci
28818c2ecf20Sopenharmony_ci/* Extracted from MMIO dump of 6.30.223.248 */
28828c2ecf20Sopenharmony_cistatic const s16 b43_ntab_rf_pwr_offset_2057_rev9_5g[] = {
28838c2ecf20Sopenharmony_ci	-101, -94, -86, -79, -72,
28848c2ecf20Sopenharmony_ci	-65, -57, -50, -42, -35,
28858c2ecf20Sopenharmony_ci	-28, -21, -16, -9, -4,
28868c2ecf20Sopenharmony_ci	0,
28878c2ecf20Sopenharmony_ci};
28888c2ecf20Sopenharmony_ci
28898c2ecf20Sopenharmony_ci/* Extracted from MMIO dump of 6.30.223.248
28908c2ecf20Sopenharmony_ci * Entries: 0, 26, 28, 29, 30, 31 were guessed
28918c2ecf20Sopenharmony_ci */
28928c2ecf20Sopenharmony_cistatic const s16 b43_ntab_rf_pwr_offset_2057_rev14_2g[] = {
28938c2ecf20Sopenharmony_ci	-111, -111, -111, -84, -70,
28948c2ecf20Sopenharmony_ci	-59, -52, -45, -40, -36,
28958c2ecf20Sopenharmony_ci	-32, -29, -26, -23, -21,
28968c2ecf20Sopenharmony_ci	-18, -16, -15, -13, -11,
28978c2ecf20Sopenharmony_ci	-10, -8, -7, -6, -5,
28988c2ecf20Sopenharmony_ci	-4, -4, -3, -3, -2,
28998c2ecf20Sopenharmony_ci	-2, -1,
29008c2ecf20Sopenharmony_ci};
29018c2ecf20Sopenharmony_ci
29028c2ecf20Sopenharmony_ciconst u16 tbl_iqcal_gainparams[2][9][8] = {
29038c2ecf20Sopenharmony_ci	{
29048c2ecf20Sopenharmony_ci		{ 0x000, 0, 0, 2, 0x69, 0x69, 0x69, 0x69 },
29058c2ecf20Sopenharmony_ci		{ 0x700, 7, 0, 0, 0x69, 0x69, 0x69, 0x69 },
29068c2ecf20Sopenharmony_ci		{ 0x710, 7, 1, 0, 0x68, 0x68, 0x68, 0x68 },
29078c2ecf20Sopenharmony_ci		{ 0x720, 7, 2, 0, 0x67, 0x67, 0x67, 0x67 },
29088c2ecf20Sopenharmony_ci		{ 0x730, 7, 3, 0, 0x66, 0x66, 0x66, 0x66 },
29098c2ecf20Sopenharmony_ci		{ 0x740, 7, 4, 0, 0x65, 0x65, 0x65, 0x65 },
29108c2ecf20Sopenharmony_ci		{ 0x741, 7, 4, 1, 0x65, 0x65, 0x65, 0x65 },
29118c2ecf20Sopenharmony_ci		{ 0x742, 7, 4, 2, 0x65, 0x65, 0x65, 0x65 },
29128c2ecf20Sopenharmony_ci		{ 0x743, 7, 4, 3, 0x65, 0x65, 0x65, 0x65 }
29138c2ecf20Sopenharmony_ci	},
29148c2ecf20Sopenharmony_ci	{
29158c2ecf20Sopenharmony_ci		{ 0x000, 7, 0, 0, 0x79, 0x79, 0x79, 0x79 },
29168c2ecf20Sopenharmony_ci		{ 0x700, 7, 0, 0, 0x79, 0x79, 0x79, 0x79 },
29178c2ecf20Sopenharmony_ci		{ 0x710, 7, 1, 0, 0x79, 0x79, 0x79, 0x79 },
29188c2ecf20Sopenharmony_ci		{ 0x720, 7, 2, 0, 0x78, 0x78, 0x78, 0x78 },
29198c2ecf20Sopenharmony_ci		{ 0x730, 7, 3, 0, 0x78, 0x78, 0x78, 0x78 },
29208c2ecf20Sopenharmony_ci		{ 0x740, 7, 4, 0, 0x78, 0x78, 0x78, 0x78 },
29218c2ecf20Sopenharmony_ci		{ 0x741, 7, 4, 1, 0x78, 0x78, 0x78, 0x78 },
29228c2ecf20Sopenharmony_ci		{ 0x742, 7, 4, 2, 0x78, 0x78, 0x78, 0x78 },
29238c2ecf20Sopenharmony_ci		{ 0x743, 7, 4, 3, 0x78, 0x78, 0x78, 0x78 }
29248c2ecf20Sopenharmony_ci	}
29258c2ecf20Sopenharmony_ci};
29268c2ecf20Sopenharmony_ci
29278c2ecf20Sopenharmony_ciconst struct nphy_txiqcal_ladder ladder_lo[] = {
29288c2ecf20Sopenharmony_ci	{ 3, 0 },
29298c2ecf20Sopenharmony_ci	{ 4, 0 },
29308c2ecf20Sopenharmony_ci	{ 6, 0 },
29318c2ecf20Sopenharmony_ci	{ 9, 0 },
29328c2ecf20Sopenharmony_ci	{ 13, 0 },
29338c2ecf20Sopenharmony_ci	{ 18, 0 },
29348c2ecf20Sopenharmony_ci	{ 25, 0 },
29358c2ecf20Sopenharmony_ci	{ 25, 1 },
29368c2ecf20Sopenharmony_ci	{ 25, 2 },
29378c2ecf20Sopenharmony_ci	{ 25, 3 },
29388c2ecf20Sopenharmony_ci	{ 25, 4 },
29398c2ecf20Sopenharmony_ci	{ 25, 5 },
29408c2ecf20Sopenharmony_ci	{ 25, 6 },
29418c2ecf20Sopenharmony_ci	{ 25, 7 },
29428c2ecf20Sopenharmony_ci	{ 35, 7 },
29438c2ecf20Sopenharmony_ci	{ 50, 7 },
29448c2ecf20Sopenharmony_ci	{ 71, 7 },
29458c2ecf20Sopenharmony_ci	{ 100, 7 }
29468c2ecf20Sopenharmony_ci};
29478c2ecf20Sopenharmony_ci
29488c2ecf20Sopenharmony_ciconst struct nphy_txiqcal_ladder ladder_iq[] = {
29498c2ecf20Sopenharmony_ci	{ 3, 0 },
29508c2ecf20Sopenharmony_ci	{ 4, 0 },
29518c2ecf20Sopenharmony_ci	{ 6, 0 },
29528c2ecf20Sopenharmony_ci	{ 9, 0 },
29538c2ecf20Sopenharmony_ci	{ 13, 0 },
29548c2ecf20Sopenharmony_ci	{ 18, 0 },
29558c2ecf20Sopenharmony_ci	{ 25, 0 },
29568c2ecf20Sopenharmony_ci	{ 35, 0 },
29578c2ecf20Sopenharmony_ci	{ 50, 0 },
29588c2ecf20Sopenharmony_ci	{ 71, 0 },
29598c2ecf20Sopenharmony_ci	{ 100, 0 },
29608c2ecf20Sopenharmony_ci	{ 100, 1 },
29618c2ecf20Sopenharmony_ci	{ 100, 2 },
29628c2ecf20Sopenharmony_ci	{ 100, 3 },
29638c2ecf20Sopenharmony_ci	{ 100, 4 },
29648c2ecf20Sopenharmony_ci	{ 100, 5 },
29658c2ecf20Sopenharmony_ci	{ 100, 6 },
29668c2ecf20Sopenharmony_ci	{ 100, 7 }
29678c2ecf20Sopenharmony_ci};
29688c2ecf20Sopenharmony_ci
29698c2ecf20Sopenharmony_ciconst u16 loscale[] = {
29708c2ecf20Sopenharmony_ci	256, 256, 271, 271,
29718c2ecf20Sopenharmony_ci	287, 256, 256, 271,
29728c2ecf20Sopenharmony_ci	271, 287, 287, 304,
29738c2ecf20Sopenharmony_ci	304, 256, 256, 271,
29748c2ecf20Sopenharmony_ci	271, 287, 287, 304,
29758c2ecf20Sopenharmony_ci	304, 322, 322, 341,
29768c2ecf20Sopenharmony_ci	341, 362, 362, 383,
29778c2ecf20Sopenharmony_ci	383, 256, 256, 271,
29788c2ecf20Sopenharmony_ci	271, 287, 287, 304,
29798c2ecf20Sopenharmony_ci	304, 322, 322, 256,
29808c2ecf20Sopenharmony_ci	256, 271, 271, 287,
29818c2ecf20Sopenharmony_ci	287, 304, 304, 322,
29828c2ecf20Sopenharmony_ci	322, 341, 341, 362,
29838c2ecf20Sopenharmony_ci	362, 256, 256, 271,
29848c2ecf20Sopenharmony_ci	271, 287, 287, 304,
29858c2ecf20Sopenharmony_ci	304, 322, 322, 256,
29868c2ecf20Sopenharmony_ci	256, 271, 271, 287,
29878c2ecf20Sopenharmony_ci	287, 304, 304, 322,
29888c2ecf20Sopenharmony_ci	322, 341, 341, 362,
29898c2ecf20Sopenharmony_ci	362, 256, 256, 271,
29908c2ecf20Sopenharmony_ci	271, 287, 287, 304,
29918c2ecf20Sopenharmony_ci	304, 322, 322, 341,
29928c2ecf20Sopenharmony_ci	341, 362, 362, 383,
29938c2ecf20Sopenharmony_ci	383, 406, 406, 430,
29948c2ecf20Sopenharmony_ci	430, 455, 455, 482,
29958c2ecf20Sopenharmony_ci	482, 511, 511, 541,
29968c2ecf20Sopenharmony_ci	541, 573, 573, 607,
29978c2ecf20Sopenharmony_ci	607, 643, 643, 681,
29988c2ecf20Sopenharmony_ci	681, 722, 722, 764,
29998c2ecf20Sopenharmony_ci	764, 810, 810, 858,
30008c2ecf20Sopenharmony_ci	858, 908, 908, 962,
30018c2ecf20Sopenharmony_ci	962, 1019, 1019, 256
30028c2ecf20Sopenharmony_ci};
30038c2ecf20Sopenharmony_ci
30048c2ecf20Sopenharmony_ciconst u16 tbl_tx_iqlo_cal_loft_ladder_40[] = {
30058c2ecf20Sopenharmony_ci	0x0200, 0x0300, 0x0400, 0x0700,
30068c2ecf20Sopenharmony_ci	0x0900, 0x0c00, 0x1200, 0x1201,
30078c2ecf20Sopenharmony_ci	0x1202, 0x1203, 0x1204, 0x1205,
30088c2ecf20Sopenharmony_ci	0x1206, 0x1207, 0x1907, 0x2307,
30098c2ecf20Sopenharmony_ci	0x3207, 0x4707
30108c2ecf20Sopenharmony_ci};
30118c2ecf20Sopenharmony_ci
30128c2ecf20Sopenharmony_ciconst u16 tbl_tx_iqlo_cal_loft_ladder_20[] = {
30138c2ecf20Sopenharmony_ci	0x0300, 0x0500, 0x0700, 0x0900,
30148c2ecf20Sopenharmony_ci	0x0d00, 0x1100, 0x1900, 0x1901,
30158c2ecf20Sopenharmony_ci	0x1902, 0x1903, 0x1904, 0x1905,
30168c2ecf20Sopenharmony_ci	0x1906, 0x1907, 0x2407, 0x3207,
30178c2ecf20Sopenharmony_ci	0x4607, 0x6407
30188c2ecf20Sopenharmony_ci};
30198c2ecf20Sopenharmony_ci
30208c2ecf20Sopenharmony_ciconst u16 tbl_tx_iqlo_cal_iqimb_ladder_40[] = {
30218c2ecf20Sopenharmony_ci	0x0100, 0x0200, 0x0400, 0x0700,
30228c2ecf20Sopenharmony_ci	0x0900, 0x0c00, 0x1200, 0x1900,
30238c2ecf20Sopenharmony_ci	0x2300, 0x3200, 0x4700, 0x4701,
30248c2ecf20Sopenharmony_ci	0x4702, 0x4703, 0x4704, 0x4705,
30258c2ecf20Sopenharmony_ci	0x4706, 0x4707
30268c2ecf20Sopenharmony_ci};
30278c2ecf20Sopenharmony_ci
30288c2ecf20Sopenharmony_ciconst u16 tbl_tx_iqlo_cal_iqimb_ladder_20[] = {
30298c2ecf20Sopenharmony_ci	0x0200, 0x0300, 0x0600, 0x0900,
30308c2ecf20Sopenharmony_ci	0x0d00, 0x1100, 0x1900, 0x2400,
30318c2ecf20Sopenharmony_ci	0x3200, 0x4600, 0x6400, 0x6401,
30328c2ecf20Sopenharmony_ci	0x6402, 0x6403, 0x6404, 0x6405,
30338c2ecf20Sopenharmony_ci	0x6406, 0x6407
30348c2ecf20Sopenharmony_ci};
30358c2ecf20Sopenharmony_ci
30368c2ecf20Sopenharmony_ciconst u16 tbl_tx_iqlo_cal_startcoefs_nphyrev3[B43_NTAB_TX_IQLO_CAL_STARTCOEFS_REV3] = { };
30378c2ecf20Sopenharmony_ci
30388c2ecf20Sopenharmony_ciconst u16 tbl_tx_iqlo_cal_startcoefs[B43_NTAB_TX_IQLO_CAL_STARTCOEFS] = { };
30398c2ecf20Sopenharmony_ci
30408c2ecf20Sopenharmony_ciconst u16 tbl_tx_iqlo_cal_cmds_recal_nphyrev3[] = {
30418c2ecf20Sopenharmony_ci	0x8423, 0x8323, 0x8073, 0x8256,
30428c2ecf20Sopenharmony_ci	0x8045, 0x8223, 0x9423, 0x9323,
30438c2ecf20Sopenharmony_ci	0x9073, 0x9256, 0x9045, 0x9223
30448c2ecf20Sopenharmony_ci};
30458c2ecf20Sopenharmony_ci
30468c2ecf20Sopenharmony_ciconst u16 tbl_tx_iqlo_cal_cmds_recal[] = {
30478c2ecf20Sopenharmony_ci	0x8101, 0x8253, 0x8053, 0x8234,
30488c2ecf20Sopenharmony_ci	0x8034, 0x9101, 0x9253, 0x9053,
30498c2ecf20Sopenharmony_ci	0x9234, 0x9034
30508c2ecf20Sopenharmony_ci};
30518c2ecf20Sopenharmony_ci
30528c2ecf20Sopenharmony_ciconst u16 tbl_tx_iqlo_cal_cmds_fullcal[] = {
30538c2ecf20Sopenharmony_ci	0x8123, 0x8264, 0x8086, 0x8245,
30548c2ecf20Sopenharmony_ci	0x8056, 0x9123, 0x9264, 0x9086,
30558c2ecf20Sopenharmony_ci	0x9245, 0x9056
30568c2ecf20Sopenharmony_ci};
30578c2ecf20Sopenharmony_ci
30588c2ecf20Sopenharmony_ciconst u16 tbl_tx_iqlo_cal_cmds_fullcal_nphyrev3[] = {
30598c2ecf20Sopenharmony_ci	0x8434, 0x8334, 0x8084, 0x8267,
30608c2ecf20Sopenharmony_ci	0x8056, 0x8234, 0x9434, 0x9334,
30618c2ecf20Sopenharmony_ci	0x9084, 0x9267, 0x9056, 0x9234
30628c2ecf20Sopenharmony_ci};
30638c2ecf20Sopenharmony_ci
30648c2ecf20Sopenharmony_ciconst s16 tbl_tx_filter_coef_rev4[7][15] = {
30658c2ecf20Sopenharmony_ci	{  -377,   137,  -407,   208, -1527,
30668c2ecf20Sopenharmony_ci	    956,    93,   186,    93,   230,
30678c2ecf20Sopenharmony_ci	    -44,   230,   201,  -191,   201 },
30688c2ecf20Sopenharmony_ci	{   -77,    20,   -98,    49,   -93,
30698c2ecf20Sopenharmony_ci	     60,    56,   111,    56,    26,
30708c2ecf20Sopenharmony_ci	     -5,    26,    34,   -32,    34 },
30718c2ecf20Sopenharmony_ci	{  -360,   164,  -376,   164, -1533,
30728c2ecf20Sopenharmony_ci	    576,   308,  -314,   308,   121,
30738c2ecf20Sopenharmony_ci	    -73,   121,    91,   124,    91 },
30748c2ecf20Sopenharmony_ci	{  -295,   200,  -363,   142, -1391,
30758c2ecf20Sopenharmony_ci	    826,   151,   301,   151,   151,
30768c2ecf20Sopenharmony_ci	    301,   151,   602,  -752,   602 },
30778c2ecf20Sopenharmony_ci	{   -92,    58,   -96,    49,  -104,
30788c2ecf20Sopenharmony_ci	     44,    17,    35,    17,    12,
30798c2ecf20Sopenharmony_ci	     25,    12,    13,    27,    13 },
30808c2ecf20Sopenharmony_ci	{  -375,   136,  -399,   209, -1479,
30818c2ecf20Sopenharmony_ci	    949,   130,   260,   130,   230,
30828c2ecf20Sopenharmony_ci	    -44,   230,   201,  -191,   201 },
30838c2ecf20Sopenharmony_ci	{ 0xed9,  0xc8, 0xe95,  0x8e, 0xa91,
30848c2ecf20Sopenharmony_ci	  0x33a,  0x97, 0x12d,  0x97,  0x97,
30858c2ecf20Sopenharmony_ci	  0x12d,  0x97, 0x25a, 0xd10, 0x25a }
30868c2ecf20Sopenharmony_ci};
30878c2ecf20Sopenharmony_ci
30888c2ecf20Sopenharmony_ci/* addr0,  addr1,  bmask,  shift */
30898c2ecf20Sopenharmony_ciconst struct nphy_rf_control_override_rev2 tbl_rf_control_override_rev2[] = {
30908c2ecf20Sopenharmony_ci	{ 0x78, 0x78, 0x0038,  3 }, /* for field == 0x0002 (fls == 2) */
30918c2ecf20Sopenharmony_ci	{ 0x7A, 0x7D, 0x0001,  0 }, /* for field == 0x0004 (fls == 3) */
30928c2ecf20Sopenharmony_ci	{ 0x7A, 0x7D, 0x0002,  1 }, /* for field == 0x0008 (fls == 4) */
30938c2ecf20Sopenharmony_ci	{ 0x7A, 0x7D, 0x0004,  2 }, /* for field == 0x0010 (fls == 5) */
30948c2ecf20Sopenharmony_ci	{ 0x7A, 0x7D, 0x0030,  4 }, /* for field == 0x0020 (fls == 6) */
30958c2ecf20Sopenharmony_ci	{ 0x7A, 0x7D, 0x00C0,  6 }, /* for field == 0x0040 (fls == 7) */
30968c2ecf20Sopenharmony_ci	{ 0x7A, 0x7D, 0x0100,  8 }, /* for field == 0x0080 (fls == 8) */
30978c2ecf20Sopenharmony_ci	{ 0x7A, 0x7D, 0x0200,  9 }, /* for field == 0x0100 (fls == 9) */
30988c2ecf20Sopenharmony_ci	{ 0x78, 0x78, 0x0004,  2 }, /* for field == 0x0200 (fls == 10) */
30998c2ecf20Sopenharmony_ci	{ 0x7B, 0x7E, 0x01FF,  0 }, /* for field == 0x0400 (fls == 11) */
31008c2ecf20Sopenharmony_ci	{ 0x7C, 0x7F, 0x01FF,  0 }, /* for field == 0x0800 (fls == 12) */
31018c2ecf20Sopenharmony_ci	{ 0x78, 0x78, 0x0100,  8 }, /* for field == 0x1000 (fls == 13) */
31028c2ecf20Sopenharmony_ci	{ 0x78, 0x78, 0x0200,  9 }, /* for field == 0x2000 (fls == 14) */
31038c2ecf20Sopenharmony_ci	{ 0x78, 0x78, 0xF000, 12 }  /* for field == 0x4000 (fls == 15) */
31048c2ecf20Sopenharmony_ci};
31058c2ecf20Sopenharmony_ci
31068c2ecf20Sopenharmony_ci/* val_mask, val_shift, en_addr0, val_addr0, en_addr1, val_addr1 */
31078c2ecf20Sopenharmony_ciconst struct nphy_rf_control_override_rev3 tbl_rf_control_override_rev3[] = {
31088c2ecf20Sopenharmony_ci	{ 0x8000, 15, 0xE5, 0xF9, 0xE6, 0xFB }, /* field == 0x0001 (fls 1) */
31098c2ecf20Sopenharmony_ci	{ 0x0001,  0, 0xE7, 0x7A, 0xEC, 0x7D }, /* field == 0x0002 (fls 2) */
31108c2ecf20Sopenharmony_ci	{ 0x0002,  1, 0xE7, 0x7A, 0xEC, 0x7D }, /* field == 0x0004 (fls 3) */
31118c2ecf20Sopenharmony_ci	{ 0x0004,  2, 0xE7, 0x7A, 0xEC, 0x7D }, /* field == 0x0008 (fls 4) */
31128c2ecf20Sopenharmony_ci	{ 0x0010,  4, 0xE7, 0x7A, 0xEC, 0x7D }, /* field == 0x0010 (fls 5) */
31138c2ecf20Sopenharmony_ci	{ 0x0020,  5, 0xE7, 0x7A, 0xEC, 0x7D }, /* field == 0x0020 (fls 6) */
31148c2ecf20Sopenharmony_ci	{ 0x0040,  6, 0xE7, 0x7A, 0xEC, 0x7D }, /* field == 0x0040 (fls 7) */
31158c2ecf20Sopenharmony_ci	{ 0x0080,  7, 0xE7, 0x7A, 0xEC, 0x7D }, /* field == 0x0080 (fls 8) */
31168c2ecf20Sopenharmony_ci	{ 0x0100,  8, 0xE7, 0x7A, 0xEC, 0x7D }, /* field == 0x0100 (fls 9) */
31178c2ecf20Sopenharmony_ci	{ 0x0007,  0, 0xE7, 0xF8, 0xEC, 0xFA }, /* field == 0x0200 (fls 10) */
31188c2ecf20Sopenharmony_ci	{ 0x0070,  4, 0xE7, 0xF8, 0xEC, 0xFA }, /* field == 0x0400 (fls 11) */
31198c2ecf20Sopenharmony_ci	{ 0xE000, 13, 0xE7, 0x7A, 0xEC, 0x7D }, /* field == 0x0800 (fls 12) */
31208c2ecf20Sopenharmony_ci	{ 0xFFFF,  0, 0xE7, 0x7B, 0xEC, 0x7E }, /* field == 0x1000 (fls 13) */
31218c2ecf20Sopenharmony_ci	{ 0xFFFF,  0, 0xE7, 0x7C, 0xEC, 0x7F }, /* field == 0x2000 (fls 14) */
31228c2ecf20Sopenharmony_ci	{ 0x00C0,  6, 0xE7, 0xF9, 0xEC, 0xFB }  /* field == 0x4000 (fls 15) */
31238c2ecf20Sopenharmony_ci};
31248c2ecf20Sopenharmony_ci
31258c2ecf20Sopenharmony_ci/* field, val_addr_core0, val_addr_core1, val_mask, val_shift */
31268c2ecf20Sopenharmony_cistatic const struct nphy_rf_control_override_rev7
31278c2ecf20Sopenharmony_ci			tbl_rf_control_override_rev7_over0[] = {
31288c2ecf20Sopenharmony_ci	{ 0x0004, 0x07A, 0x07D, 0x0002, 1 },
31298c2ecf20Sopenharmony_ci	{ 0x0008, 0x07A, 0x07D, 0x0004, 2 },
31308c2ecf20Sopenharmony_ci	{ 0x0010, 0x07A, 0x07D, 0x0010, 4 },
31318c2ecf20Sopenharmony_ci	{ 0x0020, 0x07A, 0x07D, 0x0020, 5 },
31328c2ecf20Sopenharmony_ci	{ 0x0040, 0x07A, 0x07D, 0x0040, 6 },
31338c2ecf20Sopenharmony_ci	{ 0x0080, 0x07A, 0x07D, 0x0080, 7 },
31348c2ecf20Sopenharmony_ci	{ 0x0400, 0x0F8, 0x0FA, 0x0070, 4 },
31358c2ecf20Sopenharmony_ci	{ 0x0800, 0x07B, 0x07E, 0xFFFF, 0 },
31368c2ecf20Sopenharmony_ci	{ 0x1000, 0x07C, 0x07F, 0xFFFF, 0 },
31378c2ecf20Sopenharmony_ci	{ 0x6000, 0x348, 0x349, 0x00FF, 0 },
31388c2ecf20Sopenharmony_ci	{ 0x2000, 0x348, 0x349, 0x000F, 0 },
31398c2ecf20Sopenharmony_ci};
31408c2ecf20Sopenharmony_ci
31418c2ecf20Sopenharmony_ci/* field, val_addr_core0, val_addr_core1, val_mask, val_shift */
31428c2ecf20Sopenharmony_cistatic const struct nphy_rf_control_override_rev7
31438c2ecf20Sopenharmony_ci			tbl_rf_control_override_rev7_over1[] = {
31448c2ecf20Sopenharmony_ci	{ 0x0002, 0x340, 0x341, 0x0002, 1 },
31458c2ecf20Sopenharmony_ci	{ 0x0008, 0x340, 0x341, 0x0008, 3 },
31468c2ecf20Sopenharmony_ci	{ 0x0020, 0x340, 0x341, 0x0020, 5 },
31478c2ecf20Sopenharmony_ci	{ 0x0010, 0x340, 0x341, 0x0010, 4 },
31488c2ecf20Sopenharmony_ci	{ 0x0004, 0x340, 0x341, 0x0004, 2 },
31498c2ecf20Sopenharmony_ci	{ 0x0080, 0x340, 0x341, 0x0700, 8 },
31508c2ecf20Sopenharmony_ci	{ 0x0800, 0x340, 0x341, 0x4000, 14 },
31518c2ecf20Sopenharmony_ci	{ 0x0400, 0x340, 0x341, 0x2000, 13 },
31528c2ecf20Sopenharmony_ci	{ 0x0200, 0x340, 0x341, 0x0800, 12 },
31538c2ecf20Sopenharmony_ci	{ 0x0100, 0x340, 0x341, 0x0100, 11 },
31548c2ecf20Sopenharmony_ci	{ 0x0040, 0x340, 0x341, 0x0040, 6 },
31558c2ecf20Sopenharmony_ci	{ 0x0001, 0x340, 0x341, 0x0001, 0 },
31568c2ecf20Sopenharmony_ci};
31578c2ecf20Sopenharmony_ci
31588c2ecf20Sopenharmony_ci/* field, val_addr_core0, val_addr_core1, val_mask, val_shift */
31598c2ecf20Sopenharmony_cistatic const struct nphy_rf_control_override_rev7
31608c2ecf20Sopenharmony_ci			tbl_rf_control_override_rev7_over2[] = {
31618c2ecf20Sopenharmony_ci	{ 0x0008, 0x344, 0x345, 0x0008, 3 },
31628c2ecf20Sopenharmony_ci	{ 0x0002, 0x344, 0x345, 0x0002, 1 },
31638c2ecf20Sopenharmony_ci	{ 0x0001, 0x344, 0x345, 0x0001, 0 },
31648c2ecf20Sopenharmony_ci	{ 0x0004, 0x344, 0x345, 0x0004, 2 },
31658c2ecf20Sopenharmony_ci	{ 0x0010, 0x344, 0x345, 0x0010, 4 },
31668c2ecf20Sopenharmony_ci};
31678c2ecf20Sopenharmony_ci
31688c2ecf20Sopenharmony_cistatic struct nphy_gain_ctl_workaround_entry nphy_gain_ctl_wa_phy6_radio11_ghz2 = {
31698c2ecf20Sopenharmony_ci	{ 10, 14, 19, 27 },
31708c2ecf20Sopenharmony_ci	{ -5, 6, 10, 15 },
31718c2ecf20Sopenharmony_ci	{ 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA },
31728c2ecf20Sopenharmony_ci	{ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 },
31738c2ecf20Sopenharmony_ci	0x427E,
31748c2ecf20Sopenharmony_ci	{ 0x413F, 0x413F, 0x413F, 0x413F },
31758c2ecf20Sopenharmony_ci	0x007E, 0x0066, 0x1074,
31768c2ecf20Sopenharmony_ci	0x18, 0x18, 0x18,
31778c2ecf20Sopenharmony_ci	0x01D0, 0x5,
31788c2ecf20Sopenharmony_ci};
31798c2ecf20Sopenharmony_cistatic struct nphy_gain_ctl_workaround_entry nphy_gain_ctl_workaround[2][4] = {
31808c2ecf20Sopenharmony_ci	{ /* 2GHz */
31818c2ecf20Sopenharmony_ci		{ /* PHY rev 3 */
31828c2ecf20Sopenharmony_ci			{ 7, 11, 16, 23 },
31838c2ecf20Sopenharmony_ci			{ -5, 6, 10, 14 },
31848c2ecf20Sopenharmony_ci			{ 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA },
31858c2ecf20Sopenharmony_ci			{ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 },
31868c2ecf20Sopenharmony_ci			0x627E,
31878c2ecf20Sopenharmony_ci			{ 0x613F, 0x613F, 0x613F, 0x613F },
31888c2ecf20Sopenharmony_ci			0x107E, 0x0066, 0x0074,
31898c2ecf20Sopenharmony_ci			0x18, 0x18, 0x18,
31908c2ecf20Sopenharmony_ci			0x020D, 0x5,
31918c2ecf20Sopenharmony_ci		},
31928c2ecf20Sopenharmony_ci		{ /* PHY rev 4 */
31938c2ecf20Sopenharmony_ci			{ 8, 12, 17, 25 },
31948c2ecf20Sopenharmony_ci			{ -5, 6, 10, 14 },
31958c2ecf20Sopenharmony_ci			{ 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA },
31968c2ecf20Sopenharmony_ci			{ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 },
31978c2ecf20Sopenharmony_ci			0x527E,
31988c2ecf20Sopenharmony_ci			{ 0x513F, 0x513F, 0x513F, 0x513F },
31998c2ecf20Sopenharmony_ci			0x007E, 0x0066, 0x0074,
32008c2ecf20Sopenharmony_ci			0x18, 0x18, 0x18,
32018c2ecf20Sopenharmony_ci			0x01A1, 0x5,
32028c2ecf20Sopenharmony_ci		},
32038c2ecf20Sopenharmony_ci		{ /* PHY rev 5 */
32048c2ecf20Sopenharmony_ci			{ 9, 13, 18, 26 },
32058c2ecf20Sopenharmony_ci			{ -3, 7, 11, 16 },
32068c2ecf20Sopenharmony_ci			{ 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA },
32078c2ecf20Sopenharmony_ci			{ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 },
32088c2ecf20Sopenharmony_ci			0x427E, /* invalid for external LNA! */
32098c2ecf20Sopenharmony_ci			{ 0x413F, 0x413F, 0x413F, 0x413F }, /* invalid for external LNA! */
32108c2ecf20Sopenharmony_ci			0x1076, 0x0066, 0x0000, /* low is invalid (the last one) */
32118c2ecf20Sopenharmony_ci			0x18, 0x18, 0x18,
32128c2ecf20Sopenharmony_ci			0x01D0, 0x9,
32138c2ecf20Sopenharmony_ci		},
32148c2ecf20Sopenharmony_ci		{ /* PHY rev 6+ */
32158c2ecf20Sopenharmony_ci			{ 8, 13, 18, 25 },
32168c2ecf20Sopenharmony_ci			{ -5, 6, 10, 14 },
32178c2ecf20Sopenharmony_ci			{ 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA, 0xA },
32188c2ecf20Sopenharmony_ci			{ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 },
32198c2ecf20Sopenharmony_ci			0x527E, /* invalid for external LNA! */
32208c2ecf20Sopenharmony_ci			{ 0x513F, 0x513F, 0x513F, 0x513F }, /* invalid for external LNA! */
32218c2ecf20Sopenharmony_ci			0x007E, 0x0066, 0x0000, /* low is invalid (the last one) */
32228c2ecf20Sopenharmony_ci			0x18, 0x18, 0x18,
32238c2ecf20Sopenharmony_ci			0x01D0, 0x5,
32248c2ecf20Sopenharmony_ci		},
32258c2ecf20Sopenharmony_ci	},
32268c2ecf20Sopenharmony_ci	{ /* 5GHz */
32278c2ecf20Sopenharmony_ci		{ /* PHY rev 3 */
32288c2ecf20Sopenharmony_ci			{ 7, 11, 17, 23 },
32298c2ecf20Sopenharmony_ci			{ -6, 2, 6, 10 },
32308c2ecf20Sopenharmony_ci			{ 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13 },
32318c2ecf20Sopenharmony_ci			{ 6, 6, 6, 6, 6, 6, 6, 6, 6, 6 },
32328c2ecf20Sopenharmony_ci			0x52DE,
32338c2ecf20Sopenharmony_ci			{ 0x516F, 0x516F, 0x516F, 0x516F },
32348c2ecf20Sopenharmony_ci			0x00DE, 0x00CA, 0x00CC,
32358c2ecf20Sopenharmony_ci			0x1E, 0x1E, 0x1E,
32368c2ecf20Sopenharmony_ci			0x01A1, 25,
32378c2ecf20Sopenharmony_ci		},
32388c2ecf20Sopenharmony_ci		{ /* PHY rev 4 */
32398c2ecf20Sopenharmony_ci			{ 8, 12, 18, 23 },
32408c2ecf20Sopenharmony_ci			{ -5, 2, 6, 10 },
32418c2ecf20Sopenharmony_ci			{ 0xD, 0xD, 0xD, 0xD, 0xD, 0xD, 0xD, 0xD, 0xD, 0xD },
32428c2ecf20Sopenharmony_ci			{ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4 },
32438c2ecf20Sopenharmony_ci			0x629E,
32448c2ecf20Sopenharmony_ci			{ 0x614F, 0x614F, 0x614F, 0x614F },
32458c2ecf20Sopenharmony_ci			0x029E, 0x1084, 0x0086,
32468c2ecf20Sopenharmony_ci			0x24, 0x24, 0x24,
32478c2ecf20Sopenharmony_ci			0x0107, 25,
32488c2ecf20Sopenharmony_ci		},
32498c2ecf20Sopenharmony_ci		{ /* PHY rev 5 */
32508c2ecf20Sopenharmony_ci			{ 6, 10, 16, 21 },
32518c2ecf20Sopenharmony_ci			{ -7, 0, 4, 8 },
32528c2ecf20Sopenharmony_ci			{ 0xD, 0xD, 0xD, 0xD, 0xD, 0xD, 0xD, 0xD, 0xD, 0xD },
32538c2ecf20Sopenharmony_ci			{ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4 },
32548c2ecf20Sopenharmony_ci			0x729E,
32558c2ecf20Sopenharmony_ci			{ 0x714F, 0x714F, 0x714F, 0x714F },
32568c2ecf20Sopenharmony_ci			0x029E, 0x2084, 0x2086,
32578c2ecf20Sopenharmony_ci			0x24, 0x24, 0x24,
32588c2ecf20Sopenharmony_ci			0x00A9, 25,
32598c2ecf20Sopenharmony_ci		},
32608c2ecf20Sopenharmony_ci		{ /* PHY rev 6+ */
32618c2ecf20Sopenharmony_ci			{ 6, 10, 16, 21 },
32628c2ecf20Sopenharmony_ci			{ -7, 0, 4, 8 },
32638c2ecf20Sopenharmony_ci			{ 0xD, 0xD, 0xD, 0xD, 0xD, 0xD, 0xD, 0xD, 0xD, 0xD },
32648c2ecf20Sopenharmony_ci			{ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4 },
32658c2ecf20Sopenharmony_ci			0x729E,
32668c2ecf20Sopenharmony_ci			{ 0x714F, 0x714F, 0x714F, 0x714F },
32678c2ecf20Sopenharmony_ci			0x029E, 0x2084, 0x2086,
32688c2ecf20Sopenharmony_ci			0x24, 0x24, 0x24, /* low is invalid for radio rev 11! */
32698c2ecf20Sopenharmony_ci			0x00F0, 25,
32708c2ecf20Sopenharmony_ci		},
32718c2ecf20Sopenharmony_ci	},
32728c2ecf20Sopenharmony_ci};
32738c2ecf20Sopenharmony_ci
32748c2ecf20Sopenharmony_cistatic inline void assert_ntab_array_sizes(void)
32758c2ecf20Sopenharmony_ci{
32768c2ecf20Sopenharmony_ci#undef check
32778c2ecf20Sopenharmony_ci#define check(table, size)	\
32788c2ecf20Sopenharmony_ci	BUILD_BUG_ON(ARRAY_SIZE(b43_ntab_##table) != B43_NTAB_##size##_SIZE)
32798c2ecf20Sopenharmony_ci
32808c2ecf20Sopenharmony_ci	check(adjustpower0, C0_ADJPLT);
32818c2ecf20Sopenharmony_ci	check(adjustpower1, C1_ADJPLT);
32828c2ecf20Sopenharmony_ci	check(bdi, BDI);
32838c2ecf20Sopenharmony_ci	check(channelest, CHANEST);
32848c2ecf20Sopenharmony_ci	check(estimatepowerlt0, C0_ESTPLT);
32858c2ecf20Sopenharmony_ci	check(estimatepowerlt1, C1_ESTPLT);
32868c2ecf20Sopenharmony_ci	check(framelookup, FRAMELT);
32878c2ecf20Sopenharmony_ci	check(framestruct, FRAMESTRUCT);
32888c2ecf20Sopenharmony_ci	check(gainctl0, C0_GAINCTL);
32898c2ecf20Sopenharmony_ci	check(gainctl1, C1_GAINCTL);
32908c2ecf20Sopenharmony_ci	check(intlevel, INTLEVEL);
32918c2ecf20Sopenharmony_ci	check(iqlt0, C0_IQLT);
32928c2ecf20Sopenharmony_ci	check(iqlt1, C1_IQLT);
32938c2ecf20Sopenharmony_ci	check(loftlt0, C0_LOFEEDTH);
32948c2ecf20Sopenharmony_ci	check(loftlt1, C1_LOFEEDTH);
32958c2ecf20Sopenharmony_ci	check(mcs, MCS);
32968c2ecf20Sopenharmony_ci	check(noisevar10, NOISEVAR10);
32978c2ecf20Sopenharmony_ci	check(noisevar11, NOISEVAR11);
32988c2ecf20Sopenharmony_ci	check(pilot, PILOT);
32998c2ecf20Sopenharmony_ci	check(pilotlt, PILOTLT);
33008c2ecf20Sopenharmony_ci	check(tdi20a0, TDI20A0);
33018c2ecf20Sopenharmony_ci	check(tdi20a1, TDI20A1);
33028c2ecf20Sopenharmony_ci	check(tdi40a0, TDI40A0);
33038c2ecf20Sopenharmony_ci	check(tdi40a1, TDI40A1);
33048c2ecf20Sopenharmony_ci	check(tdtrn, TDTRN);
33058c2ecf20Sopenharmony_ci	check(tmap, TMAP);
33068c2ecf20Sopenharmony_ci
33078c2ecf20Sopenharmony_ci#undef check
33088c2ecf20Sopenharmony_ci}
33098c2ecf20Sopenharmony_ci
33108c2ecf20Sopenharmony_ciu32 b43_ntab_read(struct b43_wldev *dev, u32 offset)
33118c2ecf20Sopenharmony_ci{
33128c2ecf20Sopenharmony_ci	u32 type, value;
33138c2ecf20Sopenharmony_ci
33148c2ecf20Sopenharmony_ci	type = offset & B43_NTAB_TYPEMASK;
33158c2ecf20Sopenharmony_ci	offset &= ~B43_NTAB_TYPEMASK;
33168c2ecf20Sopenharmony_ci	B43_WARN_ON(offset > 0xFFFF);
33178c2ecf20Sopenharmony_ci
33188c2ecf20Sopenharmony_ci	switch (type) {
33198c2ecf20Sopenharmony_ci	case B43_NTAB_8BIT:
33208c2ecf20Sopenharmony_ci		b43_phy_write(dev, B43_NPHY_TABLE_ADDR, offset);
33218c2ecf20Sopenharmony_ci		value = b43_phy_read(dev, B43_NPHY_TABLE_DATALO) & 0xFF;
33228c2ecf20Sopenharmony_ci		break;
33238c2ecf20Sopenharmony_ci	case B43_NTAB_16BIT:
33248c2ecf20Sopenharmony_ci		b43_phy_write(dev, B43_NPHY_TABLE_ADDR, offset);
33258c2ecf20Sopenharmony_ci		value = b43_phy_read(dev, B43_NPHY_TABLE_DATALO);
33268c2ecf20Sopenharmony_ci		break;
33278c2ecf20Sopenharmony_ci	case B43_NTAB_32BIT:
33288c2ecf20Sopenharmony_ci		b43_phy_write(dev, B43_NPHY_TABLE_ADDR, offset);
33298c2ecf20Sopenharmony_ci		value = b43_phy_read(dev, B43_NPHY_TABLE_DATALO);
33308c2ecf20Sopenharmony_ci		value |= b43_phy_read(dev, B43_NPHY_TABLE_DATAHI) << 16;
33318c2ecf20Sopenharmony_ci		break;
33328c2ecf20Sopenharmony_ci	default:
33338c2ecf20Sopenharmony_ci		B43_WARN_ON(1);
33348c2ecf20Sopenharmony_ci		value = 0;
33358c2ecf20Sopenharmony_ci	}
33368c2ecf20Sopenharmony_ci
33378c2ecf20Sopenharmony_ci	return value;
33388c2ecf20Sopenharmony_ci}
33398c2ecf20Sopenharmony_ci
33408c2ecf20Sopenharmony_civoid b43_ntab_read_bulk(struct b43_wldev *dev, u32 offset,
33418c2ecf20Sopenharmony_ci			 unsigned int nr_elements, void *_data)
33428c2ecf20Sopenharmony_ci{
33438c2ecf20Sopenharmony_ci	u32 type;
33448c2ecf20Sopenharmony_ci	u8 *data = _data;
33458c2ecf20Sopenharmony_ci	unsigned int i;
33468c2ecf20Sopenharmony_ci
33478c2ecf20Sopenharmony_ci	type = offset & B43_NTAB_TYPEMASK;
33488c2ecf20Sopenharmony_ci	offset &= ~B43_NTAB_TYPEMASK;
33498c2ecf20Sopenharmony_ci	B43_WARN_ON(offset > 0xFFFF);
33508c2ecf20Sopenharmony_ci
33518c2ecf20Sopenharmony_ci	b43_phy_write(dev, B43_NPHY_TABLE_ADDR, offset);
33528c2ecf20Sopenharmony_ci
33538c2ecf20Sopenharmony_ci	for (i = 0; i < nr_elements; i++) {
33548c2ecf20Sopenharmony_ci		/* Auto increment broken + caching issue on BCM43224? */
33558c2ecf20Sopenharmony_ci		if (dev->dev->chip_id == 43224 && dev->dev->chip_rev == 1) {
33568c2ecf20Sopenharmony_ci			b43_phy_read(dev, B43_NPHY_TABLE_DATALO);
33578c2ecf20Sopenharmony_ci			b43_phy_write(dev, B43_NPHY_TABLE_ADDR, offset + i);
33588c2ecf20Sopenharmony_ci		}
33598c2ecf20Sopenharmony_ci
33608c2ecf20Sopenharmony_ci		switch (type) {
33618c2ecf20Sopenharmony_ci		case B43_NTAB_8BIT:
33628c2ecf20Sopenharmony_ci			*data = b43_phy_read(dev, B43_NPHY_TABLE_DATALO) & 0xFF;
33638c2ecf20Sopenharmony_ci			data++;
33648c2ecf20Sopenharmony_ci			break;
33658c2ecf20Sopenharmony_ci		case B43_NTAB_16BIT:
33668c2ecf20Sopenharmony_ci			*((u16 *)data) = b43_phy_read(dev, B43_NPHY_TABLE_DATALO);
33678c2ecf20Sopenharmony_ci			data += 2;
33688c2ecf20Sopenharmony_ci			break;
33698c2ecf20Sopenharmony_ci		case B43_NTAB_32BIT:
33708c2ecf20Sopenharmony_ci			*((u32 *)data) =
33718c2ecf20Sopenharmony_ci				b43_phy_read(dev, B43_NPHY_TABLE_DATALO);
33728c2ecf20Sopenharmony_ci			*((u32 *)data) |=
33738c2ecf20Sopenharmony_ci				b43_phy_read(dev, B43_NPHY_TABLE_DATAHI) << 16;
33748c2ecf20Sopenharmony_ci			data += 4;
33758c2ecf20Sopenharmony_ci			break;
33768c2ecf20Sopenharmony_ci		default:
33778c2ecf20Sopenharmony_ci			B43_WARN_ON(1);
33788c2ecf20Sopenharmony_ci		}
33798c2ecf20Sopenharmony_ci	}
33808c2ecf20Sopenharmony_ci}
33818c2ecf20Sopenharmony_ci
33828c2ecf20Sopenharmony_civoid b43_ntab_write(struct b43_wldev *dev, u32 offset, u32 value)
33838c2ecf20Sopenharmony_ci{
33848c2ecf20Sopenharmony_ci	u32 type;
33858c2ecf20Sopenharmony_ci
33868c2ecf20Sopenharmony_ci	type = offset & B43_NTAB_TYPEMASK;
33878c2ecf20Sopenharmony_ci	offset &= 0xFFFF;
33888c2ecf20Sopenharmony_ci
33898c2ecf20Sopenharmony_ci	switch (type) {
33908c2ecf20Sopenharmony_ci	case B43_NTAB_8BIT:
33918c2ecf20Sopenharmony_ci		B43_WARN_ON(value & ~0xFF);
33928c2ecf20Sopenharmony_ci		b43_phy_write(dev, B43_NPHY_TABLE_ADDR, offset);
33938c2ecf20Sopenharmony_ci		b43_phy_write(dev, B43_NPHY_TABLE_DATALO, value);
33948c2ecf20Sopenharmony_ci		break;
33958c2ecf20Sopenharmony_ci	case B43_NTAB_16BIT:
33968c2ecf20Sopenharmony_ci		B43_WARN_ON(value & ~0xFFFF);
33978c2ecf20Sopenharmony_ci		b43_phy_write(dev, B43_NPHY_TABLE_ADDR, offset);
33988c2ecf20Sopenharmony_ci		b43_phy_write(dev, B43_NPHY_TABLE_DATALO, value);
33998c2ecf20Sopenharmony_ci		break;
34008c2ecf20Sopenharmony_ci	case B43_NTAB_32BIT:
34018c2ecf20Sopenharmony_ci		b43_phy_write(dev, B43_NPHY_TABLE_ADDR, offset);
34028c2ecf20Sopenharmony_ci		b43_phy_write(dev, B43_NPHY_TABLE_DATAHI, value >> 16);
34038c2ecf20Sopenharmony_ci		b43_phy_write(dev, B43_NPHY_TABLE_DATALO, value & 0xFFFF);
34048c2ecf20Sopenharmony_ci		break;
34058c2ecf20Sopenharmony_ci	default:
34068c2ecf20Sopenharmony_ci		B43_WARN_ON(1);
34078c2ecf20Sopenharmony_ci	}
34088c2ecf20Sopenharmony_ci
34098c2ecf20Sopenharmony_ci	return;
34108c2ecf20Sopenharmony_ci
34118c2ecf20Sopenharmony_ci	/* Some compiletime assertions... */
34128c2ecf20Sopenharmony_ci	assert_ntab_array_sizes();
34138c2ecf20Sopenharmony_ci}
34148c2ecf20Sopenharmony_ci
34158c2ecf20Sopenharmony_civoid b43_ntab_write_bulk(struct b43_wldev *dev, u32 offset,
34168c2ecf20Sopenharmony_ci			  unsigned int nr_elements, const void *_data)
34178c2ecf20Sopenharmony_ci{
34188c2ecf20Sopenharmony_ci	u32 type, value;
34198c2ecf20Sopenharmony_ci	const u8 *data = _data;
34208c2ecf20Sopenharmony_ci	unsigned int i;
34218c2ecf20Sopenharmony_ci
34228c2ecf20Sopenharmony_ci	type = offset & B43_NTAB_TYPEMASK;
34238c2ecf20Sopenharmony_ci	offset &= ~B43_NTAB_TYPEMASK;
34248c2ecf20Sopenharmony_ci	B43_WARN_ON(offset > 0xFFFF);
34258c2ecf20Sopenharmony_ci
34268c2ecf20Sopenharmony_ci	b43_phy_write(dev, B43_NPHY_TABLE_ADDR, offset);
34278c2ecf20Sopenharmony_ci
34288c2ecf20Sopenharmony_ci	for (i = 0; i < nr_elements; i++) {
34298c2ecf20Sopenharmony_ci		/* Auto increment broken + caching issue on BCM43224? */
34308c2ecf20Sopenharmony_ci		if ((offset >> 10) == 9 && dev->dev->chip_id == 43224 &&
34318c2ecf20Sopenharmony_ci		    dev->dev->chip_rev == 1) {
34328c2ecf20Sopenharmony_ci			b43_phy_read(dev, B43_NPHY_TABLE_DATALO);
34338c2ecf20Sopenharmony_ci			b43_phy_write(dev, B43_NPHY_TABLE_ADDR, offset + i);
34348c2ecf20Sopenharmony_ci		}
34358c2ecf20Sopenharmony_ci
34368c2ecf20Sopenharmony_ci		switch (type) {
34378c2ecf20Sopenharmony_ci		case B43_NTAB_8BIT:
34388c2ecf20Sopenharmony_ci			value = *data;
34398c2ecf20Sopenharmony_ci			data++;
34408c2ecf20Sopenharmony_ci			B43_WARN_ON(value & ~0xFF);
34418c2ecf20Sopenharmony_ci			b43_phy_write(dev, B43_NPHY_TABLE_DATALO, value);
34428c2ecf20Sopenharmony_ci			break;
34438c2ecf20Sopenharmony_ci		case B43_NTAB_16BIT:
34448c2ecf20Sopenharmony_ci			value = *((u16 *)data);
34458c2ecf20Sopenharmony_ci			data += 2;
34468c2ecf20Sopenharmony_ci			B43_WARN_ON(value & ~0xFFFF);
34478c2ecf20Sopenharmony_ci			b43_phy_write(dev, B43_NPHY_TABLE_DATALO, value);
34488c2ecf20Sopenharmony_ci			break;
34498c2ecf20Sopenharmony_ci		case B43_NTAB_32BIT:
34508c2ecf20Sopenharmony_ci			value = *((u32 *)data);
34518c2ecf20Sopenharmony_ci			data += 4;
34528c2ecf20Sopenharmony_ci			b43_phy_write(dev, B43_NPHY_TABLE_DATAHI, value >> 16);
34538c2ecf20Sopenharmony_ci			b43_phy_write(dev, B43_NPHY_TABLE_DATALO,
34548c2ecf20Sopenharmony_ci					value & 0xFFFF);
34558c2ecf20Sopenharmony_ci			break;
34568c2ecf20Sopenharmony_ci		default:
34578c2ecf20Sopenharmony_ci			B43_WARN_ON(1);
34588c2ecf20Sopenharmony_ci		}
34598c2ecf20Sopenharmony_ci	}
34608c2ecf20Sopenharmony_ci}
34618c2ecf20Sopenharmony_ci
34628c2ecf20Sopenharmony_ci#define ntab_upload(dev, offset, data) do { \
34638c2ecf20Sopenharmony_ci		b43_ntab_write_bulk(dev, offset, ARRAY_SIZE(data), data); \
34648c2ecf20Sopenharmony_ci	} while (0)
34658c2ecf20Sopenharmony_ci
34668c2ecf20Sopenharmony_cistatic void b43_nphy_tables_init_shared_lut(struct b43_wldev *dev)
34678c2ecf20Sopenharmony_ci{
34688c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C0_ESTPLT_R3, b43_ntab_estimatepowerlt0_r3);
34698c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C1_ESTPLT_R3, b43_ntab_estimatepowerlt1_r3);
34708c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C0_ADJPLT_R3, b43_ntab_adjustpower0_r3);
34718c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C1_ADJPLT_R3, b43_ntab_adjustpower1_r3);
34728c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C0_GAINCTL_R3, b43_ntab_gainctl0_r3);
34738c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C1_GAINCTL_R3, b43_ntab_gainctl1_r3);
34748c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C0_IQLT_R3, b43_ntab_iqlt0_r3);
34758c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C1_IQLT_R3, b43_ntab_iqlt1_r3);
34768c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C0_LOFEEDTH_R3, b43_ntab_loftlt0_r3);
34778c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C1_LOFEEDTH_R3, b43_ntab_loftlt1_r3);
34788c2ecf20Sopenharmony_ci}
34798c2ecf20Sopenharmony_ci
34808c2ecf20Sopenharmony_cistatic void b43_nphy_tables_init_rev7_volatile(struct b43_wldev *dev)
34818c2ecf20Sopenharmony_ci{
34828c2ecf20Sopenharmony_ci	struct ssb_sprom *sprom = dev->dev->bus_sprom;
34838c2ecf20Sopenharmony_ci	u8 antswlut;
34848c2ecf20Sopenharmony_ci	int core, offset, i;
34858c2ecf20Sopenharmony_ci
34868c2ecf20Sopenharmony_ci	const int antswlut0_offsets[] = { 0, 4, 8, }; /* Offsets for values */
34878c2ecf20Sopenharmony_ci	const u8 antswlut0_values[][3] = {
34888c2ecf20Sopenharmony_ci		{ 0x2, 0x12, 0x8 }, /* Core 0 */
34898c2ecf20Sopenharmony_ci		{ 0x2, 0x18, 0x2 }, /* Core 1 */
34908c2ecf20Sopenharmony_ci	};
34918c2ecf20Sopenharmony_ci
34928c2ecf20Sopenharmony_ci	if (b43_current_band(dev->wl) == NL80211_BAND_5GHZ)
34938c2ecf20Sopenharmony_ci		antswlut = sprom->fem.ghz5.antswlut;
34948c2ecf20Sopenharmony_ci	else
34958c2ecf20Sopenharmony_ci		antswlut = sprom->fem.ghz2.antswlut;
34968c2ecf20Sopenharmony_ci
34978c2ecf20Sopenharmony_ci	switch (antswlut) {
34988c2ecf20Sopenharmony_ci	case 0:
34998c2ecf20Sopenharmony_ci		for (core = 0; core < 2; core++) {
35008c2ecf20Sopenharmony_ci			for (i = 0; i < ARRAY_SIZE(antswlut0_values[0]); i++) {
35018c2ecf20Sopenharmony_ci				offset = core ? 0x20 : 0x00;
35028c2ecf20Sopenharmony_ci				offset += antswlut0_offsets[i];
35038c2ecf20Sopenharmony_ci				b43_ntab_write(dev, B43_NTAB8(9, offset),
35048c2ecf20Sopenharmony_ci					       antswlut0_values[core][i]);
35058c2ecf20Sopenharmony_ci			}
35068c2ecf20Sopenharmony_ci		}
35078c2ecf20Sopenharmony_ci		break;
35088c2ecf20Sopenharmony_ci	default:
35098c2ecf20Sopenharmony_ci		b43err(dev->wl, "Unsupported antswlut: %d\n", antswlut);
35108c2ecf20Sopenharmony_ci		break;
35118c2ecf20Sopenharmony_ci	}
35128c2ecf20Sopenharmony_ci}
35138c2ecf20Sopenharmony_ci
35148c2ecf20Sopenharmony_cistatic void b43_nphy_tables_init_rev16(struct b43_wldev *dev)
35158c2ecf20Sopenharmony_ci{
35168c2ecf20Sopenharmony_ci	/* Static tables */
35178c2ecf20Sopenharmony_ci	if (dev->phy.do_full_init) {
35188c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_NOISEVAR_R7, b43_ntab_noisevar_r7);
35198c2ecf20Sopenharmony_ci		b43_nphy_tables_init_shared_lut(dev);
35208c2ecf20Sopenharmony_ci	}
35218c2ecf20Sopenharmony_ci
35228c2ecf20Sopenharmony_ci	/* Volatile tables */
35238c2ecf20Sopenharmony_ci	b43_nphy_tables_init_rev7_volatile(dev);
35248c2ecf20Sopenharmony_ci}
35258c2ecf20Sopenharmony_ci
35268c2ecf20Sopenharmony_cistatic void b43_nphy_tables_init_rev7(struct b43_wldev *dev)
35278c2ecf20Sopenharmony_ci{
35288c2ecf20Sopenharmony_ci	/* Static tables */
35298c2ecf20Sopenharmony_ci	if (dev->phy.do_full_init) {
35308c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_FRAMESTRUCT_R3, b43_ntab_framestruct_r3);
35318c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_PILOT_R3, b43_ntab_pilot_r3);
35328c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TMAP_R7, b43_ntab_tmap_r7);
35338c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_INTLEVEL_R3, b43_ntab_intlevel_r3);
35348c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDTRN_R3, b43_ntab_tdtrn_r3);
35358c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_NOISEVAR_R7, b43_ntab_noisevar_r7);
35368c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_MCS_R3, b43_ntab_mcs_r3);
35378c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDI20A0_R3, b43_ntab_tdi20a0_r3);
35388c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDI20A1_R3, b43_ntab_tdi20a1_r3);
35398c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDI40A0_R3, b43_ntab_tdi40a0_r3);
35408c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDI40A1_R3, b43_ntab_tdi40a1_r3);
35418c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_PILOTLT_R3, b43_ntab_pilotlt_r3);
35428c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_CHANEST_R3, b43_ntab_channelest_r3);
35438c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_FRAMELT_R3, b43_ntab_framelookup_r3);
35448c2ecf20Sopenharmony_ci		b43_nphy_tables_init_shared_lut(dev);
35458c2ecf20Sopenharmony_ci	}
35468c2ecf20Sopenharmony_ci
35478c2ecf20Sopenharmony_ci	/* Volatile tables */
35488c2ecf20Sopenharmony_ci	b43_nphy_tables_init_rev7_volatile(dev);
35498c2ecf20Sopenharmony_ci}
35508c2ecf20Sopenharmony_ci
35518c2ecf20Sopenharmony_cistatic void b43_nphy_tables_init_rev3(struct b43_wldev *dev)
35528c2ecf20Sopenharmony_ci{
35538c2ecf20Sopenharmony_ci	struct ssb_sprom *sprom = dev->dev->bus_sprom;
35548c2ecf20Sopenharmony_ci	u8 antswlut;
35558c2ecf20Sopenharmony_ci
35568c2ecf20Sopenharmony_ci	if (b43_current_band(dev->wl) == NL80211_BAND_5GHZ)
35578c2ecf20Sopenharmony_ci		antswlut = sprom->fem.ghz5.antswlut;
35588c2ecf20Sopenharmony_ci	else
35598c2ecf20Sopenharmony_ci		antswlut = sprom->fem.ghz2.antswlut;
35608c2ecf20Sopenharmony_ci
35618c2ecf20Sopenharmony_ci	/* Static tables */
35628c2ecf20Sopenharmony_ci	if (dev->phy.do_full_init) {
35638c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_FRAMESTRUCT_R3, b43_ntab_framestruct_r3);
35648c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_PILOT_R3, b43_ntab_pilot_r3);
35658c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TMAP_R3, b43_ntab_tmap_r3);
35668c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_INTLEVEL_R3, b43_ntab_intlevel_r3);
35678c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDTRN_R3, b43_ntab_tdtrn_r3);
35688c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_NOISEVAR_R3, b43_ntab_noisevar_r3);
35698c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_MCS_R3, b43_ntab_mcs_r3);
35708c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDI20A0_R3, b43_ntab_tdi20a0_r3);
35718c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDI20A1_R3, b43_ntab_tdi20a1_r3);
35728c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDI40A0_R3, b43_ntab_tdi40a0_r3);
35738c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDI40A1_R3, b43_ntab_tdi40a1_r3);
35748c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_PILOTLT_R3, b43_ntab_pilotlt_r3);
35758c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_CHANEST_R3, b43_ntab_channelest_r3);
35768c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_FRAMELT_R3, b43_ntab_framelookup_r3);
35778c2ecf20Sopenharmony_ci		b43_nphy_tables_init_shared_lut(dev);
35788c2ecf20Sopenharmony_ci	}
35798c2ecf20Sopenharmony_ci
35808c2ecf20Sopenharmony_ci	/* Volatile tables */
35818c2ecf20Sopenharmony_ci	if (antswlut < ARRAY_SIZE(b43_ntab_antswctl_r3))
35828c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_ANT_SW_CTL_R3,
35838c2ecf20Sopenharmony_ci			    b43_ntab_antswctl_r3[antswlut]);
35848c2ecf20Sopenharmony_ci	else
35858c2ecf20Sopenharmony_ci		B43_WARN_ON(1);
35868c2ecf20Sopenharmony_ci}
35878c2ecf20Sopenharmony_ci
35888c2ecf20Sopenharmony_cistatic void b43_nphy_tables_init_rev0(struct b43_wldev *dev)
35898c2ecf20Sopenharmony_ci{
35908c2ecf20Sopenharmony_ci	/* Static tables */
35918c2ecf20Sopenharmony_ci	if (dev->phy.do_full_init) {
35928c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_FRAMESTRUCT, b43_ntab_framestruct);
35938c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_FRAMELT, b43_ntab_framelookup);
35948c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TMAP, b43_ntab_tmap);
35958c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDTRN, b43_ntab_tdtrn);
35968c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_INTLEVEL, b43_ntab_intlevel);
35978c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_PILOT, b43_ntab_pilot);
35988c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDI20A0, b43_ntab_tdi20a0);
35998c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDI20A1, b43_ntab_tdi20a1);
36008c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDI40A0, b43_ntab_tdi40a0);
36018c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_TDI40A1, b43_ntab_tdi40a1);
36028c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_CHANEST, b43_ntab_channelest);
36038c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_MCS, b43_ntab_mcs);
36048c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_NOISEVAR10, b43_ntab_noisevar10);
36058c2ecf20Sopenharmony_ci		ntab_upload(dev, B43_NTAB_NOISEVAR11, b43_ntab_noisevar11);
36068c2ecf20Sopenharmony_ci	}
36078c2ecf20Sopenharmony_ci
36088c2ecf20Sopenharmony_ci	/* Volatile tables */
36098c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_BDI, b43_ntab_bdi);
36108c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_PILOTLT, b43_ntab_pilotlt);
36118c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C0_GAINCTL, b43_ntab_gainctl0);
36128c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C1_GAINCTL, b43_ntab_gainctl1);
36138c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C0_ESTPLT, b43_ntab_estimatepowerlt0);
36148c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C1_ESTPLT, b43_ntab_estimatepowerlt1);
36158c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C0_ADJPLT, b43_ntab_adjustpower0);
36168c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C1_ADJPLT, b43_ntab_adjustpower1);
36178c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C0_IQLT, b43_ntab_iqlt0);
36188c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C1_IQLT, b43_ntab_iqlt1);
36198c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C0_LOFEEDTH, b43_ntab_loftlt0);
36208c2ecf20Sopenharmony_ci	ntab_upload(dev, B43_NTAB_C1_LOFEEDTH, b43_ntab_loftlt1);
36218c2ecf20Sopenharmony_ci}
36228c2ecf20Sopenharmony_ci
36238c2ecf20Sopenharmony_ci/* https://bcm-v4.sipsolutions.net/802.11/PHY/N/InitTables */
36248c2ecf20Sopenharmony_civoid b43_nphy_tables_init(struct b43_wldev *dev)
36258c2ecf20Sopenharmony_ci{
36268c2ecf20Sopenharmony_ci	if (dev->phy.rev >= 16)
36278c2ecf20Sopenharmony_ci		b43_nphy_tables_init_rev16(dev);
36288c2ecf20Sopenharmony_ci	else if (dev->phy.rev >= 7)
36298c2ecf20Sopenharmony_ci		b43_nphy_tables_init_rev7(dev);
36308c2ecf20Sopenharmony_ci	else if (dev->phy.rev >= 3)
36318c2ecf20Sopenharmony_ci		b43_nphy_tables_init_rev3(dev);
36328c2ecf20Sopenharmony_ci	else
36338c2ecf20Sopenharmony_ci		b43_nphy_tables_init_rev0(dev);
36348c2ecf20Sopenharmony_ci}
36358c2ecf20Sopenharmony_ci
36368c2ecf20Sopenharmony_ci/* https://bcm-v4.sipsolutions.net/802.11/PHY/N/GetIpaGainTbl */
36378c2ecf20Sopenharmony_cistatic const u32 *b43_nphy_get_ipa_gain_table(struct b43_wldev *dev)
36388c2ecf20Sopenharmony_ci{
36398c2ecf20Sopenharmony_ci	struct b43_phy *phy = &dev->phy;
36408c2ecf20Sopenharmony_ci
36418c2ecf20Sopenharmony_ci	if (b43_current_band(dev->wl) == NL80211_BAND_2GHZ) {
36428c2ecf20Sopenharmony_ci		switch (phy->rev) {
36438c2ecf20Sopenharmony_ci		case 17:
36448c2ecf20Sopenharmony_ci			if (phy->radio_rev == 14)
36458c2ecf20Sopenharmony_ci				return b43_ntab_tx_gain_ipa_2057_rev14_2g;
36468c2ecf20Sopenharmony_ci			break;
36478c2ecf20Sopenharmony_ci		case 16:
36488c2ecf20Sopenharmony_ci			if (phy->radio_rev == 9)
36498c2ecf20Sopenharmony_ci				return b43_ntab_tx_gain_ipa_2057_rev9_2g;
36508c2ecf20Sopenharmony_ci			break;
36518c2ecf20Sopenharmony_ci		case 8:
36528c2ecf20Sopenharmony_ci			if (phy->radio_rev == 5)
36538c2ecf20Sopenharmony_ci				return b43_ntab_tx_gain_ipa_2057_rev5_2g;
36548c2ecf20Sopenharmony_ci			break;
36558c2ecf20Sopenharmony_ci		case 6:
36568c2ecf20Sopenharmony_ci			if (dev->dev->chip_id == BCMA_CHIP_ID_BCM47162)
36578c2ecf20Sopenharmony_ci				return b43_ntab_tx_gain_ipa_rev5_2g;
36588c2ecf20Sopenharmony_ci			return b43_ntab_tx_gain_ipa_rev6_2g;
36598c2ecf20Sopenharmony_ci		case 5:
36608c2ecf20Sopenharmony_ci			return b43_ntab_tx_gain_ipa_rev5_2g;
36618c2ecf20Sopenharmony_ci		case 4:
36628c2ecf20Sopenharmony_ci		case 3:
36638c2ecf20Sopenharmony_ci			return b43_ntab_tx_gain_ipa_rev3_2g;
36648c2ecf20Sopenharmony_ci		}
36658c2ecf20Sopenharmony_ci
36668c2ecf20Sopenharmony_ci		b43err(dev->wl,
36678c2ecf20Sopenharmony_ci		       "No 2GHz IPA gain table available for this device\n");
36688c2ecf20Sopenharmony_ci		return NULL;
36698c2ecf20Sopenharmony_ci	} else {
36708c2ecf20Sopenharmony_ci		switch (phy->rev) {
36718c2ecf20Sopenharmony_ci		case 16:
36728c2ecf20Sopenharmony_ci			if (phy->radio_rev == 9)
36738c2ecf20Sopenharmony_ci				return b43_ntab_tx_gain_ipa_2057_rev9_5g;
36748c2ecf20Sopenharmony_ci			break;
36758c2ecf20Sopenharmony_ci		case 3 ... 6:
36768c2ecf20Sopenharmony_ci			return b43_ntab_tx_gain_ipa_rev3_5g;
36778c2ecf20Sopenharmony_ci		}
36788c2ecf20Sopenharmony_ci
36798c2ecf20Sopenharmony_ci		b43err(dev->wl,
36808c2ecf20Sopenharmony_ci		       "No 5GHz IPA gain table available for this device\n");
36818c2ecf20Sopenharmony_ci		return NULL;
36828c2ecf20Sopenharmony_ci	}
36838c2ecf20Sopenharmony_ci}
36848c2ecf20Sopenharmony_ci
36858c2ecf20Sopenharmony_ciconst u32 *b43_nphy_get_tx_gain_table(struct b43_wldev *dev)
36868c2ecf20Sopenharmony_ci{
36878c2ecf20Sopenharmony_ci	struct b43_phy *phy = &dev->phy;
36888c2ecf20Sopenharmony_ci	enum nl80211_band band = b43_current_band(dev->wl);
36898c2ecf20Sopenharmony_ci	struct ssb_sprom *sprom = dev->dev->bus_sprom;
36908c2ecf20Sopenharmony_ci
36918c2ecf20Sopenharmony_ci	if (dev->phy.rev < 3)
36928c2ecf20Sopenharmony_ci		return b43_ntab_tx_gain_rev0_1_2;
36938c2ecf20Sopenharmony_ci
36948c2ecf20Sopenharmony_ci	/* rev 3+ */
36958c2ecf20Sopenharmony_ci	if ((dev->phy.n->ipa2g_on && band == NL80211_BAND_2GHZ) ||
36968c2ecf20Sopenharmony_ci	    (dev->phy.n->ipa5g_on && band == NL80211_BAND_5GHZ)) {
36978c2ecf20Sopenharmony_ci		return b43_nphy_get_ipa_gain_table(dev);
36988c2ecf20Sopenharmony_ci	} else if (b43_current_band(dev->wl) == NL80211_BAND_5GHZ) {
36998c2ecf20Sopenharmony_ci		switch (phy->rev) {
37008c2ecf20Sopenharmony_ci		case 6:
37018c2ecf20Sopenharmony_ci		case 5:
37028c2ecf20Sopenharmony_ci			return b43_ntab_tx_gain_epa_rev5_5g;
37038c2ecf20Sopenharmony_ci		case 4:
37048c2ecf20Sopenharmony_ci			return sprom->fem.ghz5.extpa_gain == 3 ?
37058c2ecf20Sopenharmony_ci				b43_ntab_tx_gain_epa_rev4_5g :
37068c2ecf20Sopenharmony_ci				b43_ntab_tx_gain_epa_rev4_hi_pwr_5g;
37078c2ecf20Sopenharmony_ci		case 3:
37088c2ecf20Sopenharmony_ci			return b43_ntab_tx_gain_epa_rev3_5g;
37098c2ecf20Sopenharmony_ci		default:
37108c2ecf20Sopenharmony_ci			b43err(dev->wl,
37118c2ecf20Sopenharmony_ci			       "No 5GHz EPA gain table available for this device\n");
37128c2ecf20Sopenharmony_ci			return NULL;
37138c2ecf20Sopenharmony_ci		}
37148c2ecf20Sopenharmony_ci	} else {
37158c2ecf20Sopenharmony_ci		switch (phy->rev) {
37168c2ecf20Sopenharmony_ci		case 6:
37178c2ecf20Sopenharmony_ci		case 5:
37188c2ecf20Sopenharmony_ci			if (sprom->fem.ghz2.extpa_gain == 3)
37198c2ecf20Sopenharmony_ci				return b43_ntab_tx_gain_epa_rev3_hi_pwr_2g;
37208c2ecf20Sopenharmony_ci			fallthrough;
37218c2ecf20Sopenharmony_ci		case 4:
37228c2ecf20Sopenharmony_ci		case 3:
37238c2ecf20Sopenharmony_ci			return b43_ntab_tx_gain_epa_rev3_2g;
37248c2ecf20Sopenharmony_ci		default:
37258c2ecf20Sopenharmony_ci			b43err(dev->wl,
37268c2ecf20Sopenharmony_ci			       "No 2GHz EPA gain table available for this device\n");
37278c2ecf20Sopenharmony_ci			return NULL;
37288c2ecf20Sopenharmony_ci		}
37298c2ecf20Sopenharmony_ci	}
37308c2ecf20Sopenharmony_ci}
37318c2ecf20Sopenharmony_ci
37328c2ecf20Sopenharmony_ciconst s16 *b43_ntab_get_rf_pwr_offset_table(struct b43_wldev *dev)
37338c2ecf20Sopenharmony_ci{
37348c2ecf20Sopenharmony_ci	struct b43_phy *phy = &dev->phy;
37358c2ecf20Sopenharmony_ci
37368c2ecf20Sopenharmony_ci	if (b43_current_band(dev->wl) == NL80211_BAND_2GHZ) {
37378c2ecf20Sopenharmony_ci		switch (phy->rev) {
37388c2ecf20Sopenharmony_ci		case 17:
37398c2ecf20Sopenharmony_ci			if (phy->radio_rev == 14)
37408c2ecf20Sopenharmony_ci				return b43_ntab_rf_pwr_offset_2057_rev14_2g;
37418c2ecf20Sopenharmony_ci			break;
37428c2ecf20Sopenharmony_ci		case 16:
37438c2ecf20Sopenharmony_ci			if (phy->radio_rev == 9)
37448c2ecf20Sopenharmony_ci				return b43_ntab_rf_pwr_offset_2057_rev9_2g;
37458c2ecf20Sopenharmony_ci			break;
37468c2ecf20Sopenharmony_ci		}
37478c2ecf20Sopenharmony_ci
37488c2ecf20Sopenharmony_ci		b43err(dev->wl,
37498c2ecf20Sopenharmony_ci		       "No 2GHz RF power table available for this device\n");
37508c2ecf20Sopenharmony_ci		return NULL;
37518c2ecf20Sopenharmony_ci	} else {
37528c2ecf20Sopenharmony_ci		switch (phy->rev) {
37538c2ecf20Sopenharmony_ci		case 16:
37548c2ecf20Sopenharmony_ci			if (phy->radio_rev == 9)
37558c2ecf20Sopenharmony_ci				return b43_ntab_rf_pwr_offset_2057_rev9_5g;
37568c2ecf20Sopenharmony_ci			break;
37578c2ecf20Sopenharmony_ci		}
37588c2ecf20Sopenharmony_ci
37598c2ecf20Sopenharmony_ci		b43err(dev->wl,
37608c2ecf20Sopenharmony_ci		       "No 5GHz RF power table available for this device\n");
37618c2ecf20Sopenharmony_ci		return NULL;
37628c2ecf20Sopenharmony_ci	}
37638c2ecf20Sopenharmony_ci}
37648c2ecf20Sopenharmony_ci
37658c2ecf20Sopenharmony_cistruct nphy_gain_ctl_workaround_entry *b43_nphy_get_gain_ctl_workaround_ent(
37668c2ecf20Sopenharmony_ci	struct b43_wldev *dev, bool ghz5, bool ext_lna)
37678c2ecf20Sopenharmony_ci{
37688c2ecf20Sopenharmony_ci	struct b43_phy *phy = &dev->phy;
37698c2ecf20Sopenharmony_ci	struct nphy_gain_ctl_workaround_entry *e;
37708c2ecf20Sopenharmony_ci	u8 phy_idx;
37718c2ecf20Sopenharmony_ci
37728c2ecf20Sopenharmony_ci	if (!ghz5 && dev->phy.rev >= 6 && dev->phy.radio_rev == 11)
37738c2ecf20Sopenharmony_ci		return &nphy_gain_ctl_wa_phy6_radio11_ghz2;
37748c2ecf20Sopenharmony_ci
37758c2ecf20Sopenharmony_ci	B43_WARN_ON(dev->phy.rev < 3);
37768c2ecf20Sopenharmony_ci	if (dev->phy.rev >= 6)
37778c2ecf20Sopenharmony_ci		phy_idx = 3;
37788c2ecf20Sopenharmony_ci	else if (dev->phy.rev == 5)
37798c2ecf20Sopenharmony_ci		phy_idx = 2;
37808c2ecf20Sopenharmony_ci	else if (dev->phy.rev == 4)
37818c2ecf20Sopenharmony_ci		phy_idx = 1;
37828c2ecf20Sopenharmony_ci	else
37838c2ecf20Sopenharmony_ci		phy_idx = 0;
37848c2ecf20Sopenharmony_ci	e = &nphy_gain_ctl_workaround[ghz5][phy_idx];
37858c2ecf20Sopenharmony_ci
37868c2ecf20Sopenharmony_ci	/* Some workarounds to the workarounds... */
37878c2ecf20Sopenharmony_ci	if (!ghz5) {
37888c2ecf20Sopenharmony_ci		u8 tr_iso = dev->dev->bus_sprom->fem.ghz2.tr_iso;
37898c2ecf20Sopenharmony_ci
37908c2ecf20Sopenharmony_ci		if (tr_iso > 7)
37918c2ecf20Sopenharmony_ci			tr_iso = 3;
37928c2ecf20Sopenharmony_ci
37938c2ecf20Sopenharmony_ci		if (phy->rev >= 6) {
37948c2ecf20Sopenharmony_ci			static const int gain_data[] = { 0x106a, 0x106c, 0x1074,
37958c2ecf20Sopenharmony_ci							 0x107c, 0x007e, 0x107e,
37968c2ecf20Sopenharmony_ci							 0x207e, 0x307e, };
37978c2ecf20Sopenharmony_ci
37988c2ecf20Sopenharmony_ci			e->cliplo_gain = gain_data[tr_iso];
37998c2ecf20Sopenharmony_ci		} else if (phy->rev == 5) {
38008c2ecf20Sopenharmony_ci			static const int gain_data[] = { 0x0062, 0x0064, 0x006a,
38018c2ecf20Sopenharmony_ci							 0x106a, 0x106c, 0x1074,
38028c2ecf20Sopenharmony_ci							 0x107c, 0x207c, };
38038c2ecf20Sopenharmony_ci
38048c2ecf20Sopenharmony_ci			e->cliplo_gain = gain_data[tr_iso];
38058c2ecf20Sopenharmony_ci		}
38068c2ecf20Sopenharmony_ci
38078c2ecf20Sopenharmony_ci		if (phy->rev >= 5 && ext_lna) {
38088c2ecf20Sopenharmony_ci			e->rfseq_init[0] &= ~0x4000;
38098c2ecf20Sopenharmony_ci			e->rfseq_init[1] &= ~0x4000;
38108c2ecf20Sopenharmony_ci			e->rfseq_init[2] &= ~0x4000;
38118c2ecf20Sopenharmony_ci			e->rfseq_init[3] &= ~0x4000;
38128c2ecf20Sopenharmony_ci			e->init_gain &= ~0x4000;
38138c2ecf20Sopenharmony_ci		}
38148c2ecf20Sopenharmony_ci	} else {
38158c2ecf20Sopenharmony_ci		if (phy->rev >= 6) {
38168c2ecf20Sopenharmony_ci			if (phy->radio_rev == 11 && !b43_is_40mhz(dev))
38178c2ecf20Sopenharmony_ci				e->crsminu = 0x2d;
38188c2ecf20Sopenharmony_ci		} else if (phy->rev == 4 && ext_lna) {
38198c2ecf20Sopenharmony_ci			e->rfseq_init[0] &= ~0x4000;
38208c2ecf20Sopenharmony_ci			e->rfseq_init[1] &= ~0x4000;
38218c2ecf20Sopenharmony_ci			e->rfseq_init[2] &= ~0x4000;
38228c2ecf20Sopenharmony_ci			e->rfseq_init[3] &= ~0x4000;
38238c2ecf20Sopenharmony_ci			e->init_gain &= ~0x4000;
38248c2ecf20Sopenharmony_ci			e->rfseq_init[0] |= 0x1000;
38258c2ecf20Sopenharmony_ci			e->rfseq_init[1] |= 0x1000;
38268c2ecf20Sopenharmony_ci			e->rfseq_init[2] |= 0x1000;
38278c2ecf20Sopenharmony_ci			e->rfseq_init[3] |= 0x1000;
38288c2ecf20Sopenharmony_ci			e->init_gain |= 0x1000;
38298c2ecf20Sopenharmony_ci		}
38308c2ecf20Sopenharmony_ci	}
38318c2ecf20Sopenharmony_ci
38328c2ecf20Sopenharmony_ci	return e;
38338c2ecf20Sopenharmony_ci}
38348c2ecf20Sopenharmony_ci
38358c2ecf20Sopenharmony_ciconst struct nphy_rf_control_override_rev7 *b43_nphy_get_rf_ctl_over_rev7(
38368c2ecf20Sopenharmony_ci	struct b43_wldev *dev, u16 field, u8 override)
38378c2ecf20Sopenharmony_ci{
38388c2ecf20Sopenharmony_ci	const struct nphy_rf_control_override_rev7 *e;
38398c2ecf20Sopenharmony_ci	u8 size, i;
38408c2ecf20Sopenharmony_ci
38418c2ecf20Sopenharmony_ci	switch (override) {
38428c2ecf20Sopenharmony_ci	case 0:
38438c2ecf20Sopenharmony_ci		e = tbl_rf_control_override_rev7_over0;
38448c2ecf20Sopenharmony_ci		size = ARRAY_SIZE(tbl_rf_control_override_rev7_over0);
38458c2ecf20Sopenharmony_ci		break;
38468c2ecf20Sopenharmony_ci	case 1:
38478c2ecf20Sopenharmony_ci		e = tbl_rf_control_override_rev7_over1;
38488c2ecf20Sopenharmony_ci		size = ARRAY_SIZE(tbl_rf_control_override_rev7_over1);
38498c2ecf20Sopenharmony_ci		break;
38508c2ecf20Sopenharmony_ci	case 2:
38518c2ecf20Sopenharmony_ci		e = tbl_rf_control_override_rev7_over2;
38528c2ecf20Sopenharmony_ci		size = ARRAY_SIZE(tbl_rf_control_override_rev7_over2);
38538c2ecf20Sopenharmony_ci		break;
38548c2ecf20Sopenharmony_ci	default:
38558c2ecf20Sopenharmony_ci		b43err(dev->wl, "Invalid override value %d\n", override);
38568c2ecf20Sopenharmony_ci		return NULL;
38578c2ecf20Sopenharmony_ci	}
38588c2ecf20Sopenharmony_ci
38598c2ecf20Sopenharmony_ci	for (i = 0; i < size; i++) {
38608c2ecf20Sopenharmony_ci		if (e[i].field == field)
38618c2ecf20Sopenharmony_ci			return &e[i];
38628c2ecf20Sopenharmony_ci	}
38638c2ecf20Sopenharmony_ci
38648c2ecf20Sopenharmony_ci	return NULL;
38658c2ecf20Sopenharmony_ci}
3866