18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 28c2ecf20Sopenharmony_ci/* Copyright(c) 2018-2019 Realtek Corporation 38c2ecf20Sopenharmony_ci */ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#include "main.h" 68c2ecf20Sopenharmony_ci#include "phy.h" 78c2ecf20Sopenharmony_ci#include "rtw8723d_table.h" 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_cistatic const u32 rtw8723d_mac[] = { 108c2ecf20Sopenharmony_ci 0x020, 0x00000013, 118c2ecf20Sopenharmony_ci 0x02F, 0x00000010, 128c2ecf20Sopenharmony_ci 0x077, 0x00000007, 138c2ecf20Sopenharmony_ci 0x421, 0x0000000F, 148c2ecf20Sopenharmony_ci 0x428, 0x0000000A, 158c2ecf20Sopenharmony_ci 0x429, 0x00000010, 168c2ecf20Sopenharmony_ci 0x430, 0x00000000, 178c2ecf20Sopenharmony_ci 0x431, 0x00000000, 188c2ecf20Sopenharmony_ci 0x432, 0x00000000, 198c2ecf20Sopenharmony_ci 0x433, 0x00000001, 208c2ecf20Sopenharmony_ci 0x434, 0x00000002, 218c2ecf20Sopenharmony_ci 0x435, 0x00000003, 228c2ecf20Sopenharmony_ci 0x436, 0x00000005, 238c2ecf20Sopenharmony_ci 0x437, 0x00000007, 248c2ecf20Sopenharmony_ci 0x438, 0x00000000, 258c2ecf20Sopenharmony_ci 0x439, 0x00000000, 268c2ecf20Sopenharmony_ci 0x43A, 0x00000000, 278c2ecf20Sopenharmony_ci 0x43B, 0x00000001, 288c2ecf20Sopenharmony_ci 0x43C, 0x00000002, 298c2ecf20Sopenharmony_ci 0x43D, 0x00000003, 308c2ecf20Sopenharmony_ci 0x43E, 0x00000005, 318c2ecf20Sopenharmony_ci 0x43F, 0x00000007, 328c2ecf20Sopenharmony_ci 0x440, 0x0000005D, 338c2ecf20Sopenharmony_ci 0x441, 0x00000001, 348c2ecf20Sopenharmony_ci 0x442, 0x00000000, 358c2ecf20Sopenharmony_ci 0x444, 0x00000010, 368c2ecf20Sopenharmony_ci 0x445, 0x00000000, 378c2ecf20Sopenharmony_ci 0x446, 0x00000000, 388c2ecf20Sopenharmony_ci 0x447, 0x00000000, 398c2ecf20Sopenharmony_ci 0x448, 0x00000000, 408c2ecf20Sopenharmony_ci 0x449, 0x000000F0, 418c2ecf20Sopenharmony_ci 0x44A, 0x0000000F, 428c2ecf20Sopenharmony_ci 0x44B, 0x0000003E, 438c2ecf20Sopenharmony_ci 0x44C, 0x00000010, 448c2ecf20Sopenharmony_ci 0x44D, 0x00000000, 458c2ecf20Sopenharmony_ci 0x44E, 0x00000000, 468c2ecf20Sopenharmony_ci 0x44F, 0x00000000, 478c2ecf20Sopenharmony_ci 0x450, 0x00000000, 488c2ecf20Sopenharmony_ci 0x451, 0x000000F0, 498c2ecf20Sopenharmony_ci 0x452, 0x0000000F, 508c2ecf20Sopenharmony_ci 0x453, 0x00000000, 518c2ecf20Sopenharmony_ci 0x456, 0x0000005E, 528c2ecf20Sopenharmony_ci 0x460, 0x00000066, 538c2ecf20Sopenharmony_ci 0x461, 0x00000066, 548c2ecf20Sopenharmony_ci 0x4C8, 0x000000FF, 558c2ecf20Sopenharmony_ci 0x4C9, 0x00000008, 568c2ecf20Sopenharmony_ci 0x4CC, 0x000000FF, 578c2ecf20Sopenharmony_ci 0x4CD, 0x000000FF, 588c2ecf20Sopenharmony_ci 0x4CE, 0x00000001, 598c2ecf20Sopenharmony_ci 0x500, 0x00000026, 608c2ecf20Sopenharmony_ci 0x501, 0x000000A2, 618c2ecf20Sopenharmony_ci 0x502, 0x0000002F, 628c2ecf20Sopenharmony_ci 0x503, 0x00000000, 638c2ecf20Sopenharmony_ci 0x504, 0x00000028, 648c2ecf20Sopenharmony_ci 0x505, 0x000000A3, 658c2ecf20Sopenharmony_ci 0x506, 0x0000005E, 668c2ecf20Sopenharmony_ci 0x507, 0x00000000, 678c2ecf20Sopenharmony_ci 0x508, 0x0000002B, 688c2ecf20Sopenharmony_ci 0x509, 0x000000A4, 698c2ecf20Sopenharmony_ci 0x50A, 0x0000005E, 708c2ecf20Sopenharmony_ci 0x50B, 0x00000000, 718c2ecf20Sopenharmony_ci 0x50C, 0x0000004F, 728c2ecf20Sopenharmony_ci 0x50D, 0x000000A4, 738c2ecf20Sopenharmony_ci 0x50E, 0x00000000, 748c2ecf20Sopenharmony_ci 0x50F, 0x00000000, 758c2ecf20Sopenharmony_ci 0x512, 0x0000001C, 768c2ecf20Sopenharmony_ci 0x514, 0x0000000A, 778c2ecf20Sopenharmony_ci 0x516, 0x0000000A, 788c2ecf20Sopenharmony_ci 0x525, 0x0000004F, 798c2ecf20Sopenharmony_ci 0x550, 0x00000010, 808c2ecf20Sopenharmony_ci 0x551, 0x00000010, 818c2ecf20Sopenharmony_ci 0x559, 0x00000002, 828c2ecf20Sopenharmony_ci 0x55C, 0x00000028, 838c2ecf20Sopenharmony_ci 0x55D, 0x000000FF, 848c2ecf20Sopenharmony_ci 0x605, 0x00000030, 858c2ecf20Sopenharmony_ci 0x608, 0x0000000E, 868c2ecf20Sopenharmony_ci 0x609, 0x0000002A, 878c2ecf20Sopenharmony_ci 0x620, 0x000000FF, 888c2ecf20Sopenharmony_ci 0x621, 0x000000FF, 898c2ecf20Sopenharmony_ci 0x622, 0x000000FF, 908c2ecf20Sopenharmony_ci 0x623, 0x000000FF, 918c2ecf20Sopenharmony_ci 0x624, 0x000000FF, 928c2ecf20Sopenharmony_ci 0x625, 0x000000FF, 938c2ecf20Sopenharmony_ci 0x626, 0x000000FF, 948c2ecf20Sopenharmony_ci 0x627, 0x000000FF, 958c2ecf20Sopenharmony_ci 0x638, 0x00000028, 968c2ecf20Sopenharmony_ci 0x63C, 0x0000000A, 978c2ecf20Sopenharmony_ci 0x63D, 0x0000000A, 988c2ecf20Sopenharmony_ci 0x63E, 0x0000000C, 998c2ecf20Sopenharmony_ci 0x63F, 0x0000000C, 1008c2ecf20Sopenharmony_ci 0x640, 0x00000040, 1018c2ecf20Sopenharmony_ci 0x642, 0x00000040, 1028c2ecf20Sopenharmony_ci 0x643, 0x00000000, 1038c2ecf20Sopenharmony_ci 0x652, 0x000000C8, 1048c2ecf20Sopenharmony_ci 0x66A, 0x000000B0, 1058c2ecf20Sopenharmony_ci 0x66E, 0x00000005, 1068c2ecf20Sopenharmony_ci 0x700, 0x00000021, 1078c2ecf20Sopenharmony_ci 0x701, 0x00000043, 1088c2ecf20Sopenharmony_ci 0x702, 0x00000065, 1098c2ecf20Sopenharmony_ci 0x703, 0x00000087, 1108c2ecf20Sopenharmony_ci 0x708, 0x00000021, 1118c2ecf20Sopenharmony_ci 0x709, 0x00000043, 1128c2ecf20Sopenharmony_ci 0x70A, 0x00000065, 1138c2ecf20Sopenharmony_ci 0x70B, 0x00000087, 1148c2ecf20Sopenharmony_ci 0x765, 0x00000018, 1158c2ecf20Sopenharmony_ci 0x76E, 0x00000004, 1168c2ecf20Sopenharmony_ci 0x7C0, 0x00000038, 1178c2ecf20Sopenharmony_ci 0x7C2, 0x0000000F, 1188c2ecf20Sopenharmony_ci 0x7C3, 0x000000C0, 1198c2ecf20Sopenharmony_ci 0x073, 0x00000004, 1208c2ecf20Sopenharmony_ci 0x7C4, 0x00000077, 1218c2ecf20Sopenharmony_ci 0x07C, 0x00000003, 1228c2ecf20Sopenharmony_ci 0x016, 0x000000B3, 1238c2ecf20Sopenharmony_ci}; 1248c2ecf20Sopenharmony_ci 1258c2ecf20Sopenharmony_ciRTW_DECL_TABLE_PHY_COND(rtw8723d_mac, rtw_phy_cfg_mac); 1268c2ecf20Sopenharmony_ci 1278c2ecf20Sopenharmony_cistatic const u32 rtw8723d_agc[] = { 1288c2ecf20Sopenharmony_ci 0xC78, 0xFE000101, 1298c2ecf20Sopenharmony_ci 0xC78, 0xFD010101, 1308c2ecf20Sopenharmony_ci 0xC78, 0xFC020101, 1318c2ecf20Sopenharmony_ci 0xC78, 0xFB030101, 1328c2ecf20Sopenharmony_ci 0xC78, 0xFA040101, 1338c2ecf20Sopenharmony_ci 0xC78, 0xF9050101, 1348c2ecf20Sopenharmony_ci 0xC78, 0xF8060101, 1358c2ecf20Sopenharmony_ci 0xC78, 0xF7070101, 1368c2ecf20Sopenharmony_ci 0xC78, 0xF6080101, 1378c2ecf20Sopenharmony_ci 0xC78, 0xF5090101, 1388c2ecf20Sopenharmony_ci 0xC78, 0xF40A0101, 1398c2ecf20Sopenharmony_ci 0xC78, 0xF30B0101, 1408c2ecf20Sopenharmony_ci 0xC78, 0xF20C0101, 1418c2ecf20Sopenharmony_ci 0xC78, 0xF10D0101, 1428c2ecf20Sopenharmony_ci 0xC78, 0xF00E0101, 1438c2ecf20Sopenharmony_ci 0xC78, 0xEF0F0101, 1448c2ecf20Sopenharmony_ci 0xC78, 0xEE100101, 1458c2ecf20Sopenharmony_ci 0xC78, 0xED110101, 1468c2ecf20Sopenharmony_ci 0xC78, 0xEC120101, 1478c2ecf20Sopenharmony_ci 0xC78, 0xEB130101, 1488c2ecf20Sopenharmony_ci 0xC78, 0xEA140101, 1498c2ecf20Sopenharmony_ci 0xC78, 0xE9150101, 1508c2ecf20Sopenharmony_ci 0xC78, 0xE8160101, 1518c2ecf20Sopenharmony_ci 0xC78, 0xE7170101, 1528c2ecf20Sopenharmony_ci 0xC78, 0xE6180101, 1538c2ecf20Sopenharmony_ci 0xC78, 0xE5190101, 1548c2ecf20Sopenharmony_ci 0xC78, 0xE41A0101, 1558c2ecf20Sopenharmony_ci 0xC78, 0xE31B0101, 1568c2ecf20Sopenharmony_ci 0xC78, 0xE21C0101, 1578c2ecf20Sopenharmony_ci 0xC78, 0xE11D0101, 1588c2ecf20Sopenharmony_ci 0xC78, 0xE01E0101, 1598c2ecf20Sopenharmony_ci 0xC78, 0x861F0101, 1608c2ecf20Sopenharmony_ci 0xC78, 0x85200101, 1618c2ecf20Sopenharmony_ci 0xC78, 0x84210101, 1628c2ecf20Sopenharmony_ci 0xC78, 0x83220101, 1638c2ecf20Sopenharmony_ci 0xC78, 0x82230101, 1648c2ecf20Sopenharmony_ci 0xC78, 0x81240101, 1658c2ecf20Sopenharmony_ci 0xC78, 0x80250101, 1668c2ecf20Sopenharmony_ci 0xC78, 0x44260101, 1678c2ecf20Sopenharmony_ci 0xC78, 0x43270101, 1688c2ecf20Sopenharmony_ci 0xC78, 0x42280101, 1698c2ecf20Sopenharmony_ci 0xC78, 0x41290101, 1708c2ecf20Sopenharmony_ci 0xC78, 0x402A0101, 1718c2ecf20Sopenharmony_ci 0xC78, 0x022B0101, 1728c2ecf20Sopenharmony_ci 0xC78, 0x012C0101, 1738c2ecf20Sopenharmony_ci 0xC78, 0x002D0101, 1748c2ecf20Sopenharmony_ci 0xC78, 0xC52E0001, 1758c2ecf20Sopenharmony_ci 0xC78, 0xC42F0001, 1768c2ecf20Sopenharmony_ci 0xC78, 0xC3300001, 1778c2ecf20Sopenharmony_ci 0xC78, 0xC2310001, 1788c2ecf20Sopenharmony_ci 0xC78, 0xC1320001, 1798c2ecf20Sopenharmony_ci 0xC78, 0xC0330001, 1808c2ecf20Sopenharmony_ci 0xC78, 0x04340001, 1818c2ecf20Sopenharmony_ci 0xC78, 0x03350001, 1828c2ecf20Sopenharmony_ci 0xC78, 0x02360001, 1838c2ecf20Sopenharmony_ci 0xC78, 0x01370001, 1848c2ecf20Sopenharmony_ci 0xC78, 0x00380001, 1858c2ecf20Sopenharmony_ci 0xC78, 0x00390001, 1868c2ecf20Sopenharmony_ci 0xC78, 0x003A0001, 1878c2ecf20Sopenharmony_ci 0xC78, 0x003B0001, 1888c2ecf20Sopenharmony_ci 0xC78, 0x003C0001, 1898c2ecf20Sopenharmony_ci 0xC78, 0x003D0001, 1908c2ecf20Sopenharmony_ci 0xC78, 0x003E0001, 1918c2ecf20Sopenharmony_ci 0xC78, 0x003F0001, 1928c2ecf20Sopenharmony_ci 0xC78, 0x6F002001, 1938c2ecf20Sopenharmony_ci 0xC78, 0x6F012001, 1948c2ecf20Sopenharmony_ci 0xC78, 0x6F022001, 1958c2ecf20Sopenharmony_ci 0xC78, 0x6F032001, 1968c2ecf20Sopenharmony_ci 0xC78, 0x6F042001, 1978c2ecf20Sopenharmony_ci 0xC78, 0x6F052001, 1988c2ecf20Sopenharmony_ci 0xC78, 0x6F062001, 1998c2ecf20Sopenharmony_ci 0xC78, 0x6F072001, 2008c2ecf20Sopenharmony_ci 0xC78, 0x6F082001, 2018c2ecf20Sopenharmony_ci 0xC78, 0x6F092001, 2028c2ecf20Sopenharmony_ci 0xC78, 0x6F0A2001, 2038c2ecf20Sopenharmony_ci 0xC78, 0x6F0B2001, 2048c2ecf20Sopenharmony_ci 0xC78, 0x6F0C2001, 2058c2ecf20Sopenharmony_ci 0xC78, 0x6F0D2001, 2068c2ecf20Sopenharmony_ci 0xC78, 0x6F0E2001, 2078c2ecf20Sopenharmony_ci 0xC78, 0x6F0F2001, 2088c2ecf20Sopenharmony_ci 0xC78, 0x6F102001, 2098c2ecf20Sopenharmony_ci 0xC78, 0x6F112001, 2108c2ecf20Sopenharmony_ci 0xC78, 0x6F122001, 2118c2ecf20Sopenharmony_ci 0xC78, 0x6F132001, 2128c2ecf20Sopenharmony_ci 0xC78, 0x6F142001, 2138c2ecf20Sopenharmony_ci 0xC78, 0x6F152001, 2148c2ecf20Sopenharmony_ci 0xC78, 0x6F162001, 2158c2ecf20Sopenharmony_ci 0xC78, 0x6F172001, 2168c2ecf20Sopenharmony_ci 0xC78, 0x6F182001, 2178c2ecf20Sopenharmony_ci 0xC78, 0x6F192001, 2188c2ecf20Sopenharmony_ci 0xC78, 0x6F1A2001, 2198c2ecf20Sopenharmony_ci 0xC78, 0x6F1B2001, 2208c2ecf20Sopenharmony_ci 0xC78, 0x6F1C2001, 2218c2ecf20Sopenharmony_ci 0xC78, 0x6F1D2001, 2228c2ecf20Sopenharmony_ci 0xC78, 0x6F1E2001, 2238c2ecf20Sopenharmony_ci 0xC78, 0x6F1F2001, 2248c2ecf20Sopenharmony_ci 0xC78, 0x6F202001, 2258c2ecf20Sopenharmony_ci 0xC78, 0x6F212001, 2268c2ecf20Sopenharmony_ci 0xC78, 0x6F222001, 2278c2ecf20Sopenharmony_ci 0xC78, 0x6F232001, 2288c2ecf20Sopenharmony_ci 0xC78, 0x6E242001, 2298c2ecf20Sopenharmony_ci 0xC78, 0x6D252001, 2308c2ecf20Sopenharmony_ci 0xC78, 0x6C262001, 2318c2ecf20Sopenharmony_ci 0xC78, 0x6B272001, 2328c2ecf20Sopenharmony_ci 0xC78, 0x6A282001, 2338c2ecf20Sopenharmony_ci 0xC78, 0x69292001, 2348c2ecf20Sopenharmony_ci 0xC78, 0x4B2A2001, 2358c2ecf20Sopenharmony_ci 0xC78, 0x4A2B2001, 2368c2ecf20Sopenharmony_ci 0xC78, 0x492C2001, 2378c2ecf20Sopenharmony_ci 0xC78, 0x482D2001, 2388c2ecf20Sopenharmony_ci 0xC78, 0x472E2001, 2398c2ecf20Sopenharmony_ci 0xC78, 0x462F2001, 2408c2ecf20Sopenharmony_ci 0xC78, 0x45302001, 2418c2ecf20Sopenharmony_ci 0xC78, 0x44312001, 2428c2ecf20Sopenharmony_ci 0xC78, 0x43322001, 2438c2ecf20Sopenharmony_ci 0xC78, 0x42332001, 2448c2ecf20Sopenharmony_ci 0xC78, 0x41342001, 2458c2ecf20Sopenharmony_ci 0xC78, 0x40352001, 2468c2ecf20Sopenharmony_ci 0xC78, 0x02362001, 2478c2ecf20Sopenharmony_ci 0xC78, 0x01372001, 2488c2ecf20Sopenharmony_ci 0xC78, 0x00382001, 2498c2ecf20Sopenharmony_ci 0xC78, 0x00392001, 2508c2ecf20Sopenharmony_ci 0xC78, 0x003A2001, 2518c2ecf20Sopenharmony_ci 0xC78, 0x003B2001, 2528c2ecf20Sopenharmony_ci 0xC78, 0x003C2001, 2538c2ecf20Sopenharmony_ci 0xC78, 0x003D2001, 2548c2ecf20Sopenharmony_ci 0xC78, 0x003E2001, 2558c2ecf20Sopenharmony_ci 0xC78, 0x003F2001, 2568c2ecf20Sopenharmony_ci 0xC78, 0x7F003101, 2578c2ecf20Sopenharmony_ci 0xC78, 0x7F013101, 2588c2ecf20Sopenharmony_ci 0xC78, 0x7F023101, 2598c2ecf20Sopenharmony_ci 0xC78, 0x7F033101, 2608c2ecf20Sopenharmony_ci 0xC78, 0x7F043101, 2618c2ecf20Sopenharmony_ci 0xC78, 0x7F053101, 2628c2ecf20Sopenharmony_ci 0xC78, 0x7F063101, 2638c2ecf20Sopenharmony_ci 0xC78, 0x7F073101, 2648c2ecf20Sopenharmony_ci 0xC78, 0x7E083101, 2658c2ecf20Sopenharmony_ci 0xC78, 0x7D093101, 2668c2ecf20Sopenharmony_ci 0xC78, 0x7C0A3101, 2678c2ecf20Sopenharmony_ci 0xC78, 0x7B0B3101, 2688c2ecf20Sopenharmony_ci 0xC78, 0x7A0C3101, 2698c2ecf20Sopenharmony_ci 0xC78, 0x790D3101, 2708c2ecf20Sopenharmony_ci 0xC78, 0x780E3101, 2718c2ecf20Sopenharmony_ci 0xC78, 0x770F3101, 2728c2ecf20Sopenharmony_ci 0xC78, 0x76103101, 2738c2ecf20Sopenharmony_ci 0xC78, 0x75113101, 2748c2ecf20Sopenharmony_ci 0xC78, 0x74123101, 2758c2ecf20Sopenharmony_ci 0xC78, 0x73133101, 2768c2ecf20Sopenharmony_ci 0xC78, 0x72143101, 2778c2ecf20Sopenharmony_ci 0xC78, 0x71153101, 2788c2ecf20Sopenharmony_ci 0xC78, 0x70163101, 2798c2ecf20Sopenharmony_ci 0xC78, 0x6F173101, 2808c2ecf20Sopenharmony_ci 0xC78, 0x6E183101, 2818c2ecf20Sopenharmony_ci 0xC78, 0x6D193101, 2828c2ecf20Sopenharmony_ci 0xC78, 0x6C1A3101, 2838c2ecf20Sopenharmony_ci 0xC78, 0x6B1B3101, 2848c2ecf20Sopenharmony_ci 0xC78, 0x6A1C3101, 2858c2ecf20Sopenharmony_ci 0xC78, 0x691D3101, 2868c2ecf20Sopenharmony_ci 0xC78, 0x681E3101, 2878c2ecf20Sopenharmony_ci 0xC78, 0x4B1F3101, 2888c2ecf20Sopenharmony_ci 0xC78, 0x4A203101, 2898c2ecf20Sopenharmony_ci 0xC78, 0x49213101, 2908c2ecf20Sopenharmony_ci 0xC78, 0x48223101, 2918c2ecf20Sopenharmony_ci 0xC78, 0x47233101, 2928c2ecf20Sopenharmony_ci 0xC78, 0x46243101, 2938c2ecf20Sopenharmony_ci 0xC78, 0x45253101, 2948c2ecf20Sopenharmony_ci 0xC78, 0x44263101, 2958c2ecf20Sopenharmony_ci 0xC78, 0x43273101, 2968c2ecf20Sopenharmony_ci 0xC78, 0x42283101, 2978c2ecf20Sopenharmony_ci 0xC78, 0x41293101, 2988c2ecf20Sopenharmony_ci 0xC78, 0x402A3101, 2998c2ecf20Sopenharmony_ci 0xC78, 0x022B3101, 3008c2ecf20Sopenharmony_ci 0xC78, 0x012C3101, 3018c2ecf20Sopenharmony_ci 0xC78, 0x002D3101, 3028c2ecf20Sopenharmony_ci 0xC78, 0x002E3101, 3038c2ecf20Sopenharmony_ci 0xC78, 0x002F3101, 3048c2ecf20Sopenharmony_ci 0xC78, 0x00303101, 3058c2ecf20Sopenharmony_ci 0xC78, 0x00313101, 3068c2ecf20Sopenharmony_ci 0xC78, 0x00323101, 3078c2ecf20Sopenharmony_ci 0xC78, 0x00333101, 3088c2ecf20Sopenharmony_ci 0xC78, 0x00343101, 3098c2ecf20Sopenharmony_ci 0xC78, 0x00353101, 3108c2ecf20Sopenharmony_ci 0xC78, 0x00363101, 3118c2ecf20Sopenharmony_ci 0xC78, 0x00373101, 3128c2ecf20Sopenharmony_ci 0xC78, 0x00383101, 3138c2ecf20Sopenharmony_ci 0xC78, 0x00393101, 3148c2ecf20Sopenharmony_ci 0xC78, 0x003A3101, 3158c2ecf20Sopenharmony_ci 0xC78, 0x003B3101, 3168c2ecf20Sopenharmony_ci 0xC78, 0x003C3101, 3178c2ecf20Sopenharmony_ci 0xC78, 0x003D3101, 3188c2ecf20Sopenharmony_ci 0xC78, 0x003E3101, 3198c2ecf20Sopenharmony_ci 0xC78, 0x003F3101, 3208c2ecf20Sopenharmony_ci 0xC78, 0xFE403101, 3218c2ecf20Sopenharmony_ci 0xC78, 0xFD413101, 3228c2ecf20Sopenharmony_ci 0xC78, 0xFC423101, 3238c2ecf20Sopenharmony_ci 0xC78, 0xFB433101, 3248c2ecf20Sopenharmony_ci 0xC78, 0xFA443101, 3258c2ecf20Sopenharmony_ci 0xC78, 0xF9453101, 3268c2ecf20Sopenharmony_ci 0xC78, 0xF8463101, 3278c2ecf20Sopenharmony_ci 0xC78, 0xF7473101, 3288c2ecf20Sopenharmony_ci 0xC78, 0xF6483101, 3298c2ecf20Sopenharmony_ci 0xC78, 0xF5493101, 3308c2ecf20Sopenharmony_ci 0xC78, 0xF44A3101, 3318c2ecf20Sopenharmony_ci 0xC78, 0xF34B3101, 3328c2ecf20Sopenharmony_ci 0xC78, 0xF24C3101, 3338c2ecf20Sopenharmony_ci 0xC78, 0xF14D3101, 3348c2ecf20Sopenharmony_ci 0xC78, 0xF04E3101, 3358c2ecf20Sopenharmony_ci 0xC78, 0xEF4F3101, 3368c2ecf20Sopenharmony_ci 0xC78, 0xEE503101, 3378c2ecf20Sopenharmony_ci 0xC78, 0xED513101, 3388c2ecf20Sopenharmony_ci 0xC78, 0xEC523101, 3398c2ecf20Sopenharmony_ci 0xC78, 0xEB533101, 3408c2ecf20Sopenharmony_ci 0xC78, 0xEA543101, 3418c2ecf20Sopenharmony_ci 0xC78, 0xE9553101, 3428c2ecf20Sopenharmony_ci 0xC78, 0xE8563101, 3438c2ecf20Sopenharmony_ci 0xC78, 0xE7573101, 3448c2ecf20Sopenharmony_ci 0xC78, 0xE6583101, 3458c2ecf20Sopenharmony_ci 0xC78, 0xE5593101, 3468c2ecf20Sopenharmony_ci 0xC78, 0xE45A3101, 3478c2ecf20Sopenharmony_ci 0xC78, 0xE35B3101, 3488c2ecf20Sopenharmony_ci 0xC78, 0xE25C3101, 3498c2ecf20Sopenharmony_ci 0xC78, 0xE15D3101, 3508c2ecf20Sopenharmony_ci 0xC78, 0xE05E3101, 3518c2ecf20Sopenharmony_ci 0xC78, 0x865F3101, 3528c2ecf20Sopenharmony_ci 0xC78, 0x85603101, 3538c2ecf20Sopenharmony_ci 0xC78, 0x84613101, 3548c2ecf20Sopenharmony_ci 0xC78, 0x83623101, 3558c2ecf20Sopenharmony_ci 0xC78, 0x82633101, 3568c2ecf20Sopenharmony_ci 0xC78, 0x81643101, 3578c2ecf20Sopenharmony_ci 0xC78, 0x80653101, 3588c2ecf20Sopenharmony_ci 0xC78, 0x80663101, 3598c2ecf20Sopenharmony_ci 0xC78, 0x80673101, 3608c2ecf20Sopenharmony_ci 0xC78, 0x80683101, 3618c2ecf20Sopenharmony_ci 0xC78, 0x80693101, 3628c2ecf20Sopenharmony_ci 0xC78, 0x806A3101, 3638c2ecf20Sopenharmony_ci 0xC78, 0x806B3101, 3648c2ecf20Sopenharmony_ci 0xC78, 0x806C3101, 3658c2ecf20Sopenharmony_ci 0xC78, 0x806D3101, 3668c2ecf20Sopenharmony_ci 0xC78, 0x806E3101, 3678c2ecf20Sopenharmony_ci 0xC78, 0x806F3101, 3688c2ecf20Sopenharmony_ci 0xC78, 0x80703101, 3698c2ecf20Sopenharmony_ci 0xC78, 0x80713101, 3708c2ecf20Sopenharmony_ci 0xC78, 0x80723101, 3718c2ecf20Sopenharmony_ci 0xC78, 0x80733101, 3728c2ecf20Sopenharmony_ci 0xC78, 0x80743101, 3738c2ecf20Sopenharmony_ci 0xC78, 0x80753101, 3748c2ecf20Sopenharmony_ci 0xC78, 0x80763101, 3758c2ecf20Sopenharmony_ci 0xC78, 0x80773101, 3768c2ecf20Sopenharmony_ci 0xC78, 0x80783101, 3778c2ecf20Sopenharmony_ci 0xC78, 0x80793101, 3788c2ecf20Sopenharmony_ci 0xC78, 0x807A3101, 3798c2ecf20Sopenharmony_ci 0xC78, 0x807B3101, 3808c2ecf20Sopenharmony_ci 0xC78, 0x807C3101, 3818c2ecf20Sopenharmony_ci 0xC78, 0x807D3101, 3828c2ecf20Sopenharmony_ci 0xC78, 0x807E3101, 3838c2ecf20Sopenharmony_ci 0xC78, 0x807F3101, 3848c2ecf20Sopenharmony_ci 0xC78, 0xEF402001, 3858c2ecf20Sopenharmony_ci 0xC78, 0xEF412001, 3868c2ecf20Sopenharmony_ci 0xC78, 0xEF422001, 3878c2ecf20Sopenharmony_ci 0xC78, 0xEF432001, 3888c2ecf20Sopenharmony_ci 0xC78, 0xEF442001, 3898c2ecf20Sopenharmony_ci 0xC78, 0xEF452001, 3908c2ecf20Sopenharmony_ci 0xC78, 0xEF462001, 3918c2ecf20Sopenharmony_ci 0xC78, 0xEF472001, 3928c2ecf20Sopenharmony_ci 0xC78, 0xEF482001, 3938c2ecf20Sopenharmony_ci 0xC78, 0xEF492001, 3948c2ecf20Sopenharmony_ci 0xC78, 0xEF4A2001, 3958c2ecf20Sopenharmony_ci 0xC78, 0xEF4B2001, 3968c2ecf20Sopenharmony_ci 0xC78, 0xEF4C2001, 3978c2ecf20Sopenharmony_ci 0xC78, 0xEF4D2001, 3988c2ecf20Sopenharmony_ci 0xC78, 0xEF4E2001, 3998c2ecf20Sopenharmony_ci 0xC78, 0xEF4F2001, 4008c2ecf20Sopenharmony_ci 0xC78, 0xEF502001, 4018c2ecf20Sopenharmony_ci 0xC78, 0xEF512001, 4028c2ecf20Sopenharmony_ci 0xC78, 0xEF522001, 4038c2ecf20Sopenharmony_ci 0xC78, 0xEF532001, 4048c2ecf20Sopenharmony_ci 0xC78, 0xEF542001, 4058c2ecf20Sopenharmony_ci 0xC78, 0xEF552001, 4068c2ecf20Sopenharmony_ci 0xC78, 0xEF562001, 4078c2ecf20Sopenharmony_ci 0xC78, 0xEF572001, 4088c2ecf20Sopenharmony_ci 0xC78, 0xEF582001, 4098c2ecf20Sopenharmony_ci 0xC78, 0xEF592001, 4108c2ecf20Sopenharmony_ci 0xC78, 0xEF5A2001, 4118c2ecf20Sopenharmony_ci 0xC78, 0xEF5B2001, 4128c2ecf20Sopenharmony_ci 0xC78, 0xEF5C2001, 4138c2ecf20Sopenharmony_ci 0xC78, 0xEF5D2001, 4148c2ecf20Sopenharmony_ci 0xC78, 0xEF5E2001, 4158c2ecf20Sopenharmony_ci 0xC78, 0xEF5F2001, 4168c2ecf20Sopenharmony_ci 0xC78, 0xEF602001, 4178c2ecf20Sopenharmony_ci 0xC78, 0xEE612001, 4188c2ecf20Sopenharmony_ci 0xC78, 0xED622001, 4198c2ecf20Sopenharmony_ci 0xC78, 0xEC632001, 4208c2ecf20Sopenharmony_ci 0xC78, 0xEB642001, 4218c2ecf20Sopenharmony_ci 0xC78, 0xEA652001, 4228c2ecf20Sopenharmony_ci 0xC78, 0xE9662001, 4238c2ecf20Sopenharmony_ci 0xC78, 0xE8672001, 4248c2ecf20Sopenharmony_ci 0xC78, 0xCB682001, 4258c2ecf20Sopenharmony_ci 0xC78, 0xCA692001, 4268c2ecf20Sopenharmony_ci 0xC78, 0xC96A2001, 4278c2ecf20Sopenharmony_ci 0xC78, 0xC86B2001, 4288c2ecf20Sopenharmony_ci 0xC78, 0xC76C2001, 4298c2ecf20Sopenharmony_ci 0xC78, 0xC66D2001, 4308c2ecf20Sopenharmony_ci 0xC78, 0xC56E2001, 4318c2ecf20Sopenharmony_ci 0xC78, 0xC46F2001, 4328c2ecf20Sopenharmony_ci 0xC78, 0xC3702001, 4338c2ecf20Sopenharmony_ci 0xC78, 0xC2712001, 4348c2ecf20Sopenharmony_ci 0xC78, 0xC1722001, 4358c2ecf20Sopenharmony_ci 0xC78, 0xC0732001, 4368c2ecf20Sopenharmony_ci 0xC78, 0x82742001, 4378c2ecf20Sopenharmony_ci 0xC78, 0x81752001, 4388c2ecf20Sopenharmony_ci 0xC78, 0x80762001, 4398c2ecf20Sopenharmony_ci 0xC78, 0x80772001, 4408c2ecf20Sopenharmony_ci 0xC78, 0x80782001, 4418c2ecf20Sopenharmony_ci 0xC78, 0x80792001, 4428c2ecf20Sopenharmony_ci 0xC78, 0x807A2001, 4438c2ecf20Sopenharmony_ci 0xC78, 0x807B2001, 4448c2ecf20Sopenharmony_ci 0xC78, 0x807C2001, 4458c2ecf20Sopenharmony_ci 0xC78, 0x807D2001, 4468c2ecf20Sopenharmony_ci 0xC78, 0x807E2001, 4478c2ecf20Sopenharmony_ci 0xC78, 0x807F2001, 4488c2ecf20Sopenharmony_ci 0xC78, 0xFA001101, 4498c2ecf20Sopenharmony_ci 0xC78, 0xF9011101, 4508c2ecf20Sopenharmony_ci 0xC78, 0xF8021101, 4518c2ecf20Sopenharmony_ci 0xC78, 0xF7031101, 4528c2ecf20Sopenharmony_ci 0xC78, 0xF6041101, 4538c2ecf20Sopenharmony_ci 0xC78, 0xF5051101, 4548c2ecf20Sopenharmony_ci 0xC78, 0xF4061101, 4558c2ecf20Sopenharmony_ci 0xC78, 0xD7071101, 4568c2ecf20Sopenharmony_ci 0xC78, 0xD6081101, 4578c2ecf20Sopenharmony_ci 0xC78, 0xD5091101, 4588c2ecf20Sopenharmony_ci 0xC78, 0xD40A1101, 4598c2ecf20Sopenharmony_ci 0xC78, 0x970B1101, 4608c2ecf20Sopenharmony_ci 0xC78, 0x960C1101, 4618c2ecf20Sopenharmony_ci 0xC78, 0x950D1101, 4628c2ecf20Sopenharmony_ci 0xC78, 0x940E1101, 4638c2ecf20Sopenharmony_ci 0xC78, 0x930F1101, 4648c2ecf20Sopenharmony_ci 0xC78, 0x92101101, 4658c2ecf20Sopenharmony_ci 0xC78, 0x91111101, 4668c2ecf20Sopenharmony_ci 0xC78, 0x90121101, 4678c2ecf20Sopenharmony_ci 0xC78, 0x8F131101, 4688c2ecf20Sopenharmony_ci 0xC78, 0x8E141101, 4698c2ecf20Sopenharmony_ci 0xC78, 0x8D151101, 4708c2ecf20Sopenharmony_ci 0xC78, 0x8C161101, 4718c2ecf20Sopenharmony_ci 0xC78, 0x8B171101, 4728c2ecf20Sopenharmony_ci 0xC78, 0x8A181101, 4738c2ecf20Sopenharmony_ci 0xC78, 0x89191101, 4748c2ecf20Sopenharmony_ci 0xC78, 0x881A1101, 4758c2ecf20Sopenharmony_ci 0xC78, 0x871B1101, 4768c2ecf20Sopenharmony_ci 0xC78, 0x861C1101, 4778c2ecf20Sopenharmony_ci 0xC78, 0x851D1101, 4788c2ecf20Sopenharmony_ci 0xC78, 0x841E1101, 4798c2ecf20Sopenharmony_ci 0xC78, 0x831F1101, 4808c2ecf20Sopenharmony_ci 0xC78, 0x82201101, 4818c2ecf20Sopenharmony_ci 0xC78, 0x81211101, 4828c2ecf20Sopenharmony_ci 0xC78, 0x80221101, 4838c2ecf20Sopenharmony_ci 0xC78, 0x43231101, 4848c2ecf20Sopenharmony_ci 0xC78, 0x42241101, 4858c2ecf20Sopenharmony_ci 0xC78, 0x41251101, 4868c2ecf20Sopenharmony_ci 0xC78, 0x04261101, 4878c2ecf20Sopenharmony_ci 0xC78, 0x03271101, 4888c2ecf20Sopenharmony_ci 0xC78, 0x02281101, 4898c2ecf20Sopenharmony_ci 0xC78, 0x01291101, 4908c2ecf20Sopenharmony_ci 0xC78, 0x002A1101, 4918c2ecf20Sopenharmony_ci 0xC78, 0xC42B1001, 4928c2ecf20Sopenharmony_ci 0xC78, 0xC32C1001, 4938c2ecf20Sopenharmony_ci 0xC78, 0xC22D1001, 4948c2ecf20Sopenharmony_ci 0xC78, 0xC12E1001, 4958c2ecf20Sopenharmony_ci 0xC78, 0xC02F1001, 4968c2ecf20Sopenharmony_ci 0xC78, 0x85301001, 4978c2ecf20Sopenharmony_ci 0xC78, 0x84311001, 4988c2ecf20Sopenharmony_ci 0xC78, 0x83321001, 4998c2ecf20Sopenharmony_ci 0xC78, 0x82331001, 5008c2ecf20Sopenharmony_ci 0xC78, 0x81341001, 5018c2ecf20Sopenharmony_ci 0xC78, 0x80351001, 5028c2ecf20Sopenharmony_ci 0xC78, 0x05361001, 5038c2ecf20Sopenharmony_ci 0xC78, 0x04371001, 5048c2ecf20Sopenharmony_ci 0xC78, 0x03381001, 5058c2ecf20Sopenharmony_ci 0xC78, 0x02391001, 5068c2ecf20Sopenharmony_ci 0xC78, 0x013A1001, 5078c2ecf20Sopenharmony_ci 0xC78, 0x003B1001, 5088c2ecf20Sopenharmony_ci 0xC78, 0x003C1001, 5098c2ecf20Sopenharmony_ci 0xC78, 0x003D1001, 5108c2ecf20Sopenharmony_ci 0xC78, 0x003E1001, 5118c2ecf20Sopenharmony_ci 0xC78, 0x003F1001, 5128c2ecf20Sopenharmony_ci 0xC50, 0x69553422, 5138c2ecf20Sopenharmony_ci 0xC50, 0x69553420, 5148c2ecf20Sopenharmony_ci}; 5158c2ecf20Sopenharmony_ci 5168c2ecf20Sopenharmony_ciRTW_DECL_TABLE_PHY_COND(rtw8723d_agc, rtw_phy_cfg_agc); 5178c2ecf20Sopenharmony_ci 5188c2ecf20Sopenharmony_cistatic const u32 rtw8723d_bb[] = { 5198c2ecf20Sopenharmony_ci 0x800, 0x80046C00, 5208c2ecf20Sopenharmony_ci 0x804, 0x00000003, 5218c2ecf20Sopenharmony_ci 0x808, 0x0000FC00, 5228c2ecf20Sopenharmony_ci 0x80C, 0x0000000A, 5238c2ecf20Sopenharmony_ci 0x810, 0x10001331, 5248c2ecf20Sopenharmony_ci 0x814, 0x020C3D10, 5258c2ecf20Sopenharmony_ci 0x818, 0x00200385, 5268c2ecf20Sopenharmony_ci 0x81C, 0x00000000, 5278c2ecf20Sopenharmony_ci 0x820, 0x01000100, 5288c2ecf20Sopenharmony_ci 0x824, 0x00390204, 5298c2ecf20Sopenharmony_ci 0x828, 0x00000000, 5308c2ecf20Sopenharmony_ci 0x82C, 0x00000000, 5318c2ecf20Sopenharmony_ci 0x830, 0x00000000, 5328c2ecf20Sopenharmony_ci 0x834, 0x00000000, 5338c2ecf20Sopenharmony_ci 0x838, 0x00000000, 5348c2ecf20Sopenharmony_ci 0x83C, 0x00000000, 5358c2ecf20Sopenharmony_ci 0x840, 0x00010000, 5368c2ecf20Sopenharmony_ci 0x844, 0x00000000, 5378c2ecf20Sopenharmony_ci 0x848, 0x00000000, 5388c2ecf20Sopenharmony_ci 0x84C, 0x00000000, 5398c2ecf20Sopenharmony_ci 0x850, 0x00000000, 5408c2ecf20Sopenharmony_ci 0x854, 0x00000000, 5418c2ecf20Sopenharmony_ci 0x858, 0x569A11A9, 5428c2ecf20Sopenharmony_ci 0x85C, 0x01000014, 5438c2ecf20Sopenharmony_ci 0x860, 0x66F60110, 5448c2ecf20Sopenharmony_ci 0x864, 0x461F0641, 5458c2ecf20Sopenharmony_ci 0x868, 0x00000000, 5468c2ecf20Sopenharmony_ci 0x86C, 0x27272700, 5478c2ecf20Sopenharmony_ci 0x870, 0x07000460, 5488c2ecf20Sopenharmony_ci 0x874, 0x25004000, 5498c2ecf20Sopenharmony_ci 0x878, 0x00000808, 5508c2ecf20Sopenharmony_ci 0x87C, 0x004F0201, 5518c2ecf20Sopenharmony_ci 0x880, 0xB2002E12, 5528c2ecf20Sopenharmony_ci 0x884, 0x00000007, 5538c2ecf20Sopenharmony_ci 0x888, 0x00000000, 5548c2ecf20Sopenharmony_ci 0x88C, 0xCCC000C0, 5558c2ecf20Sopenharmony_ci 0x890, 0x00000800, 5568c2ecf20Sopenharmony_ci 0x894, 0xFFFFFFFE, 5578c2ecf20Sopenharmony_ci 0x898, 0x40302010, 5588c2ecf20Sopenharmony_ci 0x89C, 0x00706050, 5598c2ecf20Sopenharmony_ci 0x900, 0x00000000, 5608c2ecf20Sopenharmony_ci 0x904, 0x00000023, 5618c2ecf20Sopenharmony_ci 0x908, 0x00000000, 5628c2ecf20Sopenharmony_ci 0x90C, 0x81121111, 5638c2ecf20Sopenharmony_ci 0x910, 0x00000402, 5648c2ecf20Sopenharmony_ci 0x914, 0x00000300, 5658c2ecf20Sopenharmony_ci 0x920, 0x18C6318C, 5668c2ecf20Sopenharmony_ci 0x924, 0x0000018C, 5678c2ecf20Sopenharmony_ci 0x948, 0x99000000, 5688c2ecf20Sopenharmony_ci 0x94C, 0x00000010, 5698c2ecf20Sopenharmony_ci 0x950, 0x00003800, 5708c2ecf20Sopenharmony_ci 0x954, 0x5A380000, 5718c2ecf20Sopenharmony_ci 0x958, 0x4BC6D87A, 5728c2ecf20Sopenharmony_ci 0x95C, 0x04EB9B79, 5738c2ecf20Sopenharmony_ci 0x96C, 0x00000003, 5748c2ecf20Sopenharmony_ci 0x970, 0x00000000, 5758c2ecf20Sopenharmony_ci 0x974, 0x00000000, 5768c2ecf20Sopenharmony_ci 0x978, 0x00000000, 5778c2ecf20Sopenharmony_ci 0x97C, 0x13000000, 5788c2ecf20Sopenharmony_ci 0x980, 0x00000000, 5798c2ecf20Sopenharmony_ci 0xA00, 0x00D046C8, 5808c2ecf20Sopenharmony_ci 0xA04, 0x80FF800C, 5818c2ecf20Sopenharmony_ci 0xA08, 0x8C838300, 5828c2ecf20Sopenharmony_ci 0xA0C, 0x2E20100F, 5838c2ecf20Sopenharmony_ci 0xA10, 0x9500BB78, 5848c2ecf20Sopenharmony_ci 0xA14, 0x1114D028, 5858c2ecf20Sopenharmony_ci 0xA18, 0x00881117, 5868c2ecf20Sopenharmony_ci 0xA1C, 0x89140F00, 5878c2ecf20Sopenharmony_ci 0xA20, 0xE82C0001, 5888c2ecf20Sopenharmony_ci 0xA24, 0x64B80C1C, 5898c2ecf20Sopenharmony_ci 0xA28, 0x00008810, 5908c2ecf20Sopenharmony_ci 0xA2C, 0x00D30000, 5918c2ecf20Sopenharmony_ci 0xA70, 0x101FBF00, 5928c2ecf20Sopenharmony_ci 0xA74, 0x00000007, 5938c2ecf20Sopenharmony_ci 0xA78, 0x00008900, 5948c2ecf20Sopenharmony_ci 0xA7C, 0x225B0606, 5958c2ecf20Sopenharmony_ci 0xA80, 0x2180FA74, 5968c2ecf20Sopenharmony_ci 0xA84, 0x00200000, 5978c2ecf20Sopenharmony_ci 0xA88, 0x040C0000, 5988c2ecf20Sopenharmony_ci 0xA8C, 0x12345678, 5998c2ecf20Sopenharmony_ci 0xA90, 0xABCDEF00, 6008c2ecf20Sopenharmony_ci 0xA94, 0x001B1B89, 6018c2ecf20Sopenharmony_ci 0xA98, 0x00000000, 6028c2ecf20Sopenharmony_ci 0xA9C, 0x00020000, 6038c2ecf20Sopenharmony_ci 0xAA0, 0x00000000, 6048c2ecf20Sopenharmony_ci 0xAA4, 0x0000000C, 6058c2ecf20Sopenharmony_ci 0xAA8, 0xCA100008, 6068c2ecf20Sopenharmony_ci 0xAAC, 0x01235667, 6078c2ecf20Sopenharmony_ci 0xAB0, 0x00000000, 6088c2ecf20Sopenharmony_ci 0xAB4, 0x20201402, 6098c2ecf20Sopenharmony_ci 0xB2C, 0x00000000, 6108c2ecf20Sopenharmony_ci 0xC00, 0x48071D40, 6118c2ecf20Sopenharmony_ci 0xC04, 0x03A05611, 6128c2ecf20Sopenharmony_ci 0xC08, 0x000000E4, 6138c2ecf20Sopenharmony_ci 0xC0C, 0x6C6C6C6C, 6148c2ecf20Sopenharmony_ci 0xC10, 0x28800000, 6158c2ecf20Sopenharmony_ci 0xC14, 0x40000100, 6168c2ecf20Sopenharmony_ci 0xC18, 0x08800000, 6178c2ecf20Sopenharmony_ci 0xC1C, 0x40000100, 6188c2ecf20Sopenharmony_ci 0xC20, 0x00000000, 6198c2ecf20Sopenharmony_ci 0xC24, 0x00000000, 6208c2ecf20Sopenharmony_ci 0xC28, 0x00000000, 6218c2ecf20Sopenharmony_ci 0xC2C, 0x00000000, 6228c2ecf20Sopenharmony_ci 0xC30, 0x69E9AC48, 6238c2ecf20Sopenharmony_ci 0xC34, 0x31000040, 6248c2ecf20Sopenharmony_ci 0xC38, 0x21688080, 6258c2ecf20Sopenharmony_ci 0xC3C, 0x000016D4, 6268c2ecf20Sopenharmony_ci 0xC40, 0x1F78403F, 6278c2ecf20Sopenharmony_ci 0xC44, 0x00010036, 6288c2ecf20Sopenharmony_ci 0xC48, 0xEC020107, 6298c2ecf20Sopenharmony_ci 0xC4C, 0x007F037F, 6308c2ecf20Sopenharmony_ci 0xC50, 0x69553420, 6318c2ecf20Sopenharmony_ci 0xC54, 0x43BC0094, 6328c2ecf20Sopenharmony_ci 0xC58, 0x00015969, 6338c2ecf20Sopenharmony_ci 0xC5C, 0x00310492, 6348c2ecf20Sopenharmony_ci 0xC60, 0x00280A00, 6358c2ecf20Sopenharmony_ci 0xC64, 0x7112848B, 6368c2ecf20Sopenharmony_ci 0xC68, 0x47C074FF, 6378c2ecf20Sopenharmony_ci 0xC6C, 0x00000036, 6388c2ecf20Sopenharmony_ci 0xC70, 0x2C7F000D, 6398c2ecf20Sopenharmony_ci 0xC74, 0x020600DB, 6408c2ecf20Sopenharmony_ci 0xC78, 0x0000001F, 6418c2ecf20Sopenharmony_ci 0xC7C, 0x00B91612, 6428c2ecf20Sopenharmony_ci 0xC80, 0x390000E4, 6438c2ecf20Sopenharmony_ci 0xC84, 0x21F60000, 6448c2ecf20Sopenharmony_ci 0xC88, 0x40000100, 6458c2ecf20Sopenharmony_ci 0xC8C, 0x20200000, 6468c2ecf20Sopenharmony_ci 0xC90, 0x00091521, 6478c2ecf20Sopenharmony_ci 0xC94, 0x00000000, 6488c2ecf20Sopenharmony_ci 0xC98, 0x00121820, 6498c2ecf20Sopenharmony_ci 0xC9C, 0x00007F7F, 6508c2ecf20Sopenharmony_ci 0xCA0, 0x00012000, 6518c2ecf20Sopenharmony_ci 0xCA4, 0x800000A0, 6528c2ecf20Sopenharmony_ci 0xCA8, 0x84E6C606, 6538c2ecf20Sopenharmony_ci 0xCAC, 0x00000060, 6548c2ecf20Sopenharmony_ci 0xCB0, 0x00000000, 6558c2ecf20Sopenharmony_ci 0xCB4, 0x00000000, 6568c2ecf20Sopenharmony_ci 0xCB8, 0x00000000, 6578c2ecf20Sopenharmony_ci 0xCBC, 0x28000000, 6588c2ecf20Sopenharmony_ci 0xCC0, 0x0010A3D0, 6598c2ecf20Sopenharmony_ci 0xCC4, 0x00000F7D, 6608c2ecf20Sopenharmony_ci 0xCC8, 0x000442D6, 6618c2ecf20Sopenharmony_ci 0xCCC, 0x00000000, 6628c2ecf20Sopenharmony_ci 0xCD0, 0x000001C8, 6638c2ecf20Sopenharmony_ci 0xCD4, 0x001C8000, 6648c2ecf20Sopenharmony_ci 0xCD8, 0x00000100, 6658c2ecf20Sopenharmony_ci 0xCDC, 0x40100000, 6668c2ecf20Sopenharmony_ci 0xCE0, 0x00222220, 6678c2ecf20Sopenharmony_ci 0xCE4, 0x20000000, 6688c2ecf20Sopenharmony_ci 0xCE8, 0x37644302, 6698c2ecf20Sopenharmony_ci 0xCEC, 0x2F97D40C, 6708c2ecf20Sopenharmony_ci 0xD00, 0x00030740, 6718c2ecf20Sopenharmony_ci 0xD04, 0x40020401, 6728c2ecf20Sopenharmony_ci 0xD08, 0x0000907F, 6738c2ecf20Sopenharmony_ci 0xD0C, 0x20010201, 6748c2ecf20Sopenharmony_ci 0xD10, 0xA0633333, 6758c2ecf20Sopenharmony_ci 0xD14, 0x3333BC53, 6768c2ecf20Sopenharmony_ci 0xD18, 0x7A8F5B6F, 6778c2ecf20Sopenharmony_ci 0xD2C, 0xCC979975, 6788c2ecf20Sopenharmony_ci 0xD30, 0x00000000, 6798c2ecf20Sopenharmony_ci 0xD34, 0x40608000, 6808c2ecf20Sopenharmony_ci 0xD38, 0x88000000, 6818c2ecf20Sopenharmony_ci 0xD3C, 0xC0127343, 6828c2ecf20Sopenharmony_ci 0xD40, 0x00000000, 6838c2ecf20Sopenharmony_ci 0xD44, 0x00000000, 6848c2ecf20Sopenharmony_ci 0xD48, 0x00000000, 6858c2ecf20Sopenharmony_ci 0xD4C, 0x00000000, 6868c2ecf20Sopenharmony_ci 0xD50, 0x00000038, 6878c2ecf20Sopenharmony_ci 0xD54, 0x00000000, 6888c2ecf20Sopenharmony_ci 0xD58, 0x00000282, 6898c2ecf20Sopenharmony_ci 0xD5C, 0x30032064, 6908c2ecf20Sopenharmony_ci 0xD60, 0x4653DE68, 6918c2ecf20Sopenharmony_ci 0xD64, 0x04518A3C, 6928c2ecf20Sopenharmony_ci 0xD68, 0x00002101, 6938c2ecf20Sopenharmony_ci 0xE00, 0x2D2D2D2D, 6948c2ecf20Sopenharmony_ci 0xE04, 0x2D2D2D2D, 6958c2ecf20Sopenharmony_ci 0xE08, 0x0390272D, 6968c2ecf20Sopenharmony_ci 0xE10, 0x2D2D2D2D, 6978c2ecf20Sopenharmony_ci 0xE14, 0x2D2D2D2D, 6988c2ecf20Sopenharmony_ci 0xE18, 0x2D2D2D2D, 6998c2ecf20Sopenharmony_ci 0xE1C, 0x2D2D2D2D, 7008c2ecf20Sopenharmony_ci 0xE28, 0x00000000, 7018c2ecf20Sopenharmony_ci 0xE30, 0x1000DC1F, 7028c2ecf20Sopenharmony_ci 0xE34, 0x10008C1F, 7038c2ecf20Sopenharmony_ci 0xE38, 0x02140102, 7048c2ecf20Sopenharmony_ci 0xE3C, 0x681604C2, 7058c2ecf20Sopenharmony_ci 0xE40, 0x01007C00, 7068c2ecf20Sopenharmony_ci 0xE44, 0x01004800, 7078c2ecf20Sopenharmony_ci 0xE48, 0xFB000000, 7088c2ecf20Sopenharmony_ci 0xE4C, 0x000028D1, 7098c2ecf20Sopenharmony_ci 0xE50, 0x1000DC1F, 7108c2ecf20Sopenharmony_ci 0xE54, 0x10008C1F, 7118c2ecf20Sopenharmony_ci 0xE58, 0x02140102, 7128c2ecf20Sopenharmony_ci 0xE5C, 0x28160D05, 7138c2ecf20Sopenharmony_ci 0xE60, 0x00000008, 7148c2ecf20Sopenharmony_ci 0xE68, 0x001B25A4, 7158c2ecf20Sopenharmony_ci 0xE6C, 0x01C00014, 7168c2ecf20Sopenharmony_ci 0xE70, 0x01C00016, 7178c2ecf20Sopenharmony_ci 0xE74, 0x02000014, 7188c2ecf20Sopenharmony_ci 0xE78, 0x02000014, 7198c2ecf20Sopenharmony_ci 0xE7C, 0x02000014, 7208c2ecf20Sopenharmony_ci 0xE80, 0x02000014, 7218c2ecf20Sopenharmony_ci 0xE84, 0x01C00014, 7228c2ecf20Sopenharmony_ci 0xE88, 0x02000014, 7238c2ecf20Sopenharmony_ci 0xE8C, 0x01C00014, 7248c2ecf20Sopenharmony_ci 0xED0, 0x01C00014, 7258c2ecf20Sopenharmony_ci 0xED4, 0x01C00014, 7268c2ecf20Sopenharmony_ci 0xED8, 0x01C00014, 7278c2ecf20Sopenharmony_ci 0xEDC, 0x00000014, 7288c2ecf20Sopenharmony_ci 0xEE0, 0x00000014, 7298c2ecf20Sopenharmony_ci 0xEE8, 0x21555448, 7308c2ecf20Sopenharmony_ci 0xEEC, 0x03C00014, 7318c2ecf20Sopenharmony_ci 0xF14, 0x00000003, 7328c2ecf20Sopenharmony_ci 0xF00, 0x00100300, 7338c2ecf20Sopenharmony_ci 0xF08, 0x0000800B, 7348c2ecf20Sopenharmony_ci 0xF0C, 0x0000F007, 7358c2ecf20Sopenharmony_ci 0xF10, 0x0000A487, 7368c2ecf20Sopenharmony_ci 0xF1C, 0x80000064, 7378c2ecf20Sopenharmony_ci 0xF38, 0x00030155, 7388c2ecf20Sopenharmony_ci 0xF3C, 0x0000003A, 7398c2ecf20Sopenharmony_ci 0xF4C, 0x13000000, 7408c2ecf20Sopenharmony_ci 0xF50, 0x00000000, 7418c2ecf20Sopenharmony_ci 0xF18, 0x00000000, 7428c2ecf20Sopenharmony_ci}; 7438c2ecf20Sopenharmony_ci 7448c2ecf20Sopenharmony_ciRTW_DECL_TABLE_PHY_COND(rtw8723d_bb, rtw_phy_cfg_bb); 7458c2ecf20Sopenharmony_ci 7468c2ecf20Sopenharmony_cistatic const struct rtw_phy_pg_cfg_pair rtw8723d_bb_pg[] = { 7478c2ecf20Sopenharmony_ci { 0, 0, 0, 0x00000e08, 0x0000ff00, 0x00003200, }, 7488c2ecf20Sopenharmony_ci { 0, 0, 0, 0x0000086c, 0xffffff00, 0x32323200, }, 7498c2ecf20Sopenharmony_ci { 0, 0, 0, 0x00000e00, 0xffffffff, 0x32343434, }, 7508c2ecf20Sopenharmony_ci { 0, 0, 0, 0x00000e04, 0xffffffff, 0x28303032, }, 7518c2ecf20Sopenharmony_ci { 0, 0, 0, 0x00000e10, 0xffffffff, 0x30323234, }, 7528c2ecf20Sopenharmony_ci { 0, 0, 0, 0x00000e14, 0xffffffff, 0x26282830, }, 7538c2ecf20Sopenharmony_ci}; 7548c2ecf20Sopenharmony_ci 7558c2ecf20Sopenharmony_ciRTW_DECL_TABLE_BB_PG(rtw8723d_bb_pg); 7568c2ecf20Sopenharmony_ci 7578c2ecf20Sopenharmony_cistatic const u32 rtw8723d_rf_a[] = { 7588c2ecf20Sopenharmony_ci 0x050, 0x0001C000, 7598c2ecf20Sopenharmony_ci 0x049, 0x0004AA00, 7608c2ecf20Sopenharmony_ci 0x000, 0x00010000, 7618c2ecf20Sopenharmony_ci 0x0B1, 0x00054573, 7628c2ecf20Sopenharmony_ci 0x0B4, 0x000508AB, 7638c2ecf20Sopenharmony_ci 0x0B7, 0x00014787, 7648c2ecf20Sopenharmony_ci 0x0B8, 0x000064CB, 7658c2ecf20Sopenharmony_ci 0x01B, 0x00073A40, 7668c2ecf20Sopenharmony_ci 0x051, 0x00038CAF, 7678c2ecf20Sopenharmony_ci 0x052, 0x000FCCA3, 7688c2ecf20Sopenharmony_ci 0x053, 0x00090F38, 7698c2ecf20Sopenharmony_ci 0x054, 0x00011083, 7708c2ecf20Sopenharmony_ci 0x057, 0x000D0000, 7718c2ecf20Sopenharmony_ci 0x08D, 0x00000A1A, 7728c2ecf20Sopenharmony_ci 0x082, 0x00082AAC, 7738c2ecf20Sopenharmony_ci 0x08E, 0x00076940, 7748c2ecf20Sopenharmony_ci 0x08F, 0x00088400, 7758c2ecf20Sopenharmony_ci 0x061, 0x00038CAF, 7768c2ecf20Sopenharmony_ci 0x062, 0x000FCCA3, 7778c2ecf20Sopenharmony_ci 0x063, 0x00090F38, 7788c2ecf20Sopenharmony_ci 0x064, 0x00011083, 7798c2ecf20Sopenharmony_ci 0x067, 0x000D0000, 7808c2ecf20Sopenharmony_ci 0x092, 0x00082AAC, 7818c2ecf20Sopenharmony_ci 0x0EF, 0x00000400, 7828c2ecf20Sopenharmony_ci 0x030, 0x000008CA, 7838c2ecf20Sopenharmony_ci 0x030, 0x000018CA, 7848c2ecf20Sopenharmony_ci 0x030, 0x000028CA, 7858c2ecf20Sopenharmony_ci 0x030, 0x000038CA, 7868c2ecf20Sopenharmony_ci 0x0EF, 0x00000000, 7878c2ecf20Sopenharmony_ci 0x0EE, 0x00000400, 7888c2ecf20Sopenharmony_ci 0x030, 0x000008CA, 7898c2ecf20Sopenharmony_ci 0x030, 0x000018CA, 7908c2ecf20Sopenharmony_ci 0x030, 0x000028CA, 7918c2ecf20Sopenharmony_ci 0x030, 0x000038CA, 7928c2ecf20Sopenharmony_ci 0x0EE, 0x00000000, 7938c2ecf20Sopenharmony_ci 0x0EF, 0x00000100, 7948c2ecf20Sopenharmony_ci 0x033, 0x00000000, 7958c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 7968c2ecf20Sopenharmony_ci 0x033, 0x00000001, 7978c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 7988c2ecf20Sopenharmony_ci 0x033, 0x00000002, 7998c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8008c2ecf20Sopenharmony_ci 0x033, 0x00000003, 8018c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8028c2ecf20Sopenharmony_ci 0x033, 0x00000004, 8038c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8048c2ecf20Sopenharmony_ci 0x033, 0x00000005, 8058c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8068c2ecf20Sopenharmony_ci 0x033, 0x00000006, 8078c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8088c2ecf20Sopenharmony_ci 0x033, 0x00000007, 8098c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8108c2ecf20Sopenharmony_ci 0x0EF, 0x00000000, 8118c2ecf20Sopenharmony_ci 0x0EE, 0x00000100, 8128c2ecf20Sopenharmony_ci 0x033, 0x00000000, 8138c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8148c2ecf20Sopenharmony_ci 0x033, 0x00000001, 8158c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8168c2ecf20Sopenharmony_ci 0x033, 0x00000002, 8178c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8188c2ecf20Sopenharmony_ci 0x033, 0x00000003, 8198c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8208c2ecf20Sopenharmony_ci 0x033, 0x00000004, 8218c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8228c2ecf20Sopenharmony_ci 0x033, 0x00000005, 8238c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8248c2ecf20Sopenharmony_ci 0x033, 0x00000006, 8258c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8268c2ecf20Sopenharmony_ci 0x033, 0x00000007, 8278c2ecf20Sopenharmony_ci 0x03F, 0x0000CCA3, 8288c2ecf20Sopenharmony_ci 0x0EE, 0x00000000, 8298c2ecf20Sopenharmony_ci 0x0EF, 0x00000800, 8308c2ecf20Sopenharmony_ci 0x030, 0x0000002D, 8318c2ecf20Sopenharmony_ci 0x030, 0x0000122C, 8328c2ecf20Sopenharmony_ci 0x030, 0x0000222F, 8338c2ecf20Sopenharmony_ci 0x030, 0x0000326C, 8348c2ecf20Sopenharmony_ci 0x030, 0x0000466B, 8358c2ecf20Sopenharmony_ci 0x030, 0x0000566E, 8368c2ecf20Sopenharmony_ci 0x030, 0x000066EB, 8378c2ecf20Sopenharmony_ci 0x030, 0x000077EC, 8388c2ecf20Sopenharmony_ci 0x030, 0x000087EF, 8398c2ecf20Sopenharmony_ci 0x030, 0x000097F2, 8408c2ecf20Sopenharmony_ci 0x030, 0x0000A7F5, 8418c2ecf20Sopenharmony_ci 0x0EF, 0x00000000, 8428c2ecf20Sopenharmony_ci 0x0EE, 0x00000800, 8438c2ecf20Sopenharmony_ci 0x030, 0x00000001, 8448c2ecf20Sopenharmony_ci 0x030, 0x00001011, 8458c2ecf20Sopenharmony_ci 0x030, 0x00002011, 8468c2ecf20Sopenharmony_ci 0x030, 0x00003013, 8478c2ecf20Sopenharmony_ci 0x030, 0x00004033, 8488c2ecf20Sopenharmony_ci 0x030, 0x00005033, 8498c2ecf20Sopenharmony_ci 0x030, 0x00006037, 8508c2ecf20Sopenharmony_ci 0x030, 0x0000703F, 8518c2ecf20Sopenharmony_ci 0x030, 0x0000803F, 8528c2ecf20Sopenharmony_ci 0x030, 0x0000903F, 8538c2ecf20Sopenharmony_ci 0x030, 0x0000A03F, 8548c2ecf20Sopenharmony_ci 0x0EE, 0x00000000, 8558c2ecf20Sopenharmony_ci 0x082, 0x00083B8C, 8568c2ecf20Sopenharmony_ci 0x0ED, 0x00000008, 8578c2ecf20Sopenharmony_ci 0x030, 0x000030F6, 8588c2ecf20Sopenharmony_ci 0x030, 0x00002004, 8598c2ecf20Sopenharmony_ci 0x030, 0x000010F6, 8608c2ecf20Sopenharmony_ci 0x030, 0x000000F6, 8618c2ecf20Sopenharmony_ci 0x0ED, 0x00000000, 8628c2ecf20Sopenharmony_ci 0x092, 0x00083B8C, 8638c2ecf20Sopenharmony_ci 0x0EC, 0x00000008, 8648c2ecf20Sopenharmony_ci 0x030, 0x000030F6, 8658c2ecf20Sopenharmony_ci 0x030, 0x00002004, 8668c2ecf20Sopenharmony_ci 0x030, 0x000010F6, 8678c2ecf20Sopenharmony_ci 0x030, 0x000000F6, 8688c2ecf20Sopenharmony_ci 0x0EC, 0x00000000, 8698c2ecf20Sopenharmony_ci 0x0EF, 0x00010000, 8708c2ecf20Sopenharmony_ci 0x030, 0x0001C11C, 8718c2ecf20Sopenharmony_ci 0x030, 0x000181F4, 8728c2ecf20Sopenharmony_ci 0x030, 0x00014108, 8738c2ecf20Sopenharmony_ci 0x030, 0x000101E4, 8748c2ecf20Sopenharmony_ci 0x030, 0x0000C11C, 8758c2ecf20Sopenharmony_ci 0x030, 0x000081F4, 8768c2ecf20Sopenharmony_ci 0x030, 0x00004108, 8778c2ecf20Sopenharmony_ci 0x030, 0x000001E4, 8788c2ecf20Sopenharmony_ci 0x0EF, 0x00000000, 8798c2ecf20Sopenharmony_ci 0x0EE, 0x00010000, 8808c2ecf20Sopenharmony_ci 0x030, 0x0001C11C, 8818c2ecf20Sopenharmony_ci 0x030, 0x000181F4, 8828c2ecf20Sopenharmony_ci 0x030, 0x00014108, 8838c2ecf20Sopenharmony_ci 0x030, 0x000101E4, 8848c2ecf20Sopenharmony_ci 0x030, 0x0000C11C, 8858c2ecf20Sopenharmony_ci 0x030, 0x000081F4, 8868c2ecf20Sopenharmony_ci 0x030, 0x00004108, 8878c2ecf20Sopenharmony_ci 0x030, 0x000001E4, 8888c2ecf20Sopenharmony_ci 0x0EE, 0x00000000, 8898c2ecf20Sopenharmony_ci 0x0EF, 0x00080000, 8908c2ecf20Sopenharmony_ci 0x033, 0x00000007, 8918c2ecf20Sopenharmony_ci 0x03E, 0x0000005F, 8928c2ecf20Sopenharmony_ci 0x03F, 0x000B3FDB, 8938c2ecf20Sopenharmony_ci 0x033, 0x00000004, 8948c2ecf20Sopenharmony_ci 0x03E, 0x0000005D, 8958c2ecf20Sopenharmony_ci 0x03F, 0x000BFFE0, 8968c2ecf20Sopenharmony_ci 0x033, 0x00000005, 8978c2ecf20Sopenharmony_ci 0x03E, 0x0000005D, 8988c2ecf20Sopenharmony_ci 0x03F, 0x000FBFCE, 8998c2ecf20Sopenharmony_ci 0x033, 0x00000006, 9008c2ecf20Sopenharmony_ci 0x03E, 0x0000005F, 9018c2ecf20Sopenharmony_ci 0x03F, 0x000A7FFB, 9028c2ecf20Sopenharmony_ci 0x0EF, 0x00000000, 9038c2ecf20Sopenharmony_ci 0x0EE, 0x00000002, 9048c2ecf20Sopenharmony_ci 0x030, 0x00000001, 9058c2ecf20Sopenharmony_ci 0x030, 0x00002001, 9068c2ecf20Sopenharmony_ci 0x030, 0x00004001, 9078c2ecf20Sopenharmony_ci 0x030, 0x00007001, 9088c2ecf20Sopenharmony_ci 0x030, 0x00006001, 9098c2ecf20Sopenharmony_ci 0x030, 0x00020001, 9108c2ecf20Sopenharmony_ci 0x030, 0x00022001, 9118c2ecf20Sopenharmony_ci 0x030, 0x00024001, 9128c2ecf20Sopenharmony_ci 0x030, 0x00027001, 9138c2ecf20Sopenharmony_ci 0x030, 0x00026001, 9148c2ecf20Sopenharmony_ci 0x030, 0x00034001, 9158c2ecf20Sopenharmony_ci 0x030, 0x00037001, 9168c2ecf20Sopenharmony_ci 0x030, 0x00036001, 9178c2ecf20Sopenharmony_ci 0x030, 0x00008000, 9188c2ecf20Sopenharmony_ci 0x030, 0x0000A000, 9198c2ecf20Sopenharmony_ci 0x030, 0x0000C000, 9208c2ecf20Sopenharmony_ci 0x83000100, 0x00000000, 0x40000000, 0x00000000, 9218c2ecf20Sopenharmony_ci 0x030, 0x0000E024, 9228c2ecf20Sopenharmony_ci 0xA0000000, 0x00000000, 9238c2ecf20Sopenharmony_ci 0x030, 0x0000E000, 9248c2ecf20Sopenharmony_ci 0xB0000000, 0x00000000, 9258c2ecf20Sopenharmony_ci 0x030, 0x0001C000, 9268c2ecf20Sopenharmony_ci 0x030, 0x0001E000, 9278c2ecf20Sopenharmony_ci 0x0EE, 0x00000000, 9288c2ecf20Sopenharmony_ci 0x0EE, 0x00020000, 9298c2ecf20Sopenharmony_ci 0x0EF, 0x00020000, 9308c2ecf20Sopenharmony_ci 0x030, 0x00000F75, 9318c2ecf20Sopenharmony_ci 0x030, 0x00002F55, 9328c2ecf20Sopenharmony_ci 0x030, 0x00003F75, 9338c2ecf20Sopenharmony_ci 0x0EE, 0x00000000, 9348c2ecf20Sopenharmony_ci 0x0EF, 0x00000000, 9358c2ecf20Sopenharmony_ci 0x018, 0x00008401, 9368c2ecf20Sopenharmony_ci 0xFFE, 0x00000000, 9378c2ecf20Sopenharmony_ci}; 9388c2ecf20Sopenharmony_ci 9398c2ecf20Sopenharmony_ciRTW_DECL_TABLE_RF_RADIO(rtw8723d_rf_a, A); 9408c2ecf20Sopenharmony_ci 9418c2ecf20Sopenharmony_cistatic const struct rtw_txpwr_lmt_cfg_pair rtw8723d_txpwr_lmt[] = { 9428c2ecf20Sopenharmony_ci {0, 0, 0, 0, 1, 30, }, 9438c2ecf20Sopenharmony_ci {2, 0, 0, 0, 1, 30, }, 9448c2ecf20Sopenharmony_ci {1, 0, 0, 0, 1, 30, }, 9458c2ecf20Sopenharmony_ci {0, 0, 0, 0, 2, 30, }, 9468c2ecf20Sopenharmony_ci {2, 0, 0, 0, 2, 30, }, 9478c2ecf20Sopenharmony_ci {1, 0, 0, 0, 2, 30, }, 9488c2ecf20Sopenharmony_ci {0, 0, 0, 0, 3, 30, }, 9498c2ecf20Sopenharmony_ci {2, 0, 0, 0, 3, 30, }, 9508c2ecf20Sopenharmony_ci {1, 0, 0, 0, 3, 30, }, 9518c2ecf20Sopenharmony_ci {0, 0, 0, 0, 4, 30, }, 9528c2ecf20Sopenharmony_ci {2, 0, 0, 0, 4, 30, }, 9538c2ecf20Sopenharmony_ci {1, 0, 0, 0, 4, 30, }, 9548c2ecf20Sopenharmony_ci {0, 0, 0, 0, 5, 30, }, 9558c2ecf20Sopenharmony_ci {2, 0, 0, 0, 5, 30, }, 9568c2ecf20Sopenharmony_ci {1, 0, 0, 0, 5, 30, }, 9578c2ecf20Sopenharmony_ci {0, 0, 0, 0, 6, 30, }, 9588c2ecf20Sopenharmony_ci {2, 0, 0, 0, 6, 30, }, 9598c2ecf20Sopenharmony_ci {1, 0, 0, 0, 6, 30, }, 9608c2ecf20Sopenharmony_ci {0, 0, 0, 0, 7, 30, }, 9618c2ecf20Sopenharmony_ci {2, 0, 0, 0, 7, 30, }, 9628c2ecf20Sopenharmony_ci {1, 0, 0, 0, 7, 30, }, 9638c2ecf20Sopenharmony_ci {0, 0, 0, 0, 8, 30, }, 9648c2ecf20Sopenharmony_ci {2, 0, 0, 0, 8, 30, }, 9658c2ecf20Sopenharmony_ci {1, 0, 0, 0, 8, 30, }, 9668c2ecf20Sopenharmony_ci {0, 0, 0, 0, 9, 30, }, 9678c2ecf20Sopenharmony_ci {2, 0, 0, 0, 9, 30, }, 9688c2ecf20Sopenharmony_ci {1, 0, 0, 0, 9, 30, }, 9698c2ecf20Sopenharmony_ci {0, 0, 0, 0, 10, 30, }, 9708c2ecf20Sopenharmony_ci {2, 0, 0, 0, 10, 30, }, 9718c2ecf20Sopenharmony_ci {1, 0, 0, 0, 10, 30, }, 9728c2ecf20Sopenharmony_ci {0, 0, 0, 0, 11, 30, }, 9738c2ecf20Sopenharmony_ci {2, 0, 0, 0, 11, 30, }, 9748c2ecf20Sopenharmony_ci {1, 0, 0, 0, 11, 30, }, 9758c2ecf20Sopenharmony_ci {0, 0, 0, 0, 12, 30, }, 9768c2ecf20Sopenharmony_ci {2, 0, 0, 0, 12, 30, }, 9778c2ecf20Sopenharmony_ci {1, 0, 0, 0, 12, 30, }, 9788c2ecf20Sopenharmony_ci {0, 0, 0, 0, 13, 17, }, 9798c2ecf20Sopenharmony_ci {2, 0, 0, 0, 13, 30, }, 9808c2ecf20Sopenharmony_ci {1, 0, 0, 0, 13, 30, }, 9818c2ecf20Sopenharmony_ci {0, 0, 0, 0, 14, 63, }, 9828c2ecf20Sopenharmony_ci {2, 0, 0, 0, 14, 63, }, 9838c2ecf20Sopenharmony_ci {1, 0, 0, 0, 14, 30, }, 9848c2ecf20Sopenharmony_ci {0, 0, 0, 1, 1, 26, }, 9858c2ecf20Sopenharmony_ci {2, 0, 0, 1, 1, 31, }, 9868c2ecf20Sopenharmony_ci {1, 0, 0, 1, 1, 31, }, 9878c2ecf20Sopenharmony_ci {0, 0, 0, 1, 2, 28, }, 9888c2ecf20Sopenharmony_ci {2, 0, 0, 1, 2, 31, }, 9898c2ecf20Sopenharmony_ci {1, 0, 0, 1, 2, 31, }, 9908c2ecf20Sopenharmony_ci {0, 0, 0, 1, 3, 30, }, 9918c2ecf20Sopenharmony_ci {2, 0, 0, 1, 3, 31, }, 9928c2ecf20Sopenharmony_ci {1, 0, 0, 1, 3, 31, }, 9938c2ecf20Sopenharmony_ci {0, 0, 0, 1, 4, 30, }, 9948c2ecf20Sopenharmony_ci {2, 0, 0, 1, 4, 31, }, 9958c2ecf20Sopenharmony_ci {1, 0, 0, 1, 4, 31, }, 9968c2ecf20Sopenharmony_ci {0, 0, 0, 1, 5, 30, }, 9978c2ecf20Sopenharmony_ci {2, 0, 0, 1, 5, 31, }, 9988c2ecf20Sopenharmony_ci {1, 0, 0, 1, 5, 31, }, 9998c2ecf20Sopenharmony_ci {0, 0, 0, 1, 6, 30, }, 10008c2ecf20Sopenharmony_ci {2, 0, 0, 1, 6, 31, }, 10018c2ecf20Sopenharmony_ci {1, 0, 0, 1, 6, 31, }, 10028c2ecf20Sopenharmony_ci {0, 0, 0, 1, 7, 30, }, 10038c2ecf20Sopenharmony_ci {2, 0, 0, 1, 7, 31, }, 10048c2ecf20Sopenharmony_ci {1, 0, 0, 1, 7, 31, }, 10058c2ecf20Sopenharmony_ci {0, 0, 0, 1, 8, 30, }, 10068c2ecf20Sopenharmony_ci {2, 0, 0, 1, 8, 31, }, 10078c2ecf20Sopenharmony_ci {1, 0, 0, 1, 8, 31, }, 10088c2ecf20Sopenharmony_ci {0, 0, 0, 1, 9, 30, }, 10098c2ecf20Sopenharmony_ci {2, 0, 0, 1, 9, 31, }, 10108c2ecf20Sopenharmony_ci {1, 0, 0, 1, 9, 31, }, 10118c2ecf20Sopenharmony_ci {0, 0, 0, 1, 10, 28, }, 10128c2ecf20Sopenharmony_ci {2, 0, 0, 1, 10, 31, }, 10138c2ecf20Sopenharmony_ci {1, 0, 0, 1, 10, 31, }, 10148c2ecf20Sopenharmony_ci {0, 0, 0, 1, 11, 26, }, 10158c2ecf20Sopenharmony_ci {2, 0, 0, 1, 11, 31, }, 10168c2ecf20Sopenharmony_ci {1, 0, 0, 1, 11, 31, }, 10178c2ecf20Sopenharmony_ci {0, 0, 0, 1, 12, 24, }, 10188c2ecf20Sopenharmony_ci {2, 0, 0, 1, 12, 31, }, 10198c2ecf20Sopenharmony_ci {1, 0, 0, 1, 12, 31, }, 10208c2ecf20Sopenharmony_ci {0, 0, 0, 1, 13, 14, }, 10218c2ecf20Sopenharmony_ci {2, 0, 0, 1, 13, 31, }, 10228c2ecf20Sopenharmony_ci {1, 0, 0, 1, 13, 31, }, 10238c2ecf20Sopenharmony_ci {0, 0, 0, 1, 14, 63, }, 10248c2ecf20Sopenharmony_ci {2, 0, 0, 1, 14, 63, }, 10258c2ecf20Sopenharmony_ci {1, 0, 0, 1, 14, 63, }, 10268c2ecf20Sopenharmony_ci {0, 0, 0, 2, 1, 24, }, 10278c2ecf20Sopenharmony_ci {2, 0, 0, 2, 1, 31, }, 10288c2ecf20Sopenharmony_ci {1, 0, 0, 2, 1, 31, }, 10298c2ecf20Sopenharmony_ci {0, 0, 0, 2, 2, 26, }, 10308c2ecf20Sopenharmony_ci {2, 0, 0, 2, 2, 31, }, 10318c2ecf20Sopenharmony_ci {1, 0, 0, 2, 2, 31, }, 10328c2ecf20Sopenharmony_ci {0, 0, 0, 2, 3, 30, }, 10338c2ecf20Sopenharmony_ci {2, 0, 0, 2, 3, 31, }, 10348c2ecf20Sopenharmony_ci {1, 0, 0, 2, 3, 31, }, 10358c2ecf20Sopenharmony_ci {0, 0, 0, 2, 4, 30, }, 10368c2ecf20Sopenharmony_ci {2, 0, 0, 2, 4, 31, }, 10378c2ecf20Sopenharmony_ci {1, 0, 0, 2, 4, 31, }, 10388c2ecf20Sopenharmony_ci {0, 0, 0, 2, 5, 30, }, 10398c2ecf20Sopenharmony_ci {2, 0, 0, 2, 5, 31, }, 10408c2ecf20Sopenharmony_ci {1, 0, 0, 2, 5, 31, }, 10418c2ecf20Sopenharmony_ci {0, 0, 0, 2, 6, 30, }, 10428c2ecf20Sopenharmony_ci {2, 0, 0, 2, 6, 31, }, 10438c2ecf20Sopenharmony_ci {1, 0, 0, 2, 6, 31, }, 10448c2ecf20Sopenharmony_ci {0, 0, 0, 2, 7, 30, }, 10458c2ecf20Sopenharmony_ci {2, 0, 0, 2, 7, 31, }, 10468c2ecf20Sopenharmony_ci {1, 0, 0, 2, 7, 31, }, 10478c2ecf20Sopenharmony_ci {0, 0, 0, 2, 8, 30, }, 10488c2ecf20Sopenharmony_ci {2, 0, 0, 2, 8, 31, }, 10498c2ecf20Sopenharmony_ci {1, 0, 0, 2, 8, 31, }, 10508c2ecf20Sopenharmony_ci {0, 0, 0, 2, 9, 30, }, 10518c2ecf20Sopenharmony_ci {2, 0, 0, 2, 9, 31, }, 10528c2ecf20Sopenharmony_ci {1, 0, 0, 2, 9, 31, }, 10538c2ecf20Sopenharmony_ci {0, 0, 0, 2, 10, 26, }, 10548c2ecf20Sopenharmony_ci {2, 0, 0, 2, 10, 31, }, 10558c2ecf20Sopenharmony_ci {1, 0, 0, 2, 10, 31, }, 10568c2ecf20Sopenharmony_ci {0, 0, 0, 2, 11, 24, }, 10578c2ecf20Sopenharmony_ci {2, 0, 0, 2, 11, 31, }, 10588c2ecf20Sopenharmony_ci {1, 0, 0, 2, 11, 31, }, 10598c2ecf20Sopenharmony_ci {0, 0, 0, 2, 12, 23, }, 10608c2ecf20Sopenharmony_ci {2, 0, 0, 2, 12, 31, }, 10618c2ecf20Sopenharmony_ci {1, 0, 0, 2, 12, 31, }, 10628c2ecf20Sopenharmony_ci {0, 0, 0, 2, 13, 13, }, 10638c2ecf20Sopenharmony_ci {2, 0, 0, 2, 13, 31, }, 10648c2ecf20Sopenharmony_ci {1, 0, 0, 2, 13, 31, }, 10658c2ecf20Sopenharmony_ci {0, 0, 0, 2, 14, 63, }, 10668c2ecf20Sopenharmony_ci {2, 0, 0, 2, 14, 63, }, 10678c2ecf20Sopenharmony_ci {1, 0, 0, 2, 14, 63, }, 10688c2ecf20Sopenharmony_ci {0, 0, 0, 3, 1, 28, }, 10698c2ecf20Sopenharmony_ci {2, 0, 0, 3, 1, 30, }, 10708c2ecf20Sopenharmony_ci {1, 0, 0, 3, 1, 30, }, 10718c2ecf20Sopenharmony_ci {0, 0, 0, 3, 2, 28, }, 10728c2ecf20Sopenharmony_ci {2, 0, 0, 3, 2, 30, }, 10738c2ecf20Sopenharmony_ci {1, 0, 0, 3, 2, 30, }, 10748c2ecf20Sopenharmony_ci {0, 0, 0, 3, 3, 30, }, 10758c2ecf20Sopenharmony_ci {2, 0, 0, 3, 3, 30, }, 10768c2ecf20Sopenharmony_ci {1, 0, 0, 3, 3, 30, }, 10778c2ecf20Sopenharmony_ci {0, 0, 0, 3, 4, 30, }, 10788c2ecf20Sopenharmony_ci {2, 0, 0, 3, 4, 30, }, 10798c2ecf20Sopenharmony_ci {1, 0, 0, 3, 4, 30, }, 10808c2ecf20Sopenharmony_ci {0, 0, 0, 3, 5, 30, }, 10818c2ecf20Sopenharmony_ci {2, 0, 0, 3, 5, 30, }, 10828c2ecf20Sopenharmony_ci {1, 0, 0, 3, 5, 30, }, 10838c2ecf20Sopenharmony_ci {0, 0, 0, 3, 6, 30, }, 10848c2ecf20Sopenharmony_ci {2, 0, 0, 3, 6, 30, }, 10858c2ecf20Sopenharmony_ci {1, 0, 0, 3, 6, 30, }, 10868c2ecf20Sopenharmony_ci {0, 0, 0, 3, 7, 30, }, 10878c2ecf20Sopenharmony_ci {2, 0, 0, 3, 7, 30, }, 10888c2ecf20Sopenharmony_ci {1, 0, 0, 3, 7, 30, }, 10898c2ecf20Sopenharmony_ci {0, 0, 0, 3, 8, 30, }, 10908c2ecf20Sopenharmony_ci {2, 0, 0, 3, 8, 30, }, 10918c2ecf20Sopenharmony_ci {1, 0, 0, 3, 8, 30, }, 10928c2ecf20Sopenharmony_ci {0, 0, 0, 3, 9, 28, }, 10938c2ecf20Sopenharmony_ci {2, 0, 0, 3, 9, 30, }, 10948c2ecf20Sopenharmony_ci {1, 0, 0, 3, 9, 30, }, 10958c2ecf20Sopenharmony_ci {0, 0, 0, 3, 10, 28, }, 10968c2ecf20Sopenharmony_ci {2, 0, 0, 3, 10, 30, }, 10978c2ecf20Sopenharmony_ci {1, 0, 0, 3, 10, 30, }, 10988c2ecf20Sopenharmony_ci {0, 0, 0, 3, 11, 28, }, 10998c2ecf20Sopenharmony_ci {2, 0, 0, 3, 11, 30, }, 11008c2ecf20Sopenharmony_ci {1, 0, 0, 3, 11, 30, }, 11018c2ecf20Sopenharmony_ci {0, 0, 0, 3, 12, 63, }, 11028c2ecf20Sopenharmony_ci {2, 0, 0, 3, 12, 30, }, 11038c2ecf20Sopenharmony_ci {1, 0, 0, 3, 12, 30, }, 11048c2ecf20Sopenharmony_ci {0, 0, 0, 3, 13, 63, }, 11058c2ecf20Sopenharmony_ci {2, 0, 0, 3, 13, 30, }, 11068c2ecf20Sopenharmony_ci {1, 0, 0, 3, 13, 30, }, 11078c2ecf20Sopenharmony_ci {0, 0, 0, 3, 14, 63, }, 11088c2ecf20Sopenharmony_ci {2, 0, 0, 3, 14, 63, }, 11098c2ecf20Sopenharmony_ci {1, 0, 0, 3, 14, 63, }, 11108c2ecf20Sopenharmony_ci {0, 0, 1, 2, 1, 63, }, 11118c2ecf20Sopenharmony_ci {2, 0, 1, 2, 1, 63, }, 11128c2ecf20Sopenharmony_ci {1, 0, 1, 2, 1, 63, }, 11138c2ecf20Sopenharmony_ci {0, 0, 1, 2, 2, 63, }, 11148c2ecf20Sopenharmony_ci {2, 0, 1, 2, 2, 63, }, 11158c2ecf20Sopenharmony_ci {1, 0, 1, 2, 2, 63, }, 11168c2ecf20Sopenharmony_ci {0, 0, 1, 2, 3, 24, }, 11178c2ecf20Sopenharmony_ci {2, 0, 1, 2, 3, 30, }, 11188c2ecf20Sopenharmony_ci {1, 0, 1, 2, 3, 30, }, 11198c2ecf20Sopenharmony_ci {0, 0, 1, 2, 4, 24, }, 11208c2ecf20Sopenharmony_ci {2, 0, 1, 2, 4, 30, }, 11218c2ecf20Sopenharmony_ci {1, 0, 1, 2, 4, 30, }, 11228c2ecf20Sopenharmony_ci {0, 0, 1, 2, 5, 24, }, 11238c2ecf20Sopenharmony_ci {2, 0, 1, 2, 5, 30, }, 11248c2ecf20Sopenharmony_ci {1, 0, 1, 2, 5, 30, }, 11258c2ecf20Sopenharmony_ci {0, 0, 1, 2, 6, 24, }, 11268c2ecf20Sopenharmony_ci {2, 0, 1, 2, 6, 30, }, 11278c2ecf20Sopenharmony_ci {1, 0, 1, 2, 6, 30, }, 11288c2ecf20Sopenharmony_ci {0, 0, 1, 2, 7, 24, }, 11298c2ecf20Sopenharmony_ci {2, 0, 1, 2, 7, 30, }, 11308c2ecf20Sopenharmony_ci {1, 0, 1, 2, 7, 30, }, 11318c2ecf20Sopenharmony_ci {0, 0, 1, 2, 8, 24, }, 11328c2ecf20Sopenharmony_ci {2, 0, 1, 2, 8, 30, }, 11338c2ecf20Sopenharmony_ci {1, 0, 1, 2, 8, 30, }, 11348c2ecf20Sopenharmony_ci {0, 0, 1, 2, 9, 24, }, 11358c2ecf20Sopenharmony_ci {2, 0, 1, 2, 9, 30, }, 11368c2ecf20Sopenharmony_ci {1, 0, 1, 2, 9, 30, }, 11378c2ecf20Sopenharmony_ci {0, 0, 1, 2, 10, 22, }, 11388c2ecf20Sopenharmony_ci {2, 0, 1, 2, 10, 30, }, 11398c2ecf20Sopenharmony_ci {1, 0, 1, 2, 10, 30, }, 11408c2ecf20Sopenharmony_ci {0, 0, 1, 2, 11, 20, }, 11418c2ecf20Sopenharmony_ci {2, 0, 1, 2, 11, 30, }, 11428c2ecf20Sopenharmony_ci {1, 0, 1, 2, 11, 30, }, 11438c2ecf20Sopenharmony_ci {0, 0, 1, 2, 12, 63, }, 11448c2ecf20Sopenharmony_ci {2, 0, 1, 2, 12, 30, }, 11458c2ecf20Sopenharmony_ci {1, 0, 1, 2, 12, 30, }, 11468c2ecf20Sopenharmony_ci {0, 0, 1, 2, 13, 63, }, 11478c2ecf20Sopenharmony_ci {2, 0, 1, 2, 13, 30, }, 11488c2ecf20Sopenharmony_ci {1, 0, 1, 2, 13, 30, }, 11498c2ecf20Sopenharmony_ci {0, 0, 1, 2, 14, 63, }, 11508c2ecf20Sopenharmony_ci {2, 0, 1, 2, 14, 63, }, 11518c2ecf20Sopenharmony_ci {1, 0, 1, 2, 14, 63, }, 11528c2ecf20Sopenharmony_ci {0, 0, 1, 3, 1, 63, }, 11538c2ecf20Sopenharmony_ci {2, 0, 1, 3, 1, 63, }, 11548c2ecf20Sopenharmony_ci {1, 0, 1, 3, 1, 63, }, 11558c2ecf20Sopenharmony_ci {0, 0, 1, 3, 2, 63, }, 11568c2ecf20Sopenharmony_ci {2, 0, 1, 3, 2, 63, }, 11578c2ecf20Sopenharmony_ci {1, 0, 1, 3, 2, 63, }, 11588c2ecf20Sopenharmony_ci {0, 0, 1, 3, 3, 26, }, 11598c2ecf20Sopenharmony_ci {2, 0, 1, 3, 3, 26, }, 11608c2ecf20Sopenharmony_ci {1, 0, 1, 3, 3, 26, }, 11618c2ecf20Sopenharmony_ci {0, 0, 1, 3, 4, 26, }, 11628c2ecf20Sopenharmony_ci {2, 0, 1, 3, 4, 26, }, 11638c2ecf20Sopenharmony_ci {1, 0, 1, 3, 4, 26, }, 11648c2ecf20Sopenharmony_ci {0, 0, 1, 3, 5, 26, }, 11658c2ecf20Sopenharmony_ci {2, 0, 1, 3, 5, 26, }, 11668c2ecf20Sopenharmony_ci {1, 0, 1, 3, 5, 26, }, 11678c2ecf20Sopenharmony_ci {0, 0, 1, 3, 6, 26, }, 11688c2ecf20Sopenharmony_ci {2, 0, 1, 3, 6, 26, }, 11698c2ecf20Sopenharmony_ci {1, 0, 1, 3, 6, 26, }, 11708c2ecf20Sopenharmony_ci {0, 0, 1, 3, 7, 26, }, 11718c2ecf20Sopenharmony_ci {2, 0, 1, 3, 7, 26, }, 11728c2ecf20Sopenharmony_ci {1, 0, 1, 3, 7, 26, }, 11738c2ecf20Sopenharmony_ci {0, 0, 1, 3, 8, 26, }, 11748c2ecf20Sopenharmony_ci {2, 0, 1, 3, 8, 26, }, 11758c2ecf20Sopenharmony_ci {1, 0, 1, 3, 8, 26, }, 11768c2ecf20Sopenharmony_ci {0, 0, 1, 3, 9, 26, }, 11778c2ecf20Sopenharmony_ci {2, 0, 1, 3, 9, 26, }, 11788c2ecf20Sopenharmony_ci {1, 0, 1, 3, 9, 26, }, 11798c2ecf20Sopenharmony_ci {0, 0, 1, 3, 10, 26, }, 11808c2ecf20Sopenharmony_ci {2, 0, 1, 3, 10, 26, }, 11818c2ecf20Sopenharmony_ci {1, 0, 1, 3, 10, 26, }, 11828c2ecf20Sopenharmony_ci {0, 0, 1, 3, 11, 26, }, 11838c2ecf20Sopenharmony_ci {2, 0, 1, 3, 11, 26, }, 11848c2ecf20Sopenharmony_ci {1, 0, 1, 3, 11, 26, }, 11858c2ecf20Sopenharmony_ci {0, 0, 1, 3, 12, 63, }, 11868c2ecf20Sopenharmony_ci {2, 0, 1, 3, 12, 26, }, 11878c2ecf20Sopenharmony_ci {1, 0, 1, 3, 12, 26, }, 11888c2ecf20Sopenharmony_ci {0, 0, 1, 3, 13, 63, }, 11898c2ecf20Sopenharmony_ci {2, 0, 1, 3, 13, 26, }, 11908c2ecf20Sopenharmony_ci {1, 0, 1, 3, 13, 26, }, 11918c2ecf20Sopenharmony_ci {0, 0, 1, 3, 14, 63, }, 11928c2ecf20Sopenharmony_ci {2, 0, 1, 3, 14, 63, }, 11938c2ecf20Sopenharmony_ci {1, 0, 1, 3, 14, 63, }, 11948c2ecf20Sopenharmony_ci}; 11958c2ecf20Sopenharmony_ci 11968c2ecf20Sopenharmony_ciRTW_DECL_TABLE_TXPWR_LMT(rtw8723d_txpwr_lmt); 1197