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 2056 radio device data tables
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci  Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com>
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci*/
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#include "b43.h"
138c2ecf20Sopenharmony_ci#include "radio_2056.h"
148c2ecf20Sopenharmony_ci#include "phy_common.h"
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_cistruct b2056_inittab_entry {
178c2ecf20Sopenharmony_ci	/* Value to write if we use the 5GHz band. */
188c2ecf20Sopenharmony_ci	u16 ghz5;
198c2ecf20Sopenharmony_ci	/* Value to write if we use the 2.4GHz band. */
208c2ecf20Sopenharmony_ci	u16 ghz2;
218c2ecf20Sopenharmony_ci	/* Flags */
228c2ecf20Sopenharmony_ci	u8 flags;
238c2ecf20Sopenharmony_ci};
248c2ecf20Sopenharmony_ci#define B2056_INITTAB_ENTRY_OK	0x01
258c2ecf20Sopenharmony_ci#define B2056_INITTAB_UPLOAD	0x02
268c2ecf20Sopenharmony_ci#define UPLOAD		.flags = B2056_INITTAB_ENTRY_OK | B2056_INITTAB_UPLOAD
278c2ecf20Sopenharmony_ci#define NOUPLOAD	.flags = B2056_INITTAB_ENTRY_OK
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_cistruct b2056_inittabs_pts {
308c2ecf20Sopenharmony_ci	const struct b2056_inittab_entry *syn;
318c2ecf20Sopenharmony_ci	unsigned int syn_length;
328c2ecf20Sopenharmony_ci	const struct b2056_inittab_entry *tx;
338c2ecf20Sopenharmony_ci	unsigned int tx_length;
348c2ecf20Sopenharmony_ci	const struct b2056_inittab_entry *rx;
358c2ecf20Sopenharmony_ci	unsigned int rx_length;
368c2ecf20Sopenharmony_ci};
378c2ecf20Sopenharmony_ci
388c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_phy_rev3_syn[] = {
398c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
408c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
418c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
428c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
438c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
448c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
458c2ecf20Sopenharmony_ci	[B2056_SYN_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
468c2ecf20Sopenharmony_ci	[B2056_SYN_COM_PU]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
478c2ecf20Sopenharmony_ci	[B2056_SYN_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
488c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
498c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
508c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_RXLPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
518c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_TXLPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
528c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_RXHPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
538c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
548c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
558c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
568c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
578c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
588c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
598c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
608c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
618c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
628c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
638c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
648c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
658c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
668c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
678c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
688c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
698c2ecf20Sopenharmony_ci	[B2056_SYN_GPIO_MASTER1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
708c2ecf20Sopenharmony_ci	[B2056_SYN_GPIO_MASTER2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
718c2ecf20Sopenharmony_ci	[B2056_SYN_TOPBIAS_MASTER]	= { .ghz5 = 0x0060, .ghz2 = 0x0060, NOUPLOAD, },
728c2ecf20Sopenharmony_ci	[B2056_SYN_TOPBIAS_RCAL]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
738c2ecf20Sopenharmony_ci	[B2056_SYN_AFEREG]		= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
748c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSE]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
758c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSEIDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
768c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSERCAL]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
778c2ecf20Sopenharmony_ci	[B2056_SYN_LPO]			= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
788c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
798c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
808c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_STATUS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
818c2ecf20Sopenharmony_ci	[B2056_SYN_RCAL_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
828c2ecf20Sopenharmony_ci	[B2056_SYN_RCAL_CODE_OUT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
838c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL0]		= { .ghz5 = 0x000d, .ghz2 = 0x000d, NOUPLOAD, },
848c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL1]		= { .ghz5 = 0x001f, .ghz2 = 0x001f, NOUPLOAD, },
858c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL2]		= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
868c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL3]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
878c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
888c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
898c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
908c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
918c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
928c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
938c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL10]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
948c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL11]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
958c2ecf20Sopenharmony_ci	[B2056_SYN_ZCAL_SPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
968c2ecf20Sopenharmony_ci	[B2056_SYN_ZCAL_SPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
978c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST1]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
988c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST2]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
998c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST3]		= { .ghz5 = 0x0018, .ghz2 = 0x0018, NOUPLOAD, },
1008c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_BIAS_RESET]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1018c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1028c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL1]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
1038c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL3]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
1048c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1058c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL5]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
1068c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL6]		= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
1078c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_REFDIV]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
1088c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_PFD]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
1098c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP1]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
1108c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP2]		= { .ghz5 = 0x0030, .ghz2 = 0x0030, NOUPLOAD, },
1118c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP3]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
1128c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER1]	= { .ghz5 = 0x000d, .ghz2 = 0x000d, NOUPLOAD, },
1138c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER2]	= { .ghz5 = 0x000d, .ghz2 = 0x000d, NOUPLOAD, },
1148c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER3]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
1158c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER4]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
1168c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER5]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
1178c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MMD1]		= { .ghz5 = 0x001c, .ghz2 = 0x001c, NOUPLOAD, },
1188c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MMD2]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
1198c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO1]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
1208c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO2]		= { .ghz5 = 0x00f7, .ghz2 = 0x00f7, UPLOAD, },
1218c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MONITOR1]	= { .ghz5 = 0x00b4, .ghz2 = 0x00b4, NOUPLOAD, },
1228c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MONITOR2]	= { .ghz5 = 0x00d2, .ghz2 = 0x00d2, NOUPLOAD, },
1238c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1248c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1258c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL4]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
1268c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL5]		= { .ghz5 = 0x0096, .ghz2 = 0x0096, NOUPLOAD, },
1278c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL6]		= { .ghz5 = 0x003e, .ghz2 = 0x003e, NOUPLOAD, },
1288c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL7]		= { .ghz5 = 0x003e, .ghz2 = 0x003e, NOUPLOAD, },
1298c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL8]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
1308c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL9]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
1318c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL10]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1328c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL11]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
1338c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL12]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
1348c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL13]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
1358c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VREG]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
1368c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1378c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1388c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1398c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1408c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1418c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU2]		= { .ghz5 = 0x0040, .ghz2 = 0x0040, NOUPLOAD, },
1428c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1438c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1448c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1458c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1468c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU8]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
1478c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BIAS_RESET]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1488c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RCCR1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1498c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF1]	= { .ghz5 = 0x0060, .ghz2 = 0x0060, NOUPLOAD, },
1508c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER1]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
1518c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER2]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
1528c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF1]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
1538c2ecf20Sopenharmony_ci	[B2056_SYN_LOGENBUF2]		= { .ghz5 = 0x008f, .ghz2 = 0x008f, UPLOAD, },
1548c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1558c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF4]		= { .ghz5 = 0x00cc, .ghz2 = 0x00cc, NOUPLOAD, },
1568c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV1]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
1578c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV2]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
1588c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV3]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
1598c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1608c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1618c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1628c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1638c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1648c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1658c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLOUT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1668c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1678c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1688c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1698c2ecf20Sopenharmony_ci	[B2056_SYN_CALEN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1708c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PEAKDET1]	= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, NOUPLOAD, },
1718c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CORE_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1728c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_DIFF_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1738c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_DIFF_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1748c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_CMOS_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1758c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_CMOS_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1768c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1778c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1788c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1798c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1808c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1818c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1828c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1838c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1848c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1858c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1868c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1878c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1888c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1898c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1908c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1918c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1928c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1938c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1948c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1958c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
1968c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF2_OVRVAL]= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
1978c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER3_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
1988c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF5_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
1998c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF6_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2008c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2018c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2028c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2038c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2048c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2058c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2068c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2078c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2088c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2098c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2108c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2118c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2128c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2138c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2148c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2158c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
2168c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL_WAITCNT]	= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
2178c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CORE_CALVALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2188c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_CMOS_CALVALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2198c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_CMOS_VALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2208c2ecf20Sopenharmony_ci};
2218c2ecf20Sopenharmony_ci
2228c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_phy_rev3_tx[] = {
2238c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2248c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2258c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2268c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2278c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2288c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2298c2ecf20Sopenharmony_ci	[B2056_TX_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2308c2ecf20Sopenharmony_ci	[B2056_TX_COM_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2318c2ecf20Sopenharmony_ci	[B2056_TX_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2328c2ecf20Sopenharmony_ci	[B2056_TX_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2338c2ecf20Sopenharmony_ci	[B2056_TX_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2348c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_RXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2358c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_TXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2368c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_RXHPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2378c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2388c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2398c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2408c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2418c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2428c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2438c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2448c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2458c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2468c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2478c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2488c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2498c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2508c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2518c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2528c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2538c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_GAIN_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2548c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_FINE_I]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
2558c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_FINE_Q]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
2568c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_COARSE_I]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
2578c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_COARSE_Q]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
2588c2ecf20Sopenharmony_ci	[B2056_TX_TX_COM_MASTER1]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
2598c2ecf20Sopenharmony_ci	[B2056_TX_TX_COM_MASTER2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2608c2ecf20Sopenharmony_ci	[B2056_TX_RXIQCAL_TXMUX]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
2618c2ecf20Sopenharmony_ci	[B2056_TX_TX_SSI_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2628c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_VCM_HG]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
2638c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_IDAC]		= { .ghz5 = 0x0037, .ghz2 = 0x0037, NOUPLOAD, },
2648c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_VCM]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
2658c2ecf20Sopenharmony_ci	[B2056_TX_TX_AMP_DET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2668c2ecf20Sopenharmony_ci	[B2056_TX_TX_SSI_MUX]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2678c2ecf20Sopenharmony_ci	[B2056_TX_TSSIA]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
2688c2ecf20Sopenharmony_ci	[B2056_TX_TSSIG]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
2698c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2708c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2718c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2728c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE1]		= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
2738c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE2]		= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
2748c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2758c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2768c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_BOOST_TUNE]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
2778c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_STAT]	= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
2788c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2798c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_STAT]	= { .ghz5 = 0x002d, .ghz2 = 0x002d, NOUPLOAD, },
2808c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2818c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_CASCBIAS]	= { .ghz5 = 0x006e, .ghz2 = 0x006e, NOUPLOAD, },
2828c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
2838c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PA_MISC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2848c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2858c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2868c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_BOOST_TUNE]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
2878c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IAUX_STAT]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
2888c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IAUX_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2898c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IMAIN_STAT]	= { .ghz5 = 0x001e, .ghz2 = 0x001e, NOUPLOAD, },
2908c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IMAIN_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2918c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_CASCBIAS]	= { .ghz5 = 0x006e, .ghz2 = 0x006e, NOUPLOAD, },
2928c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
2938c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PA_MISC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2948c2ecf20Sopenharmony_ci	[B2056_TX_PADA_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
2958c2ecf20Sopenharmony_ci	[B2056_TX_PADA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
2968c2ecf20Sopenharmony_ci	[B2056_TX_PADA_CASCBIAS]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
2978c2ecf20Sopenharmony_ci	[B2056_TX_PADA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
2988c2ecf20Sopenharmony_ci	[B2056_TX_PADA_BOOST_TUNE]	= { .ghz5 = 0x0038, .ghz2 = 0x0038, NOUPLOAD, },
2998c2ecf20Sopenharmony_ci	[B2056_TX_PADA_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
3008c2ecf20Sopenharmony_ci	[B2056_TX_PADG_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
3018c2ecf20Sopenharmony_ci	[B2056_TX_PADG_IDAC]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
3028c2ecf20Sopenharmony_ci	[B2056_TX_PADG_CASCBIAS]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
3038c2ecf20Sopenharmony_ci	[B2056_TX_PADG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3048c2ecf20Sopenharmony_ci	[B2056_TX_PADG_BOOST_TUNE]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
3058c2ecf20Sopenharmony_ci	[B2056_TX_PADG_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
3068c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
3078c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
3088c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3098c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_BOOST_TUNE]	= { .ghz5 = 0x0083, .ghz2 = 0x0083, NOUPLOAD, },
3108c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
3118c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_MISC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3128c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
3138c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_IDAC]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
3148c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3158c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_BOOST_TUNE]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
3168c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
3178c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_MISC]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
3188c2ecf20Sopenharmony_ci	[B2056_TX_MIXA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3198c2ecf20Sopenharmony_ci	[B2056_TX_MIXA_BOOST_TUNE]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
3208c2ecf20Sopenharmony_ci	[B2056_TX_MIXG]			= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3218c2ecf20Sopenharmony_ci	[B2056_TX_MIXG_BOOST_TUNE]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
3228c2ecf20Sopenharmony_ci	[B2056_TX_BB_GM_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3238c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_GM]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3248c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC]		= { .ghz5 = 0x0074, .ghz2 = 0x0074, UPLOAD, },
3258c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3268c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL]		= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
3278c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF0]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3288c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3298c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3308c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3318c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3328c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3338c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3348c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_BW]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
3358c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3368c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3378c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_0]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
3388c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_1]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
3398c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_2]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
3408c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_3]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
3418c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_4]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
3428c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_5]		= { .ghz5 = 0x001b, .ghz2 = 0x001b, NOUPLOAD, },
3438c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_6]		= { .ghz5 = 0x001b, .ghz2 = 0x001b, NOUPLOAD, },
3448c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_OPAMP_IDAC]	= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
3458c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_MISC]		= { .ghz5 = 0x005b, .ghz2 = 0x005b, NOUPLOAD, },
3468c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3478c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3488c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3498c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3508c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3518c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3528c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3538c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3548c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3558c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE10]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3568c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE11]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3578c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE12]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3588c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE13]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3598c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE14]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3608c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE15]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3618c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE16]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3628c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_INTPA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3638c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_PAD_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3648c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_PGA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3658c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_GM_TXLPF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3668c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_TXLPF_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3678c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_TXLPF_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3688c2ecf20Sopenharmony_ci};
3698c2ecf20Sopenharmony_ci
3708c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_phy_rev3_rx[] = {
3718c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3728c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3738c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3748c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3758c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3768c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3778c2ecf20Sopenharmony_ci	[B2056_RX_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3788c2ecf20Sopenharmony_ci	[B2056_RX_COM_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3798c2ecf20Sopenharmony_ci	[B2056_RX_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3808c2ecf20Sopenharmony_ci	[B2056_RX_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3818c2ecf20Sopenharmony_ci	[B2056_RX_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3828c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_RXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3838c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_TXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3848c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_RXHPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3858c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3868c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3878c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3888c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3898c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3908c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3918c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3928c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3938c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3948c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3958c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3968c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3978c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3988c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
3998c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4008c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4018c2ecf20Sopenharmony_ci	[B2056_RX_RXIQCAL_RXMUX]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
4028c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4038c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_SEL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4048c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_GAIN]		= { .ghz5 = 0x0090, .ghz2 = 0x0090, NOUPLOAD, },
4058c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_NB_IDAC]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
4068c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2I_IDAC_1]	= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
4078c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2I_IDAC_2]	= { .ghz5 = 0x0005, .ghz2 = 0x0005, NOUPLOAD, },
4088c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2Q_IDAC_1]	= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
4098c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2Q_IDAC_2]	= { .ghz5 = 0x0005, .ghz2 = 0x0005, NOUPLOAD, },
4108c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_POLE]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
4118c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB1_IDAC]	= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
4128c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_MISC]		= { .ghz5 = 0x0090, .ghz2 = 0x0090, NOUPLOAD, },
4138c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4148c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_TUNE]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
4158c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_GAIN]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
4168c2ecf20Sopenharmony_ci	[B2056_RX_LNA_A_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
4178c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAA1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
4188c2ecf20Sopenharmony_ci	[B2056_RX_LNAA2_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
4198c2ecf20Sopenharmony_ci	[B2056_RX_LNA1A_MISC]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
4208c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4218c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_TUNE]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
4228c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_GAIN]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
4238c2ecf20Sopenharmony_ci	[B2056_RX_LNA_G_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
4248c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAG1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
4258c2ecf20Sopenharmony_ci	[B2056_RX_LNAG2_IDAC]		= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
4268c2ecf20Sopenharmony_ci	[B2056_RX_LNA1G_MISC]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
4278c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
4288c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_VCM]		= { .ghz5 = 0x0099, .ghz2 = 0x0099, NOUPLOAD, },
4298c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CTRLPTAT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4308c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_LOB_BIAS]	= { .ghz5 = 0x0044, .ghz2 = 0x0044, UPLOAD, },
4318c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CORE_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4328c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CMFB_IDAC]	= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
4338c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_AUX]	= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
4348c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_MAIN]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
4358c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_MISC]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
4368c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_MAST_BIAS]	= { .ghz5 = 0x0050, .ghz2 = 0x0050, UPLOAD, },
4378c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
4388c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_VCM]		= { .ghz5 = 0x0099, .ghz2 = 0x0099, NOUPLOAD, },
4398c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CTRLPTAT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4408c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_LOB_BIAS]	= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
4418c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CORE_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4428c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CMFB_IDAC]	= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
4438c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_AUX]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
4448c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_MAIN]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
4458c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_MISC]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
4468c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_MAST_BIAS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4478c2ecf20Sopenharmony_ci	[B2056_RX_TIA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4488c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IOPAMP]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
4498c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QOPAMP]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
4508c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IMISC]		= { .ghz5 = 0x0057, .ghz2 = 0x0057, NOUPLOAD, },
4518c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QMISC]		= { .ghz5 = 0x0057, .ghz2 = 0x0057, NOUPLOAD, },
4528c2ecf20Sopenharmony_ci	[B2056_RX_TIA_GAIN]		= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
4538c2ecf20Sopenharmony_ci	[B2056_RX_TIA_SPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4548c2ecf20Sopenharmony_ci	[B2056_RX_TIA_SPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4558c2ecf20Sopenharmony_ci	[B2056_RX_BB_LPF_MASTER]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
4568c2ecf20Sopenharmony_ci	[B2056_RX_AACI_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
4578c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_IDAC]		= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
4588c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OPAMPBIAS_LOWQ]	= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
4598c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OPAMPBIAS_HIGHQ]= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
4608c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_BIAS_DCCANCEL]	= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
4618c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OUTVCM]		= { .ghz5 = 0x0023, .ghz2 = 0x0023, NOUPLOAD, },
4628c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_INVCM_BODY]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
4638c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_CC_OP]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
4648c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_GAIN]		= { .ghz5 = 0x0023, .ghz2 = 0x0023, NOUPLOAD, },
4658c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_Q_BW]		= { .ghz5 = 0x0041, .ghz2 = 0x0041, NOUPLOAD, },
4668c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_HP_CORNER_BW]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
4678c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_RCCAL_HPC]	= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
4688c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4698c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4708c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4718c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4728c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4738c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4748c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4758c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4768c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_RCCAL_LPC]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
4778c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4788c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4798c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4808c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4818c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4828c2ecf20Sopenharmony_ci	[B2056_RX_UNUSED]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4838c2ecf20Sopenharmony_ci	[B2056_RX_VGA_MASTER]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
4848c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
4858c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS_DCCANCEL]	= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
4868c2ecf20Sopenharmony_ci	[B2056_RX_VGA_GAIN]		= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
4878c2ecf20Sopenharmony_ci	[B2056_RX_VGA_HP_CORNER_BW]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
4888c2ecf20Sopenharmony_ci	[B2056_RX_VGABUF_BIAS]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
4898c2ecf20Sopenharmony_ci	[B2056_RX_VGABUF_GAIN_BW]	= { .ghz5 = 0x0030, .ghz2 = 0x0030, NOUPLOAD, },
4908c2ecf20Sopenharmony_ci	[B2056_RX_TXFBMIX_A]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4918c2ecf20Sopenharmony_ci	[B2056_RX_TXFBMIX_G]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4928c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4938c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4948c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4958c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4968c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4978c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4988c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
4998c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5008c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5018c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE10]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5028c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE11]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5038c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE12]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5048c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE13]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5058c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE14]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5068c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE15]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5078c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE16]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5088c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_LNAA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5098c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_LNAG_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5108c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_MIXTIA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5118c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5128c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_VGA_BUF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5138c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_Q]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5148c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_BUF_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5158c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_VGA_HPC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5168c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5178c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_HPC_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5188c2ecf20Sopenharmony_ci};
5198c2ecf20Sopenharmony_ci
5208c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_phy_rev4_syn[] = {
5218c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5228c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5238c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5248c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5258c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5268c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5278c2ecf20Sopenharmony_ci	[B2056_SYN_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5288c2ecf20Sopenharmony_ci	[B2056_SYN_COM_PU]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
5298c2ecf20Sopenharmony_ci	[B2056_SYN_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5308c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5318c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5328c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_RXLPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5338c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_TXLPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5348c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_RXHPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5358c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5368c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5378c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5388c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5398c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5408c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5418c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5428c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5438c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5448c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5458c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5468c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5478c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5488c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5498c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5508c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5518c2ecf20Sopenharmony_ci	[B2056_SYN_GPIO_MASTER1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5528c2ecf20Sopenharmony_ci	[B2056_SYN_GPIO_MASTER2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5538c2ecf20Sopenharmony_ci	[B2056_SYN_TOPBIAS_MASTER]	= { .ghz5 = 0x0060, .ghz2 = 0x0060, NOUPLOAD, },
5548c2ecf20Sopenharmony_ci	[B2056_SYN_TOPBIAS_RCAL]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
5558c2ecf20Sopenharmony_ci	[B2056_SYN_AFEREG]		= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
5568c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSE]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5578c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSEIDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5588c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSERCAL]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5598c2ecf20Sopenharmony_ci	[B2056_SYN_LPO]			= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
5608c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5618c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5628c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_STATUS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5638c2ecf20Sopenharmony_ci	[B2056_SYN_RCAL_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5648c2ecf20Sopenharmony_ci	[B2056_SYN_RCAL_CODE_OUT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5658c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL0]		= { .ghz5 = 0x000d, .ghz2 = 0x000d, NOUPLOAD, },
5668c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL1]		= { .ghz5 = 0x001f, .ghz2 = 0x001f, NOUPLOAD, },
5678c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL2]		= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
5688c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL3]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
5698c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5708c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5718c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5728c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5738c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5748c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5758c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL10]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5768c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL11]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5778c2ecf20Sopenharmony_ci	[B2056_SYN_ZCAL_SPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5788c2ecf20Sopenharmony_ci	[B2056_SYN_ZCAL_SPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5798c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST1]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
5808c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST2]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
5818c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST3]		= { .ghz5 = 0x0018, .ghz2 = 0x0018, NOUPLOAD, },
5828c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_BIAS_RESET]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5838c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5848c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL1]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
5858c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL3]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
5868c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
5878c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL5]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
5888c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL6]		= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
5898c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_REFDIV]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
5908c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_PFD]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
5918c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP1]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
5928c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP2]		= { .ghz5 = 0x0030, .ghz2 = 0x0030, NOUPLOAD, },
5938c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP3]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
5948c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER1]	= { .ghz5 = 0x000d, .ghz2 = 0x000d, NOUPLOAD, },
5958c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER2]	= { .ghz5 = 0x000d, .ghz2 = 0x000d, NOUPLOAD, },
5968c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER3]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
5978c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER4]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
5988c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER5]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
5998c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MMD1]		= { .ghz5 = 0x001c, .ghz2 = 0x001c, NOUPLOAD, },
6008c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MMD2]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
6018c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO1]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
6028c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO2]		= { .ghz5 = 0x00f7, .ghz2 = 0x00f7, UPLOAD, },
6038c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MONITOR1]	= { .ghz5 = 0x00b4, .ghz2 = 0x00b4, NOUPLOAD, },
6048c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MONITOR2]	= { .ghz5 = 0x00d2, .ghz2 = 0x00d2, NOUPLOAD, },
6058c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6068c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6078c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL4]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
6088c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL5]		= { .ghz5 = 0x0096, .ghz2 = 0x0096, NOUPLOAD, },
6098c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL6]		= { .ghz5 = 0x003e, .ghz2 = 0x003e, NOUPLOAD, },
6108c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL7]		= { .ghz5 = 0x003e, .ghz2 = 0x003e, NOUPLOAD, },
6118c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL8]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
6128c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL9]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
6138c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL10]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6148c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL11]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
6158c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL12]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
6168c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL13]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
6178c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VREG]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
6188c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6198c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6208c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6218c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6228c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6238c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU2]		= { .ghz5 = 0x0040, .ghz2 = 0x0040, NOUPLOAD, },
6248c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6258c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6268c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6278c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6288c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU8]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
6298c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BIAS_RESET]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6308c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RCCR1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6318c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF1]	= { .ghz5 = 0x0060, .ghz2 = 0x0060, NOUPLOAD, },
6328c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER1]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6338c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER2]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
6348c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF1]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6358c2ecf20Sopenharmony_ci	[B2056_SYN_LOGENBUF2]		= { .ghz5 = 0x008f, .ghz2 = 0x008f, UPLOAD, },
6368c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6378c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF4]		= { .ghz5 = 0x00cc, .ghz2 = 0x00cc, NOUPLOAD, },
6388c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV1]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
6398c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV2]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6408c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV3]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6418c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6428c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6438c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6448c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6458c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6468c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6478c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLOUT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6488c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6498c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6508c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6518c2ecf20Sopenharmony_ci	[B2056_SYN_CALEN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6528c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PEAKDET1]	= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, NOUPLOAD, },
6538c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CORE_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6548c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_DIFF_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6558c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_DIFF_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6568c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_CMOS_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6578c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_CMOS_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6588c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6598c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6608c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6618c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6628c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6638c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6648c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6658c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6668c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6678c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6688c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6698c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6708c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6718c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6728c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6738c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6748c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6758c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6768c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6778c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
6788c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF2_OVRVAL]= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
6798c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER3_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6808c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF5_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6818c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF6_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6828c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6838c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6848c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6858c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6868c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6878c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6888c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6898c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6908c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6918c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6928c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6938c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6948c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6958c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6968c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6978c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
6988c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL_WAITCNT]	= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
6998c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CORE_CALVALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7008c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_CMOS_CALVALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7018c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_CMOS_VALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7028c2ecf20Sopenharmony_ci};
7038c2ecf20Sopenharmony_ci
7048c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_phy_rev4_tx[] = {
7058c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7068c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7078c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7088c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7098c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7108c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7118c2ecf20Sopenharmony_ci	[B2056_TX_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7128c2ecf20Sopenharmony_ci	[B2056_TX_COM_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7138c2ecf20Sopenharmony_ci	[B2056_TX_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7148c2ecf20Sopenharmony_ci	[B2056_TX_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7158c2ecf20Sopenharmony_ci	[B2056_TX_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7168c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_RXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7178c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_TXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7188c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_RXHPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7198c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7208c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7218c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7228c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7238c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7248c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7258c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7268c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7278c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7288c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7298c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7308c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7318c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7328c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7338c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7348c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7358c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_GAIN_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7368c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_FINE_I]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
7378c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_FINE_Q]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
7388c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_COARSE_I]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
7398c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_COARSE_Q]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
7408c2ecf20Sopenharmony_ci	[B2056_TX_TX_COM_MASTER1]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
7418c2ecf20Sopenharmony_ci	[B2056_TX_TX_COM_MASTER2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7428c2ecf20Sopenharmony_ci	[B2056_TX_RXIQCAL_TXMUX]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
7438c2ecf20Sopenharmony_ci	[B2056_TX_TX_SSI_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7448c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_VCM_HG]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
7458c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_IDAC]		= { .ghz5 = 0x0037, .ghz2 = 0x0037, NOUPLOAD, },
7468c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_VCM]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
7478c2ecf20Sopenharmony_ci	[B2056_TX_TX_AMP_DET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7488c2ecf20Sopenharmony_ci	[B2056_TX_TX_SSI_MUX]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7498c2ecf20Sopenharmony_ci	[B2056_TX_TSSIA]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
7508c2ecf20Sopenharmony_ci	[B2056_TX_TSSIG]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
7518c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7528c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7538c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7548c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE1]		= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
7558c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE2]		= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
7568c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7578c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7588c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_BOOST_TUNE]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
7598c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_STAT]	= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
7608c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7618c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_STAT]	= { .ghz5 = 0x002d, .ghz2 = 0x002d, NOUPLOAD, },
7628c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7638c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_CASCBIAS]	= { .ghz5 = 0x006e, .ghz2 = 0x006e, NOUPLOAD, },
7648c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
7658c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PA_MISC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7668c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7678c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7688c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_BOOST_TUNE]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
7698c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IAUX_STAT]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
7708c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IAUX_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7718c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IMAIN_STAT]	= { .ghz5 = 0x001e, .ghz2 = 0x001e, NOUPLOAD, },
7728c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IMAIN_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7738c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_CASCBIAS]	= { .ghz5 = 0x006e, .ghz2 = 0x006e, NOUPLOAD, },
7748c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
7758c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PA_MISC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7768c2ecf20Sopenharmony_ci	[B2056_TX_PADA_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
7778c2ecf20Sopenharmony_ci	[B2056_TX_PADA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
7788c2ecf20Sopenharmony_ci	[B2056_TX_PADA_CASCBIAS]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
7798c2ecf20Sopenharmony_ci	[B2056_TX_PADA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7808c2ecf20Sopenharmony_ci	[B2056_TX_PADA_BOOST_TUNE]	= { .ghz5 = 0x0038, .ghz2 = 0x0038, NOUPLOAD, },
7818c2ecf20Sopenharmony_ci	[B2056_TX_PADA_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
7828c2ecf20Sopenharmony_ci	[B2056_TX_PADG_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
7838c2ecf20Sopenharmony_ci	[B2056_TX_PADG_IDAC]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
7848c2ecf20Sopenharmony_ci	[B2056_TX_PADG_CASCBIAS]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
7858c2ecf20Sopenharmony_ci	[B2056_TX_PADG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7868c2ecf20Sopenharmony_ci	[B2056_TX_PADG_BOOST_TUNE]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
7878c2ecf20Sopenharmony_ci	[B2056_TX_PADG_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
7888c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
7898c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
7908c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7918c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_BOOST_TUNE]	= { .ghz5 = 0x0083, .ghz2 = 0x0083, NOUPLOAD, },
7928c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
7938c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_MISC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7948c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
7958c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_IDAC]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
7968c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
7978c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_BOOST_TUNE]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
7988c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
7998c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_MISC]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
8008c2ecf20Sopenharmony_ci	[B2056_TX_MIXA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8018c2ecf20Sopenharmony_ci	[B2056_TX_MIXA_BOOST_TUNE]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
8028c2ecf20Sopenharmony_ci	[B2056_TX_MIXG]			= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8038c2ecf20Sopenharmony_ci	[B2056_TX_MIXG_BOOST_TUNE]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
8048c2ecf20Sopenharmony_ci	[B2056_TX_BB_GM_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8058c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_GM]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8068c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC]		= { .ghz5 = 0x0072, .ghz2 = 0x0072, UPLOAD, },
8078c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8088c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL]		= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
8098c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF0]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8108c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8118c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8128c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8138c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8148c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8158c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8168c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_BW]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
8178c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8188c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8198c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_0]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
8208c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_1]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
8218c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_2]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
8228c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_3]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
8238c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_4]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
8248c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_5]		= { .ghz5 = 0x001b, .ghz2 = 0x001b, NOUPLOAD, },
8258c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_6]		= { .ghz5 = 0x001b, .ghz2 = 0x001b, NOUPLOAD, },
8268c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_OPAMP_IDAC]	= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
8278c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_MISC]		= { .ghz5 = 0x005b, .ghz2 = 0x005b, NOUPLOAD, },
8288c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8298c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8308c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8318c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8328c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8338c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8348c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8358c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8368c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8378c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE10]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8388c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE11]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8398c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE12]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8408c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE13]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8418c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE14]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8428c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE15]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8438c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE16]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8448c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_INTPA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8458c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_PAD_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8468c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_PGA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8478c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_GM_TXLPF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8488c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_TXLPF_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8498c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_TXLPF_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8508c2ecf20Sopenharmony_ci};
8518c2ecf20Sopenharmony_ci
8528c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_phy_rev4_rx[] = {
8538c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8548c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8558c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8568c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8578c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8588c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8598c2ecf20Sopenharmony_ci	[B2056_RX_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8608c2ecf20Sopenharmony_ci	[B2056_RX_COM_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8618c2ecf20Sopenharmony_ci	[B2056_RX_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8628c2ecf20Sopenharmony_ci	[B2056_RX_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8638c2ecf20Sopenharmony_ci	[B2056_RX_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8648c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_RXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8658c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_TXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8668c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_RXHPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8678c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8688c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8698c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8708c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8718c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8728c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8738c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8748c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8758c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8768c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8778c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8788c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8798c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8808c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8818c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8828c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8838c2ecf20Sopenharmony_ci	[B2056_RX_RXIQCAL_RXMUX]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
8848c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8858c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_SEL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8868c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_GAIN]		= { .ghz5 = 0x0090, .ghz2 = 0x0090, NOUPLOAD, },
8878c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_NB_IDAC]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
8888c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2I_IDAC_1]	= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
8898c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2I_IDAC_2]	= { .ghz5 = 0x0005, .ghz2 = 0x0005, NOUPLOAD, },
8908c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2Q_IDAC_1]	= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
8918c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2Q_IDAC_2]	= { .ghz5 = 0x0005, .ghz2 = 0x0005, NOUPLOAD, },
8928c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_POLE]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
8938c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB1_IDAC]	= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
8948c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_MISC]		= { .ghz5 = 0x0090, .ghz2 = 0x0090, NOUPLOAD, },
8958c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
8968c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_TUNE]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
8978c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_GAIN]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
8988c2ecf20Sopenharmony_ci	[B2056_RX_LNA_A_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
8998c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAA1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
9008c2ecf20Sopenharmony_ci	[B2056_RX_LNAA2_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
9018c2ecf20Sopenharmony_ci	[B2056_RX_LNA1A_MISC]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
9028c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9038c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_TUNE]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
9048c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_GAIN]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
9058c2ecf20Sopenharmony_ci	[B2056_RX_LNA_G_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
9068c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAG1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
9078c2ecf20Sopenharmony_ci	[B2056_RX_LNAG2_IDAC]		= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
9088c2ecf20Sopenharmony_ci	[B2056_RX_LNA1G_MISC]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
9098c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
9108c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_VCM]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, UPLOAD, },
9118c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CTRLPTAT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9128c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_LOB_BIAS]	= { .ghz5 = 0x0044, .ghz2 = 0x0044, UPLOAD, },
9138c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CORE_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9148c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CMFB_IDAC]	= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
9158c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_AUX]	= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
9168c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_MAIN]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
9178c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_MISC]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
9188c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_MAST_BIAS]	= { .ghz5 = 0x0050, .ghz2 = 0x0050, UPLOAD, },
9198c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
9208c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_VCM]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, UPLOAD, },
9218c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CTRLPTAT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9228c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_LOB_BIAS]	= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
9238c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CORE_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9248c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CMFB_IDAC]	= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
9258c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_AUX]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
9268c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_MAIN]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
9278c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_MISC]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
9288c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_MAST_BIAS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9298c2ecf20Sopenharmony_ci	[B2056_RX_TIA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9308c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IOPAMP]		= { .ghz5 = 0x0026, .ghz2 = 0x0026, UPLOAD, },
9318c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QOPAMP]		= { .ghz5 = 0x0026, .ghz2 = 0x0026, UPLOAD, },
9328c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IMISC]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
9338c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QMISC]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
9348c2ecf20Sopenharmony_ci	[B2056_RX_TIA_GAIN]		= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
9358c2ecf20Sopenharmony_ci	[B2056_RX_TIA_SPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9368c2ecf20Sopenharmony_ci	[B2056_RX_TIA_SPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9378c2ecf20Sopenharmony_ci	[B2056_RX_BB_LPF_MASTER]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
9388c2ecf20Sopenharmony_ci	[B2056_RX_AACI_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
9398c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_IDAC]		= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
9408c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OPAMPBIAS_LOWQ]	= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
9418c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OPAMPBIAS_HIGHQ]= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
9428c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_BIAS_DCCANCEL]	= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
9438c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OUTVCM]		= { .ghz5 = 0x002f, .ghz2 = 0x002f, UPLOAD, },
9448c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_INVCM_BODY]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
9458c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_CC_OP]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
9468c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_GAIN]		= { .ghz5 = 0x0023, .ghz2 = 0x0023, NOUPLOAD, },
9478c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_Q_BW]		= { .ghz5 = 0x0041, .ghz2 = 0x0041, NOUPLOAD, },
9488c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_HP_CORNER_BW]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
9498c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_RCCAL_HPC]	= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
9508c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9518c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9528c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9538c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9548c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9558c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9568c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9578c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9588c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_RCCAL_LPC]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
9598c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9608c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9618c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9628c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9638c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9648c2ecf20Sopenharmony_ci	[B2056_RX_UNUSED]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9658c2ecf20Sopenharmony_ci	[B2056_RX_VGA_MASTER]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
9668c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
9678c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS_DCCANCEL]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
9688c2ecf20Sopenharmony_ci	[B2056_RX_VGA_GAIN]		= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
9698c2ecf20Sopenharmony_ci	[B2056_RX_VGA_HP_CORNER_BW]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
9708c2ecf20Sopenharmony_ci	[B2056_RX_VGABUF_BIAS]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
9718c2ecf20Sopenharmony_ci	[B2056_RX_VGABUF_GAIN_BW]	= { .ghz5 = 0x0030, .ghz2 = 0x0030, NOUPLOAD, },
9728c2ecf20Sopenharmony_ci	[B2056_RX_TXFBMIX_A]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9738c2ecf20Sopenharmony_ci	[B2056_RX_TXFBMIX_G]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9748c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9758c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9768c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9778c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9788c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9798c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9808c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9818c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9828c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9838c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE10]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9848c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE11]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9858c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE12]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9868c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE13]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9878c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE14]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9888c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE15]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9898c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE16]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9908c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_LNAA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9918c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_LNAG_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9928c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_MIXTIA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9938c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9948c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_VGA_BUF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9958c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_Q]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9968c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_BUF_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9978c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_VGA_HPC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9988c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
9998c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_HPC_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10008c2ecf20Sopenharmony_ci};
10018c2ecf20Sopenharmony_ci
10028c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev5_syn[] = {
10038c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10048c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10058c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10068c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10078c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10088c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10098c2ecf20Sopenharmony_ci	[B2056_SYN_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10108c2ecf20Sopenharmony_ci	[B2056_SYN_COM_PU]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
10118c2ecf20Sopenharmony_ci	[B2056_SYN_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10128c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10138c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10148c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_RXLPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10158c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_TXLPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10168c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_RXHPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10178c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10188c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10198c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10208c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10218c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10228c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10238c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10248c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10258c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10268c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10278c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10288c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10298c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10308c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10318c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10328c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10338c2ecf20Sopenharmony_ci	[B2056_SYN_GPIO_MASTER1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10348c2ecf20Sopenharmony_ci	[B2056_SYN_GPIO_MASTER2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10358c2ecf20Sopenharmony_ci	[B2056_SYN_TOPBIAS_MASTER]	= { .ghz5 = 0x0060, .ghz2 = 0x0060, NOUPLOAD, },
10368c2ecf20Sopenharmony_ci	[B2056_SYN_TOPBIAS_RCAL]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
10378c2ecf20Sopenharmony_ci	[B2056_SYN_AFEREG]		= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
10388c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSE]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10398c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSEIDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10408c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSERCAL]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10418c2ecf20Sopenharmony_ci	[B2056_SYN_LPO]			= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
10428c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10438c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10448c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_STATUS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10458c2ecf20Sopenharmony_ci	[B2056_SYN_RCAL_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10468c2ecf20Sopenharmony_ci	[B2056_SYN_RCAL_CODE_OUT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10478c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10488c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL1]		= { .ghz5 = 0x001f, .ghz2 = 0x001f, NOUPLOAD, },
10498c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL2]		= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
10508c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL3]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
10518c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10528c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10538c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10548c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10558c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10568c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10578c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL10]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10588c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL11]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10598c2ecf20Sopenharmony_ci	[B2056_SYN_ZCAL_SPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10608c2ecf20Sopenharmony_ci	[B2056_SYN_ZCAL_SPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10618c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST1]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
10628c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST2]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
10638c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST3]		= { .ghz5 = 0x0018, .ghz2 = 0x0018, NOUPLOAD, },
10648c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_BIAS_RESET]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10658c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10668c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL1]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
10678c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL3]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
10688c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10698c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL5]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
10708c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL6]		= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
10718c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_REFDIV]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
10728c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_PFD]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
10738c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP1]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
10748c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP2]		= { .ghz5 = 0x0030, .ghz2 = 0x0030, NOUPLOAD, },
10758c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP3]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
10768c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER1]	= { .ghz5 = 0x000d, .ghz2 = 0x000d, NOUPLOAD, },
10778c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER2]	= { .ghz5 = 0x000d, .ghz2 = 0x000d, NOUPLOAD, },
10788c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER3]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
10798c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER4]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
10808c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER5]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
10818c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MMD1]		= { .ghz5 = 0x001c, .ghz2 = 0x001c, NOUPLOAD, },
10828c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MMD2]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
10838c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO1]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
10848c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO2]		= { .ghz5 = 0x00f7, .ghz2 = 0x00f7, UPLOAD, },
10858c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MONITOR1]	= { .ghz5 = 0x00b4, .ghz2 = 0x00b4, NOUPLOAD, },
10868c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MONITOR2]	= { .ghz5 = 0x00d2, .ghz2 = 0x00d2, NOUPLOAD, },
10878c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10888c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10898c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL4]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
10908c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL5]		= { .ghz5 = 0x0096, .ghz2 = 0x0096, NOUPLOAD, },
10918c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL6]		= { .ghz5 = 0x003e, .ghz2 = 0x003e, NOUPLOAD, },
10928c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL7]		= { .ghz5 = 0x003e, .ghz2 = 0x003e, NOUPLOAD, },
10938c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL8]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
10948c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL9]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
10958c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL10]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
10968c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL11]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
10978c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL12]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
10988c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL13]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
10998c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VREG]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
11008c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11018c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11028c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11038c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11048c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11058c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU2]		= { .ghz5 = 0x0040, .ghz2 = 0x0040, NOUPLOAD, },
11068c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11078c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11088c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11098c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11108c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU8]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
11118c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BIAS_RESET]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11128c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RCCR1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11138c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF1]	= { .ghz5 = 0x0060, .ghz2 = 0x0060, NOUPLOAD, },
11148c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER1]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11158c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER2]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
11168c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF1]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11178c2ecf20Sopenharmony_ci	[B2056_SYN_LOGENBUF2]		= { .ghz5 = 0x008f, .ghz2 = 0x008f, UPLOAD, },
11188c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11198c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF4]		= { .ghz5 = 0x00cc, .ghz2 = 0x00cc, NOUPLOAD, },
11208c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV1]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
11218c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV2]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11228c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV3]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11238c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11248c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11258c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11268c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11278c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11288c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11298c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLOUT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11308c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11318c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11328c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11338c2ecf20Sopenharmony_ci	[B2056_SYN_CALEN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11348c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PEAKDET1]	= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, NOUPLOAD, },
11358c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CORE_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11368c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_DIFF_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11378c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_DIFF_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11388c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_CMOS_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11398c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_CMOS_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11408c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11418c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11428c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11438c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11448c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11458c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11468c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11478c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11488c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11498c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11508c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11518c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11528c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11538c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11548c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11558c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11568c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11578c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11588c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11598c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11608c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF2_OVRVAL]= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
11618c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER3_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11628c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF5_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11638c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF6_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11648c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11658c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11668c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11678c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11688c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11698c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11708c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11718c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11728c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11738c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11748c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11758c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11768c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11778c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11788c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11798c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
11808c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL_WAITCNT]	= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
11818c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CORE_CALVALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11828c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_CMOS_CALVALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11838c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_CMOS_VALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11848c2ecf20Sopenharmony_ci};
11858c2ecf20Sopenharmony_ci
11868c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev5_tx[] = {
11878c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11888c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11898c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11908c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11918c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11928c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11938c2ecf20Sopenharmony_ci	[B2056_TX_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11948c2ecf20Sopenharmony_ci	[B2056_TX_COM_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11958c2ecf20Sopenharmony_ci	[B2056_TX_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11968c2ecf20Sopenharmony_ci	[B2056_TX_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11978c2ecf20Sopenharmony_ci	[B2056_TX_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11988c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_RXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
11998c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_TXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12008c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_RXHPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12018c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12028c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12038c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12048c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12058c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12068c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12078c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12088c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12098c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12108c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12118c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12128c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12138c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12148c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12158c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12168c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12178c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_GAIN_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12188c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_FINE_I]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
12198c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_FINE_Q]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
12208c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_COARSE_I]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
12218c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_COARSE_Q]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
12228c2ecf20Sopenharmony_ci	[B2056_TX_TX_COM_MASTER1]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
12238c2ecf20Sopenharmony_ci	[B2056_TX_TX_COM_MASTER2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12248c2ecf20Sopenharmony_ci	[B2056_TX_RXIQCAL_TXMUX]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
12258c2ecf20Sopenharmony_ci	[B2056_TX_TX_SSI_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12268c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_VCM_HG]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
12278c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_IDAC]		= { .ghz5 = 0x0037, .ghz2 = 0x0037, NOUPLOAD, },
12288c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_VCM]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
12298c2ecf20Sopenharmony_ci	[B2056_TX_TX_AMP_DET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12308c2ecf20Sopenharmony_ci	[B2056_TX_TX_SSI_MUX]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12318c2ecf20Sopenharmony_ci	[B2056_TX_TSSIA]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
12328c2ecf20Sopenharmony_ci	[B2056_TX_TSSIG]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
12338c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12348c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12358c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12368c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE1]		= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
12378c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE2]		= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
12388c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12398c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12408c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_BOOST_TUNE]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
12418c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_STAT]	= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
12428c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12438c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_STAT]	= { .ghz5 = 0x002d, .ghz2 = 0x002d, NOUPLOAD, },
12448c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12458c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_CASCBIAS]	= { .ghz5 = 0x006e, .ghz2 = 0x006e, NOUPLOAD, },
12468c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
12478c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PA_MISC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12488c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12498c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12508c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_BOOST_TUNE]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
12518c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IAUX_STAT]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
12528c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IAUX_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12538c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IMAIN_STAT]	= { .ghz5 = 0x001e, .ghz2 = 0x001e, NOUPLOAD, },
12548c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IMAIN_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12558c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_CASCBIAS]	= { .ghz5 = 0x006e, .ghz2 = 0x006e, NOUPLOAD, },
12568c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
12578c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PA_MISC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12588c2ecf20Sopenharmony_ci	[B2056_TX_PADA_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
12598c2ecf20Sopenharmony_ci	[B2056_TX_PADA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
12608c2ecf20Sopenharmony_ci	[B2056_TX_PADA_CASCBIAS]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
12618c2ecf20Sopenharmony_ci	[B2056_TX_PADA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12628c2ecf20Sopenharmony_ci	[B2056_TX_PADA_BOOST_TUNE]	= { .ghz5 = 0x0038, .ghz2 = 0x0038, NOUPLOAD, },
12638c2ecf20Sopenharmony_ci	[B2056_TX_PADA_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
12648c2ecf20Sopenharmony_ci	[B2056_TX_PADG_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
12658c2ecf20Sopenharmony_ci	[B2056_TX_PADG_IDAC]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
12668c2ecf20Sopenharmony_ci	[B2056_TX_PADG_CASCBIAS]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
12678c2ecf20Sopenharmony_ci	[B2056_TX_PADG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12688c2ecf20Sopenharmony_ci	[B2056_TX_PADG_BOOST_TUNE]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
12698c2ecf20Sopenharmony_ci	[B2056_TX_PADG_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
12708c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
12718c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
12728c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12738c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_BOOST_TUNE]	= { .ghz5 = 0x0083, .ghz2 = 0x0083, NOUPLOAD, },
12748c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
12758c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_MISC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12768c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
12778c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_IDAC]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
12788c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12798c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_BOOST_TUNE]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
12808c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
12818c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_MISC]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
12828c2ecf20Sopenharmony_ci	[B2056_TX_MIXA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12838c2ecf20Sopenharmony_ci	[B2056_TX_MIXA_BOOST_TUNE]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
12848c2ecf20Sopenharmony_ci	[B2056_TX_MIXG]			= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12858c2ecf20Sopenharmony_ci	[B2056_TX_MIXG_BOOST_TUNE]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
12868c2ecf20Sopenharmony_ci	[B2056_TX_BB_GM_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12878c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_GM]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12888c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
12898c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12908c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL]		= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
12918c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF0]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12928c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12938c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12948c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12958c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12968c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12978c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
12988c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_BW]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
12998c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13008c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13018c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_0]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
13028c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_1]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
13038c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_2]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
13048c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_3]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
13058c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_4]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
13068c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_5]		= { .ghz5 = 0x001b, .ghz2 = 0x001b, NOUPLOAD, },
13078c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_6]		= { .ghz5 = 0x001b, .ghz2 = 0x001b, NOUPLOAD, },
13088c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_OPAMP_IDAC]	= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
13098c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_MISC]		= { .ghz5 = 0x005b, .ghz2 = 0x005b, NOUPLOAD, },
13108c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13118c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13128c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13138c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13148c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13158c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13168c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13178c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13188c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13198c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE10]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13208c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE11]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13218c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE12]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13228c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE13]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13238c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE14]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13248c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE15]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13258c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE16]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13268c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_INTPA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13278c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_PAD_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13288c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_PGA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13298c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_GM_TXLPF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13308c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_TXLPF_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13318c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_TXLPF_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13328c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC0]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
13338c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC1]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
13348c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC2]		= { .ghz5 = 0x0071, .ghz2 = 0x0071, UPLOAD, },
13358c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC3]		= { .ghz5 = 0x0071, .ghz2 = 0x0071, UPLOAD, },
13368c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC4]		= { .ghz5 = 0x0072, .ghz2 = 0x0072, UPLOAD, },
13378c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC5]		= { .ghz5 = 0x0073, .ghz2 = 0x0073, UPLOAD, },
13388c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC6]		= { .ghz5 = 0x0074, .ghz2 = 0x0074, UPLOAD, },
13398c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC7]		= { .ghz5 = 0x0075, .ghz2 = 0x0075, UPLOAD, },
13408c2ecf20Sopenharmony_ci};
13418c2ecf20Sopenharmony_ci
13428c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev5_rx[] = {
13438c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13448c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13458c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13468c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13478c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13488c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13498c2ecf20Sopenharmony_ci	[B2056_RX_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13508c2ecf20Sopenharmony_ci	[B2056_RX_COM_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13518c2ecf20Sopenharmony_ci	[B2056_RX_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13528c2ecf20Sopenharmony_ci	[B2056_RX_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13538c2ecf20Sopenharmony_ci	[B2056_RX_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13548c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_RXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13558c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_TXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13568c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_RXHPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13578c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13588c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13598c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13608c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13618c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13628c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13638c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13648c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13658c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13668c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13678c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13688c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13698c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13708c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13718c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13728c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13738c2ecf20Sopenharmony_ci	[B2056_RX_RXIQCAL_RXMUX]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
13748c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13758c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_SEL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13768c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_GAIN]		= { .ghz5 = 0x0090, .ghz2 = 0x0090, NOUPLOAD, },
13778c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_NB_IDAC]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
13788c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2I_IDAC_1]	= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
13798c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2I_IDAC_2]	= { .ghz5 = 0x0005, .ghz2 = 0x0005, NOUPLOAD, },
13808c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2Q_IDAC_1]	= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
13818c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2Q_IDAC_2]	= { .ghz5 = 0x0005, .ghz2 = 0x0005, NOUPLOAD, },
13828c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_POLE]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
13838c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB1_IDAC]	= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
13848c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_MISC]		= { .ghz5 = 0x0090, .ghz2 = 0x0090, NOUPLOAD, },
13858c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13868c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_TUNE]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
13878c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_GAIN]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
13888c2ecf20Sopenharmony_ci	[B2056_RX_LNA_A_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
13898c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAA1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
13908c2ecf20Sopenharmony_ci	[B2056_RX_LNAA2_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
13918c2ecf20Sopenharmony_ci	[B2056_RX_LNA1A_MISC]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
13928c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
13938c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_TUNE]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
13948c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_GAIN]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
13958c2ecf20Sopenharmony_ci	[B2056_RX_LNA_G_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
13968c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAG1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
13978c2ecf20Sopenharmony_ci	[B2056_RX_LNAG2_IDAC]		= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
13988c2ecf20Sopenharmony_ci	[B2056_RX_LNA1G_MISC]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
13998c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
14008c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_VCM]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, UPLOAD, },
14018c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CTRLPTAT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14028c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_LOB_BIAS]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, UPLOAD, },
14038c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CORE_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14048c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CMFB_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
14058c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_AUX]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
14068c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_MAIN]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
14078c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_MISC]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
14088c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_MAST_BIAS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14098c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
14108c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_VCM]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, UPLOAD, },
14118c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CTRLPTAT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14128c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_LOB_BIAS]	= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
14138c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CORE_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14148c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CMFB_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
14158c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_AUX]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
14168c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_MAIN]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
14178c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_MISC]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
14188c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_MAST_BIAS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14198c2ecf20Sopenharmony_ci	[B2056_RX_TIA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14208c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IOPAMP]		= { .ghz5 = 0x0026, .ghz2 = 0x0026, UPLOAD, },
14218c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QOPAMP]		= { .ghz5 = 0x0026, .ghz2 = 0x0026, UPLOAD, },
14228c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IMISC]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
14238c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QMISC]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
14248c2ecf20Sopenharmony_ci	[B2056_RX_TIA_GAIN]		= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
14258c2ecf20Sopenharmony_ci	[B2056_RX_TIA_SPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14268c2ecf20Sopenharmony_ci	[B2056_RX_TIA_SPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14278c2ecf20Sopenharmony_ci	[B2056_RX_BB_LPF_MASTER]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
14288c2ecf20Sopenharmony_ci	[B2056_RX_AACI_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
14298c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_IDAC]		= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
14308c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OPAMPBIAS_LOWQ]	= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
14318c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OPAMPBIAS_HIGHQ]= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
14328c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_BIAS_DCCANCEL]	= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
14338c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OUTVCM]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, UPLOAD, },
14348c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_INVCM_BODY]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
14358c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_CC_OP]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
14368c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_GAIN]		= { .ghz5 = 0x0023, .ghz2 = 0x0023, NOUPLOAD, },
14378c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_Q_BW]		= { .ghz5 = 0x0041, .ghz2 = 0x0041, NOUPLOAD, },
14388c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_HP_CORNER_BW]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
14398c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_RCCAL_HPC]	= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
14408c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14418c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14428c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14438c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14448c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14458c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14468c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14478c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14488c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_RCCAL_LPC]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
14498c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14508c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14518c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14528c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14538c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14548c2ecf20Sopenharmony_ci	[B2056_RX_UNUSED]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14558c2ecf20Sopenharmony_ci	[B2056_RX_VGA_MASTER]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
14568c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
14578c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS_DCCANCEL]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
14588c2ecf20Sopenharmony_ci	[B2056_RX_VGA_GAIN]		= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
14598c2ecf20Sopenharmony_ci	[B2056_RX_VGA_HP_CORNER_BW]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
14608c2ecf20Sopenharmony_ci	[B2056_RX_VGABUF_BIAS]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
14618c2ecf20Sopenharmony_ci	[B2056_RX_VGABUF_GAIN_BW]	= { .ghz5 = 0x0030, .ghz2 = 0x0030, NOUPLOAD, },
14628c2ecf20Sopenharmony_ci	[B2056_RX_TXFBMIX_A]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14638c2ecf20Sopenharmony_ci	[B2056_RX_TXFBMIX_G]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14648c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14658c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14668c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14678c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14688c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14698c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14708c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14718c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14728c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14738c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE10]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14748c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE11]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14758c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE12]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14768c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE13]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14778c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE14]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14788c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE15]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14798c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE16]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14808c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_LNAA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14818c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_LNAG_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14828c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_MIXTIA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14838c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14848c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_VGA_BUF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14858c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_Q]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14868c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_BUF_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14878c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_VGA_HPC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14888c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14898c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_HPC_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14908c2ecf20Sopenharmony_ci};
14918c2ecf20Sopenharmony_ci
14928c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev6_syn[] = {
14938c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14948c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14958c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14968c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14978c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14988c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
14998c2ecf20Sopenharmony_ci	[B2056_SYN_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15008c2ecf20Sopenharmony_ci	[B2056_SYN_COM_PU]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
15018c2ecf20Sopenharmony_ci	[B2056_SYN_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15028c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15038c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15048c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_RXLPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15058c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_TXLPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15068c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_RXHPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15078c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15088c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15098c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15108c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15118c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15128c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15138c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15148c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15158c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15168c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15178c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15188c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15198c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15208c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15218c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15228c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15238c2ecf20Sopenharmony_ci	[B2056_SYN_GPIO_MASTER1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15248c2ecf20Sopenharmony_ci	[B2056_SYN_GPIO_MASTER2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15258c2ecf20Sopenharmony_ci	[B2056_SYN_TOPBIAS_MASTER]	= { .ghz5 = 0x0060, .ghz2 = 0x0060, NOUPLOAD, },
15268c2ecf20Sopenharmony_ci	[B2056_SYN_TOPBIAS_RCAL]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
15278c2ecf20Sopenharmony_ci	[B2056_SYN_AFEREG]		= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
15288c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSE]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15298c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSEIDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15308c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSERCAL]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15318c2ecf20Sopenharmony_ci	[B2056_SYN_LPO]			= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
15328c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15338c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15348c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_STATUS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15358c2ecf20Sopenharmony_ci	[B2056_SYN_RCAL_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15368c2ecf20Sopenharmony_ci	[B2056_SYN_RCAL_CODE_OUT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15378c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15388c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL1]		= { .ghz5 = 0x001f, .ghz2 = 0x001f, NOUPLOAD, },
15398c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL2]		= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
15408c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL3]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
15418c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15428c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15438c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15448c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15458c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15468c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15478c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL10]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15488c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL11]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15498c2ecf20Sopenharmony_ci	[B2056_SYN_ZCAL_SPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15508c2ecf20Sopenharmony_ci	[B2056_SYN_ZCAL_SPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15518c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST1]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
15528c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST2]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
15538c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST3]		= { .ghz5 = 0x0018, .ghz2 = 0x0018, NOUPLOAD, },
15548c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_BIAS_RESET]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15558c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15568c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL1]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
15578c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL3]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
15588c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15598c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL5]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
15608c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL6]		= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
15618c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_REFDIV]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
15628c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_PFD]		= { .ghz5 = 0x0006, .ghz2 = 0x0006, UPLOAD, },
15638c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP1]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
15648c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP2]		= { .ghz5 = 0x003f, .ghz2 = 0x003f, UPLOAD, },
15658c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP3]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
15668c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER1]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, UPLOAD, },
15678c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER2]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, UPLOAD, },
15688c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER3]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
15698c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER4]	= { .ghz5 = 0x002b, .ghz2 = 0x002b, UPLOAD, },
15708c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER5]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
15718c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MMD1]		= { .ghz5 = 0x001c, .ghz2 = 0x001c, NOUPLOAD, },
15728c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MMD2]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
15738c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO1]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
15748c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO2]		= { .ghz5 = 0x00f7, .ghz2 = 0x00f7, UPLOAD, },
15758c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MONITOR1]	= { .ghz5 = 0x00b4, .ghz2 = 0x00b4, NOUPLOAD, },
15768c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MONITOR2]	= { .ghz5 = 0x00d2, .ghz2 = 0x00d2, NOUPLOAD, },
15778c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15788c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15798c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL4]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
15808c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL5]		= { .ghz5 = 0x0096, .ghz2 = 0x0096, NOUPLOAD, },
15818c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL6]		= { .ghz5 = 0x003e, .ghz2 = 0x003e, NOUPLOAD, },
15828c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL7]		= { .ghz5 = 0x003e, .ghz2 = 0x003e, NOUPLOAD, },
15838c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL8]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
15848c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL9]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
15858c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL10]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15868c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL11]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
15878c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL12]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
15888c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL13]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
15898c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VREG]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
15908c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15918c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15928c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15938c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15948c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15958c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU2]		= { .ghz5 = 0x0040, .ghz2 = 0x0040, NOUPLOAD, },
15968c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15978c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15988c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
15998c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16008c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU8]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
16018c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BIAS_RESET]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16028c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RCCR1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16038c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF1]	= { .ghz5 = 0x0060, .ghz2 = 0x0060, NOUPLOAD, },
16048c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER1]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16058c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER2]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
16068c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF1]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16078c2ecf20Sopenharmony_ci	[B2056_SYN_LOGENBUF2]		= { .ghz5 = 0x008f, .ghz2 = 0x008f, UPLOAD, },
16088c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16098c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF4]		= { .ghz5 = 0x00cc, .ghz2 = 0x00cc, NOUPLOAD, },
16108c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV1]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
16118c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV2]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16128c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV3]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16138c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16148c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16158c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16168c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16178c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16188c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16198c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLOUT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16208c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16218c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16228c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16238c2ecf20Sopenharmony_ci	[B2056_SYN_CALEN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16248c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PEAKDET1]	= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, NOUPLOAD, },
16258c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CORE_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16268c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_DIFF_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16278c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_DIFF_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16288c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_CMOS_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16298c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_CMOS_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16308c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16318c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16328c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16338c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16348c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16358c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16368c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16378c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16388c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16398c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16408c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16418c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16428c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16438c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16448c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16458c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16468c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16478c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16488c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16498c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16508c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF2_OVRVAL]= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
16518c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER3_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16528c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF5_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16538c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF6_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16548c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16558c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16568c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16578c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16588c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16598c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16608c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16618c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16628c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16638c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16648c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16658c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16668c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16678c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16688c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16698c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
16708c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL_WAITCNT]	= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
16718c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CORE_CALVALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16728c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_CMOS_CALVALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16738c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_CMOS_VALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16748c2ecf20Sopenharmony_ci};
16758c2ecf20Sopenharmony_ci
16768c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev6_tx[] = {
16778c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16788c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16798c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16808c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16818c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16828c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16838c2ecf20Sopenharmony_ci	[B2056_TX_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16848c2ecf20Sopenharmony_ci	[B2056_TX_COM_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16858c2ecf20Sopenharmony_ci	[B2056_TX_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16868c2ecf20Sopenharmony_ci	[B2056_TX_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16878c2ecf20Sopenharmony_ci	[B2056_TX_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16888c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_RXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16898c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_TXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16908c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_RXHPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16918c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16928c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16938c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16948c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16958c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16968c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16978c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16988c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
16998c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17008c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17018c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17028c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17038c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17048c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17058c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17068c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17078c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_GAIN_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17088c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_FINE_I]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
17098c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_FINE_Q]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
17108c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_COARSE_I]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
17118c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_COARSE_Q]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
17128c2ecf20Sopenharmony_ci	[B2056_TX_TX_COM_MASTER1]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
17138c2ecf20Sopenharmony_ci	[B2056_TX_TX_COM_MASTER2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17148c2ecf20Sopenharmony_ci	[B2056_TX_RXIQCAL_TXMUX]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
17158c2ecf20Sopenharmony_ci	[B2056_TX_TX_SSI_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17168c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_VCM_HG]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
17178c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_IDAC]		= { .ghz5 = 0x0037, .ghz2 = 0x0037, NOUPLOAD, },
17188c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_VCM]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
17198c2ecf20Sopenharmony_ci	[B2056_TX_TX_AMP_DET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17208c2ecf20Sopenharmony_ci	[B2056_TX_TX_SSI_MUX]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17218c2ecf20Sopenharmony_ci	[B2056_TX_TSSIA]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
17228c2ecf20Sopenharmony_ci	[B2056_TX_TSSIG]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
17238c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17248c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17258c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17268c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE1]		= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
17278c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE2]		= { .ghz5 = 0x00ee, .ghz2 = 0x00ee, UPLOAD, },
17288c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17298c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17308c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_BOOST_TUNE]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
17318c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_STAT]	= { .ghz5 = 0x0050, .ghz2 = 0x0050, UPLOAD, },
17328c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17338c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_STAT]	= { .ghz5 = 0x0050, .ghz2 = 0x0050, UPLOAD, },
17348c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17358c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_CASCBIAS]	= { .ghz5 = 0x006e, .ghz2 = 0x006e, NOUPLOAD, },
17368c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
17378c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PA_MISC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17388c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17398c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17408c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_BOOST_TUNE]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
17418c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IAUX_STAT]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
17428c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IAUX_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17438c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IMAIN_STAT]	= { .ghz5 = 0x001e, .ghz2 = 0x001e, NOUPLOAD, },
17448c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IMAIN_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17458c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_CASCBIAS]	= { .ghz5 = 0x006e, .ghz2 = 0x006e, NOUPLOAD, },
17468c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
17478c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PA_MISC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17488c2ecf20Sopenharmony_ci	[B2056_TX_PADA_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
17498c2ecf20Sopenharmony_ci	[B2056_TX_PADA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
17508c2ecf20Sopenharmony_ci	[B2056_TX_PADA_CASCBIAS]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
17518c2ecf20Sopenharmony_ci	[B2056_TX_PADA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17528c2ecf20Sopenharmony_ci	[B2056_TX_PADA_BOOST_TUNE]	= { .ghz5 = 0x0038, .ghz2 = 0x0038, NOUPLOAD, },
17538c2ecf20Sopenharmony_ci	[B2056_TX_PADA_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
17548c2ecf20Sopenharmony_ci	[B2056_TX_PADG_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
17558c2ecf20Sopenharmony_ci	[B2056_TX_PADG_IDAC]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
17568c2ecf20Sopenharmony_ci	[B2056_TX_PADG_CASCBIAS]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
17578c2ecf20Sopenharmony_ci	[B2056_TX_PADG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17588c2ecf20Sopenharmony_ci	[B2056_TX_PADG_BOOST_TUNE]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
17598c2ecf20Sopenharmony_ci	[B2056_TX_PADG_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
17608c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
17618c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
17628c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17638c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_BOOST_TUNE]	= { .ghz5 = 0x0083, .ghz2 = 0x0083, NOUPLOAD, },
17648c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
17658c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_MISC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17668c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
17678c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_IDAC]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
17688c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17698c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_BOOST_TUNE]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
17708c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
17718c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_MISC]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
17728c2ecf20Sopenharmony_ci	[B2056_TX_MIXA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17738c2ecf20Sopenharmony_ci	[B2056_TX_MIXA_BOOST_TUNE]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
17748c2ecf20Sopenharmony_ci	[B2056_TX_MIXG]			= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17758c2ecf20Sopenharmony_ci	[B2056_TX_MIXG_BOOST_TUNE]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
17768c2ecf20Sopenharmony_ci	[B2056_TX_BB_GM_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17778c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_GM]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17788c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
17798c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17808c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL]		= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
17818c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF0]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17828c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17838c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17848c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17858c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17868c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17878c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17888c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_BW]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
17898c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17908c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
17918c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_0]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
17928c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_1]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
17938c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_2]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
17948c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_3]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
17958c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_4]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
17968c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_5]		= { .ghz5 = 0x001b, .ghz2 = 0x001b, NOUPLOAD, },
17978c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_6]		= { .ghz5 = 0x001b, .ghz2 = 0x001b, NOUPLOAD, },
17988c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_OPAMP_IDAC]	= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
17998c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_MISC]		= { .ghz5 = 0x005b, .ghz2 = 0x005b, NOUPLOAD, },
18008c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE1]		= { .ghz5 = 0x0030, .ghz2 = 0x0030, UPLOAD, },
18018c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18028c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18038c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18048c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18058c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18068c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18078c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18088c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18098c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE10]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18108c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE11]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18118c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE12]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18128c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE13]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18138c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE14]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18148c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE15]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18158c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE16]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18168c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_INTPA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18178c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_PAD_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18188c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_PGA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18198c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_GM_TXLPF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18208c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_TXLPF_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18218c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_TXLPF_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18228c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC0]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
18238c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC1]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
18248c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC2]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
18258c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC3]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
18268c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC4]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
18278c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC5]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
18288c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC6]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
18298c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC7]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
18308c2ecf20Sopenharmony_ci};
18318c2ecf20Sopenharmony_ci
18328c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev6_rx[] = {
18338c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18348c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18358c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18368c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18378c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18388c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18398c2ecf20Sopenharmony_ci	[B2056_RX_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18408c2ecf20Sopenharmony_ci	[B2056_RX_COM_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18418c2ecf20Sopenharmony_ci	[B2056_RX_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18428c2ecf20Sopenharmony_ci	[B2056_RX_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18438c2ecf20Sopenharmony_ci	[B2056_RX_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18448c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_RXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18458c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_TXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18468c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_RXHPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18478c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18488c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18498c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18508c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18518c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18528c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18538c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18548c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18558c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18568c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18578c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18588c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18598c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18608c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18618c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18628c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18638c2ecf20Sopenharmony_ci	[B2056_RX_RXIQCAL_RXMUX]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
18648c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18658c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_SEL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18668c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_GAIN]		= { .ghz5 = 0x0090, .ghz2 = 0x0090, NOUPLOAD, },
18678c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_NB_IDAC]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
18688c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2I_IDAC_1]	= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
18698c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2I_IDAC_2]	= { .ghz5 = 0x0005, .ghz2 = 0x0005, NOUPLOAD, },
18708c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2Q_IDAC_1]	= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
18718c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2Q_IDAC_2]	= { .ghz5 = 0x0005, .ghz2 = 0x0005, NOUPLOAD, },
18728c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_POLE]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
18738c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB1_IDAC]	= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
18748c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_MISC]		= { .ghz5 = 0x0090, .ghz2 = 0x0090, NOUPLOAD, },
18758c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18768c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_TUNE]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
18778c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_GAIN]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
18788c2ecf20Sopenharmony_ci	[B2056_RX_LNA_A_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
18798c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAA1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
18808c2ecf20Sopenharmony_ci	[B2056_RX_LNAA2_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
18818c2ecf20Sopenharmony_ci	[B2056_RX_LNA1A_MISC]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
18828c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18838c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_TUNE]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
18848c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_GAIN]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
18858c2ecf20Sopenharmony_ci	[B2056_RX_LNA_G_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
18868c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAG1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
18878c2ecf20Sopenharmony_ci	[B2056_RX_LNAG2_IDAC]		= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
18888c2ecf20Sopenharmony_ci	[B2056_RX_LNA1G_MISC]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
18898c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
18908c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_VCM]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, UPLOAD, },
18918c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CTRLPTAT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18928c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_LOB_BIAS]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, UPLOAD, },
18938c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CORE_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18948c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CMFB_IDAC]	= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
18958c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_AUX]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
18968c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_MAIN]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
18978c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_MISC]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
18988c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_MAST_BIAS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
18998c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
19008c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_VCM]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, UPLOAD, },
19018c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CTRLPTAT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19028c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_LOB_BIAS]	= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
19038c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CORE_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19048c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CMFB_IDAC]	= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
19058c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_AUX]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
19068c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_MAIN]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
19078c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_MISC]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
19088c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_MAST_BIAS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19098c2ecf20Sopenharmony_ci	[B2056_RX_TIA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19108c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IOPAMP]		= { .ghz5 = 0x0026, .ghz2 = 0x0026, UPLOAD, },
19118c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QOPAMP]		= { .ghz5 = 0x0026, .ghz2 = 0x0026, UPLOAD, },
19128c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IMISC]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
19138c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QMISC]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
19148c2ecf20Sopenharmony_ci	[B2056_RX_TIA_GAIN]		= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
19158c2ecf20Sopenharmony_ci	[B2056_RX_TIA_SPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19168c2ecf20Sopenharmony_ci	[B2056_RX_TIA_SPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19178c2ecf20Sopenharmony_ci	[B2056_RX_BB_LPF_MASTER]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
19188c2ecf20Sopenharmony_ci	[B2056_RX_AACI_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
19198c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_IDAC]		= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
19208c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OPAMPBIAS_LOWQ]	= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
19218c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OPAMPBIAS_HIGHQ]= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
19228c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_BIAS_DCCANCEL]	= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
19238c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OUTVCM]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, UPLOAD, },
19248c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_INVCM_BODY]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
19258c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_CC_OP]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
19268c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_GAIN]		= { .ghz5 = 0x0023, .ghz2 = 0x0023, NOUPLOAD, },
19278c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_Q_BW]		= { .ghz5 = 0x0041, .ghz2 = 0x0041, NOUPLOAD, },
19288c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_HP_CORNER_BW]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
19298c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_RCCAL_HPC]	= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
19308c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19318c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19328c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19338c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19348c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19358c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19368c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19378c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19388c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_RCCAL_LPC]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
19398c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19408c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19418c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19428c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19438c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19448c2ecf20Sopenharmony_ci	[B2056_RX_UNUSED]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19458c2ecf20Sopenharmony_ci	[B2056_RX_VGA_MASTER]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
19468c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
19478c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS_DCCANCEL]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
19488c2ecf20Sopenharmony_ci	[B2056_RX_VGA_GAIN]		= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
19498c2ecf20Sopenharmony_ci	[B2056_RX_VGA_HP_CORNER_BW]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
19508c2ecf20Sopenharmony_ci	[B2056_RX_VGABUF_BIAS]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
19518c2ecf20Sopenharmony_ci	[B2056_RX_VGABUF_GAIN_BW]	= { .ghz5 = 0x0030, .ghz2 = 0x0030, NOUPLOAD, },
19528c2ecf20Sopenharmony_ci	[B2056_RX_TXFBMIX_A]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19538c2ecf20Sopenharmony_ci	[B2056_RX_TXFBMIX_G]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19548c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19558c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19568c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE3]		= { .ghz5 = 0x0005, .ghz2 = 0x0005, UPLOAD, },
19578c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19588c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19598c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19608c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19618c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19628c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19638c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE10]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19648c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE11]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19658c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE12]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19668c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE13]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19678c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE14]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19688c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE15]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19698c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE16]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19708c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_LNAA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19718c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_LNAG_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19728c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_MIXTIA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19738c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19748c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_VGA_BUF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19758c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_Q]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19768c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_BUF_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19778c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_VGA_HPC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19788c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19798c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_HPC_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19808c2ecf20Sopenharmony_ci};
19818c2ecf20Sopenharmony_ci
19828c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev7_9_syn[] = {
19838c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19848c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19858c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19868c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19878c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19888c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19898c2ecf20Sopenharmony_ci	[B2056_SYN_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19908c2ecf20Sopenharmony_ci	[B2056_SYN_COM_PU]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
19918c2ecf20Sopenharmony_ci	[B2056_SYN_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19928c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19938c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19948c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_RXLPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19958c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_TXLPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19968c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_RXHPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19978c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19988c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
19998c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20008c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20018c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20028c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20038c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20048c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20058c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20068c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20078c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20088c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20098c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20108c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20118c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20128c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20138c2ecf20Sopenharmony_ci	[B2056_SYN_GPIO_MASTER1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20148c2ecf20Sopenharmony_ci	[B2056_SYN_GPIO_MASTER2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20158c2ecf20Sopenharmony_ci	[B2056_SYN_TOPBIAS_MASTER]	= { .ghz5 = 0x0060, .ghz2 = 0x0060, NOUPLOAD, },
20168c2ecf20Sopenharmony_ci	[B2056_SYN_TOPBIAS_RCAL]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
20178c2ecf20Sopenharmony_ci	[B2056_SYN_AFEREG]		= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
20188c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSE]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20198c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSEIDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20208c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSERCAL]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20218c2ecf20Sopenharmony_ci	[B2056_SYN_LPO]			= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
20228c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20238c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20248c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_STATUS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20258c2ecf20Sopenharmony_ci	[B2056_SYN_RCAL_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20268c2ecf20Sopenharmony_ci	[B2056_SYN_RCAL_CODE_OUT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20278c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20288c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL1]		= { .ghz5 = 0x001f, .ghz2 = 0x001f, NOUPLOAD, },
20298c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL2]		= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
20308c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL3]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
20318c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20328c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20338c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20348c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20358c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20368c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20378c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL10]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20388c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL11]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20398c2ecf20Sopenharmony_ci	[B2056_SYN_ZCAL_SPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20408c2ecf20Sopenharmony_ci	[B2056_SYN_ZCAL_SPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20418c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST1]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
20428c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST2]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
20438c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST3]		= { .ghz5 = 0x0018, .ghz2 = 0x0018, NOUPLOAD, },
20448c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_BIAS_RESET]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20458c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20468c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL1]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
20478c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL3]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
20488c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20498c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL5]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
20508c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL6]		= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
20518c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_REFDIV]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
20528c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_PFD]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
20538c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP1]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
20548c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP2]		= { .ghz5 = 0x0030, .ghz2 = 0x0030, NOUPLOAD, },
20558c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP3]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
20568c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER1]	= { .ghz5 = 0x000d, .ghz2 = 0x000d, NOUPLOAD, },
20578c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER2]	= { .ghz5 = 0x000d, .ghz2 = 0x000d, NOUPLOAD, },
20588c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER3]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
20598c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER4]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
20608c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER5]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
20618c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MMD1]		= { .ghz5 = 0x001c, .ghz2 = 0x001c, NOUPLOAD, },
20628c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MMD2]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
20638c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO1]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
20648c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO2]		= { .ghz5 = 0x00f7, .ghz2 = 0x00f7, UPLOAD, },
20658c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MONITOR1]	= { .ghz5 = 0x00b4, .ghz2 = 0x00b4, NOUPLOAD, },
20668c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MONITOR2]	= { .ghz5 = 0x00d2, .ghz2 = 0x00d2, NOUPLOAD, },
20678c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20688c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20698c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL4]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
20708c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL5]		= { .ghz5 = 0x0096, .ghz2 = 0x0096, NOUPLOAD, },
20718c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL6]		= { .ghz5 = 0x003e, .ghz2 = 0x003e, NOUPLOAD, },
20728c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL7]		= { .ghz5 = 0x003e, .ghz2 = 0x003e, NOUPLOAD, },
20738c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL8]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
20748c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL9]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
20758c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL10]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20768c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL11]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
20778c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL12]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
20788c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL13]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
20798c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VREG]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
20808c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20818c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20828c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20838c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20848c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20858c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU2]		= { .ghz5 = 0x0040, .ghz2 = 0x0040, NOUPLOAD, },
20868c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20878c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20888c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20898c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20908c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU8]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
20918c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BIAS_RESET]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20928c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RCCR1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20938c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF1]	= { .ghz5 = 0x0060, .ghz2 = 0x0060, NOUPLOAD, },
20948c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER1]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
20958c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER2]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
20968c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF1]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
20978c2ecf20Sopenharmony_ci	[B2056_SYN_LOGENBUF2]		= { .ghz5 = 0x008f, .ghz2 = 0x008f, UPLOAD, },
20988c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
20998c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF4]		= { .ghz5 = 0x00cc, .ghz2 = 0x00cc, NOUPLOAD, },
21008c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV1]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
21018c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV2]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21028c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV3]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21038c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21048c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21058c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21068c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21078c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21088c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21098c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLOUT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21108c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21118c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21128c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21138c2ecf20Sopenharmony_ci	[B2056_SYN_CALEN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21148c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PEAKDET1]	= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, NOUPLOAD, },
21158c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CORE_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21168c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_DIFF_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21178c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_DIFF_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21188c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_CMOS_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21198c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_CMOS_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21208c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21218c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21228c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21238c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21248c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21258c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21268c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21278c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21288c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21298c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21308c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21318c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21328c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21338c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21348c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21358c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21368c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21378c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21388c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21398c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21408c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF2_OVRVAL]= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
21418c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER3_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21428c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF5_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21438c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF6_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21448c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21458c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21468c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21478c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21488c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21498c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21508c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21518c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21528c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21538c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21548c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21558c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21568c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21578c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21588c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21598c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
21608c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL_WAITCNT]	= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
21618c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CORE_CALVALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21628c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_CMOS_CALVALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21638c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_CMOS_VALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21648c2ecf20Sopenharmony_ci};
21658c2ecf20Sopenharmony_ci
21668c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev7_9_tx[] = {
21678c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21688c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21698c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21708c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21718c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21728c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21738c2ecf20Sopenharmony_ci	[B2056_TX_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21748c2ecf20Sopenharmony_ci	[B2056_TX_COM_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21758c2ecf20Sopenharmony_ci	[B2056_TX_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21768c2ecf20Sopenharmony_ci	[B2056_TX_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21778c2ecf20Sopenharmony_ci	[B2056_TX_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21788c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_RXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21798c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_TXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21808c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_RXHPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21818c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21828c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21838c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21848c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21858c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21868c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21878c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21888c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21898c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21908c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21918c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21928c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21938c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21948c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21958c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21968c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21978c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_GAIN_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
21988c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_FINE_I]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
21998c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_FINE_Q]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
22008c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_COARSE_I]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
22018c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_COARSE_Q]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
22028c2ecf20Sopenharmony_ci	[B2056_TX_TX_COM_MASTER1]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
22038c2ecf20Sopenharmony_ci	[B2056_TX_TX_COM_MASTER2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22048c2ecf20Sopenharmony_ci	[B2056_TX_RXIQCAL_TXMUX]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
22058c2ecf20Sopenharmony_ci	[B2056_TX_TX_SSI_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22068c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_VCM_HG]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
22078c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_IDAC]		= { .ghz5 = 0x0037, .ghz2 = 0x0037, NOUPLOAD, },
22088c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_VCM]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
22098c2ecf20Sopenharmony_ci	[B2056_TX_TX_AMP_DET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22108c2ecf20Sopenharmony_ci	[B2056_TX_TX_SSI_MUX]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22118c2ecf20Sopenharmony_ci	[B2056_TX_TSSIA]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
22128c2ecf20Sopenharmony_ci	[B2056_TX_TSSIG]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
22138c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22148c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22158c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22168c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE1]		= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
22178c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE2]		= { .ghz5 = 0x00ee, .ghz2 = 0x00ee, UPLOAD, },
22188c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22198c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22208c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_BOOST_TUNE]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
22218c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_STAT]	= { .ghz5 = 0x0050, .ghz2 = 0x0050, UPLOAD, },
22228c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22238c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_STAT]	= { .ghz5 = 0x0050, .ghz2 = 0x0050, UPLOAD, },
22248c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22258c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_CASCBIAS]	= { .ghz5 = 0x006e, .ghz2 = 0x006e, NOUPLOAD, },
22268c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
22278c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PA_MISC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22288c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22298c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22308c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_BOOST_TUNE]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
22318c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IAUX_STAT]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
22328c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IAUX_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22338c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IMAIN_STAT]	= { .ghz5 = 0x001e, .ghz2 = 0x001e, NOUPLOAD, },
22348c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IMAIN_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22358c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_CASCBIAS]	= { .ghz5 = 0x006e, .ghz2 = 0x006e, NOUPLOAD, },
22368c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
22378c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PA_MISC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22388c2ecf20Sopenharmony_ci	[B2056_TX_PADA_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
22398c2ecf20Sopenharmony_ci	[B2056_TX_PADA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
22408c2ecf20Sopenharmony_ci	[B2056_TX_PADA_CASCBIAS]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
22418c2ecf20Sopenharmony_ci	[B2056_TX_PADA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22428c2ecf20Sopenharmony_ci	[B2056_TX_PADA_BOOST_TUNE]	= { .ghz5 = 0x0038, .ghz2 = 0x0038, NOUPLOAD, },
22438c2ecf20Sopenharmony_ci	[B2056_TX_PADA_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
22448c2ecf20Sopenharmony_ci	[B2056_TX_PADG_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
22458c2ecf20Sopenharmony_ci	[B2056_TX_PADG_IDAC]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
22468c2ecf20Sopenharmony_ci	[B2056_TX_PADG_CASCBIAS]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
22478c2ecf20Sopenharmony_ci	[B2056_TX_PADG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22488c2ecf20Sopenharmony_ci	[B2056_TX_PADG_BOOST_TUNE]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
22498c2ecf20Sopenharmony_ci	[B2056_TX_PADG_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
22508c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
22518c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
22528c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22538c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_BOOST_TUNE]	= { .ghz5 = 0x0083, .ghz2 = 0x0083, NOUPLOAD, },
22548c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
22558c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_MISC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22568c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
22578c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_IDAC]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
22588c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22598c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_BOOST_TUNE]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
22608c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
22618c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_MISC]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
22628c2ecf20Sopenharmony_ci	[B2056_TX_MIXA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22638c2ecf20Sopenharmony_ci	[B2056_TX_MIXA_BOOST_TUNE]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
22648c2ecf20Sopenharmony_ci	[B2056_TX_MIXG]			= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22658c2ecf20Sopenharmony_ci	[B2056_TX_MIXG_BOOST_TUNE]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
22668c2ecf20Sopenharmony_ci	[B2056_TX_BB_GM_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22678c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_GM]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22688c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
22698c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22708c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL]		= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
22718c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF0]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22728c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22738c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22748c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22758c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22768c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22778c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22788c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_BW]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
22798c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22808c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22818c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_0]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
22828c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_1]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
22838c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_2]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
22848c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_3]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
22858c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_4]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
22868c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_5]		= { .ghz5 = 0x001b, .ghz2 = 0x001b, NOUPLOAD, },
22878c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_6]		= { .ghz5 = 0x001b, .ghz2 = 0x001b, NOUPLOAD, },
22888c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_OPAMP_IDAC]	= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
22898c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_MISC]		= { .ghz5 = 0x005b, .ghz2 = 0x005b, NOUPLOAD, },
22908c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE1]		= { .ghz5 = 0x0030, .ghz2 = 0x0030, UPLOAD, },
22918c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22928c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22938c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22948c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22958c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22968c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22978c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22988c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
22998c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE10]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23008c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE11]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23018c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE12]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23028c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE13]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23038c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE14]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23048c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE15]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23058c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE16]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23068c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_INTPA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23078c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_PAD_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23088c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_PGA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23098c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_GM_TXLPF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23108c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_TXLPF_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23118c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_TXLPF_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23128c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC0]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
23138c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC1]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
23148c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC2]		= { .ghz5 = 0x0071, .ghz2 = 0x0071, UPLOAD, },
23158c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC3]		= { .ghz5 = 0x0071, .ghz2 = 0x0071, UPLOAD, },
23168c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC4]		= { .ghz5 = 0x0072, .ghz2 = 0x0072, UPLOAD, },
23178c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC5]		= { .ghz5 = 0x0073, .ghz2 = 0x0073, UPLOAD, },
23188c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC6]		= { .ghz5 = 0x0074, .ghz2 = 0x0074, UPLOAD, },
23198c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC7]		= { .ghz5 = 0x0075, .ghz2 = 0x0075, UPLOAD, },
23208c2ecf20Sopenharmony_ci};
23218c2ecf20Sopenharmony_ci
23228c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev7_9_rx[] = {
23238c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23248c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23258c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23268c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23278c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23288c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23298c2ecf20Sopenharmony_ci	[B2056_RX_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23308c2ecf20Sopenharmony_ci	[B2056_RX_COM_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23318c2ecf20Sopenharmony_ci	[B2056_RX_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23328c2ecf20Sopenharmony_ci	[B2056_RX_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23338c2ecf20Sopenharmony_ci	[B2056_RX_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23348c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_RXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23358c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_TXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23368c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_RXHPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23378c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23388c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23398c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23408c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23418c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23428c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23438c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23448c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23458c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23468c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23478c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23488c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23498c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23508c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23518c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23528c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23538c2ecf20Sopenharmony_ci	[B2056_RX_RXIQCAL_RXMUX]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
23548c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23558c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_SEL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23568c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_GAIN]		= { .ghz5 = 0x0090, .ghz2 = 0x0090, NOUPLOAD, },
23578c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_NB_IDAC]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
23588c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2I_IDAC_1]	= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
23598c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2I_IDAC_2]	= { .ghz5 = 0x0005, .ghz2 = 0x0005, NOUPLOAD, },
23608c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2Q_IDAC_1]	= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
23618c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2Q_IDAC_2]	= { .ghz5 = 0x0005, .ghz2 = 0x0005, NOUPLOAD, },
23628c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_POLE]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
23638c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB1_IDAC]	= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
23648c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_MISC]		= { .ghz5 = 0x0090, .ghz2 = 0x0090, NOUPLOAD, },
23658c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23668c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_TUNE]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
23678c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_GAIN]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
23688c2ecf20Sopenharmony_ci	[B2056_RX_LNA_A_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
23698c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAA1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
23708c2ecf20Sopenharmony_ci	[B2056_RX_LNAA2_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
23718c2ecf20Sopenharmony_ci	[B2056_RX_LNA1A_MISC]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
23728c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23738c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_TUNE]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
23748c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_GAIN]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
23758c2ecf20Sopenharmony_ci	[B2056_RX_LNA_G_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
23768c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAG1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
23778c2ecf20Sopenharmony_ci	[B2056_RX_LNAG2_IDAC]		= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
23788c2ecf20Sopenharmony_ci	[B2056_RX_LNA1G_MISC]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
23798c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
23808c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_VCM]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, UPLOAD, },
23818c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CTRLPTAT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23828c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_LOB_BIAS]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, UPLOAD, },
23838c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CORE_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23848c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CMFB_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
23858c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_AUX]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
23868c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_MAIN]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
23878c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_MISC]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
23888c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_MAST_BIAS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23898c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
23908c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_VCM]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, UPLOAD, },
23918c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CTRLPTAT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23928c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_LOB_BIAS]	= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
23938c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CORE_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23948c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CMFB_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
23958c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_AUX]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
23968c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_MAIN]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
23978c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_MISC]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
23988c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_MAST_BIAS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
23998c2ecf20Sopenharmony_ci	[B2056_RX_TIA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24008c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IOPAMP]		= { .ghz5 = 0x0026, .ghz2 = 0x0026, UPLOAD, },
24018c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QOPAMP]		= { .ghz5 = 0x0026, .ghz2 = 0x0026, UPLOAD, },
24028c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IMISC]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
24038c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QMISC]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
24048c2ecf20Sopenharmony_ci	[B2056_RX_TIA_GAIN]		= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
24058c2ecf20Sopenharmony_ci	[B2056_RX_TIA_SPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24068c2ecf20Sopenharmony_ci	[B2056_RX_TIA_SPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24078c2ecf20Sopenharmony_ci	[B2056_RX_BB_LPF_MASTER]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
24088c2ecf20Sopenharmony_ci	[B2056_RX_AACI_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
24098c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_IDAC]		= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
24108c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OPAMPBIAS_LOWQ]	= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
24118c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OPAMPBIAS_HIGHQ]= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
24128c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_BIAS_DCCANCEL]	= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
24138c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OUTVCM]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, UPLOAD, },
24148c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_INVCM_BODY]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
24158c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_CC_OP]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
24168c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_GAIN]		= { .ghz5 = 0x0023, .ghz2 = 0x0023, NOUPLOAD, },
24178c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_Q_BW]		= { .ghz5 = 0x0041, .ghz2 = 0x0041, NOUPLOAD, },
24188c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_HP_CORNER_BW]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
24198c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_RCCAL_HPC]	= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
24208c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24218c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24228c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24238c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24248c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24258c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24268c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24278c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24288c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_RCCAL_LPC]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
24298c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24308c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24318c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24328c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24338c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24348c2ecf20Sopenharmony_ci	[B2056_RX_UNUSED]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24358c2ecf20Sopenharmony_ci	[B2056_RX_VGA_MASTER]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
24368c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
24378c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS_DCCANCEL]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
24388c2ecf20Sopenharmony_ci	[B2056_RX_VGA_GAIN]		= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
24398c2ecf20Sopenharmony_ci	[B2056_RX_VGA_HP_CORNER_BW]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
24408c2ecf20Sopenharmony_ci	[B2056_RX_VGABUF_BIAS]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
24418c2ecf20Sopenharmony_ci	[B2056_RX_VGABUF_GAIN_BW]	= { .ghz5 = 0x0030, .ghz2 = 0x0030, NOUPLOAD, },
24428c2ecf20Sopenharmony_ci	[B2056_RX_TXFBMIX_A]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24438c2ecf20Sopenharmony_ci	[B2056_RX_TXFBMIX_G]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24448c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24458c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24468c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24478c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24488c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24498c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24508c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24518c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24528c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24538c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE10]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24548c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE11]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24558c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE12]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24568c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE13]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24578c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE14]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24588c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE15]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24598c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE16]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24608c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_LNAA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24618c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_LNAG_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24628c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_MIXTIA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24638c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24648c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_VGA_BUF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24658c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_Q]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24668c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_BUF_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24678c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_VGA_HPC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24688c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24698c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_HPC_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24708c2ecf20Sopenharmony_ci};
24718c2ecf20Sopenharmony_ci
24728c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev8_syn[] = {
24738c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24748c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24758c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24768c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24778c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24788c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24798c2ecf20Sopenharmony_ci	[B2056_SYN_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24808c2ecf20Sopenharmony_ci	[B2056_SYN_COM_PU]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
24818c2ecf20Sopenharmony_ci	[B2056_SYN_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24828c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24838c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24848c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_RXLPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24858c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_TXLPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24868c2ecf20Sopenharmony_ci	[B2056_SYN_COM_RC_RXHPF]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24878c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24888c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24898c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24908c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24918c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24928c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24938c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24948c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24958c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24968c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24978c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24988c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
24998c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25008c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25018c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25028c2ecf20Sopenharmony_ci	[B2056_SYN_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25038c2ecf20Sopenharmony_ci	[B2056_SYN_GPIO_MASTER1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25048c2ecf20Sopenharmony_ci	[B2056_SYN_GPIO_MASTER2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25058c2ecf20Sopenharmony_ci	[B2056_SYN_TOPBIAS_MASTER]	= { .ghz5 = 0x0060, .ghz2 = 0x0060, NOUPLOAD, },
25068c2ecf20Sopenharmony_ci	[B2056_SYN_TOPBIAS_RCAL]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
25078c2ecf20Sopenharmony_ci	[B2056_SYN_AFEREG]		= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
25088c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSE]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25098c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSEIDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25108c2ecf20Sopenharmony_ci	[B2056_SYN_TEMPPROCSENSERCAL]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25118c2ecf20Sopenharmony_ci	[B2056_SYN_LPO]			= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
25128c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25138c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25148c2ecf20Sopenharmony_ci	[B2056_SYN_VDDCAL_STATUS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25158c2ecf20Sopenharmony_ci	[B2056_SYN_RCAL_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25168c2ecf20Sopenharmony_ci	[B2056_SYN_RCAL_CODE_OUT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25178c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25188c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL1]		= { .ghz5 = 0x001f, .ghz2 = 0x001f, NOUPLOAD, },
25198c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL2]		= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
25208c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL3]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
25218c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25228c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25238c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25248c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25258c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25268c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25278c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL10]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25288c2ecf20Sopenharmony_ci	[B2056_SYN_RCCAL_CTRL11]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25298c2ecf20Sopenharmony_ci	[B2056_SYN_ZCAL_SPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25308c2ecf20Sopenharmony_ci	[B2056_SYN_ZCAL_SPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25318c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST1]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
25328c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST2]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
25338c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MAST3]		= { .ghz5 = 0x0018, .ghz2 = 0x0018, NOUPLOAD, },
25348c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_BIAS_RESET]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25358c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25368c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL1]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
25378c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL3]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
25388c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25398c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL5]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
25408c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_XTAL6]		= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
25418c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_REFDIV]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
25428c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_PFD]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
25438c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP1]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, NOUPLOAD, },
25448c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP2]		= { .ghz5 = 0x0030, .ghz2 = 0x0030, NOUPLOAD, },
25458c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP3]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
25468c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER1]	= { .ghz5 = 0x000d, .ghz2 = 0x000d, NOUPLOAD, },
25478c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER2]	= { .ghz5 = 0x000d, .ghz2 = 0x000d, NOUPLOAD, },
25488c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER3]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
25498c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER4]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
25508c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER5]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
25518c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MMD1]		= { .ghz5 = 0x001c, .ghz2 = 0x001c, NOUPLOAD, },
25528c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MMD2]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
25538c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO1]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
25548c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO2]		= { .ghz5 = 0x00f7, .ghz2 = 0x00f7, UPLOAD, },
25558c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MONITOR1]	= { .ghz5 = 0x00b4, .ghz2 = 0x00b4, NOUPLOAD, },
25568c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_MONITOR2]	= { .ghz5 = 0x00d2, .ghz2 = 0x00d2, NOUPLOAD, },
25578c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25588c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25598c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL4]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
25608c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL5]		= { .ghz5 = 0x0096, .ghz2 = 0x0096, NOUPLOAD, },
25618c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL6]		= { .ghz5 = 0x003e, .ghz2 = 0x003e, NOUPLOAD, },
25628c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL7]		= { .ghz5 = 0x003e, .ghz2 = 0x003e, NOUPLOAD, },
25638c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL8]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
25648c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL9]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
25658c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL10]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25668c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL11]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
25678c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL12]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
25688c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL13]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
25698c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VREG]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
25708c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25718c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25728c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_STATUS3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25738c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25748c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25758c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU2]		= { .ghz5 = 0x0040, .ghz2 = 0x0040, NOUPLOAD, },
25768c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25778c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25788c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25798c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25808c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PU8]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
25818c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BIAS_RESET]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25828c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RCCR1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25838c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF1]	= { .ghz5 = 0x0060, .ghz2 = 0x0060, NOUPLOAD, },
25848c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER1]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
25858c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER2]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
25868c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF1]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
25878c2ecf20Sopenharmony_ci	[B2056_SYN_LOGENBUF2]		= { .ghz5 = 0x008f, .ghz2 = 0x008f, UPLOAD, },
25888c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25898c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF4]		= { .ghz5 = 0x00cc, .ghz2 = 0x00cc, NOUPLOAD, },
25908c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV1]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
25918c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV2]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
25928c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_DIV3]		= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
25938c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25948c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25958c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25968c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25978c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25988c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
25998c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLOUT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26008c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26018c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26028c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACLCAL3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26038c2ecf20Sopenharmony_ci	[B2056_SYN_CALEN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26048c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_PEAKDET1]	= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, NOUPLOAD, },
26058c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CORE_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26068c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_DIFF_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26078c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_DIFF_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26088c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_CMOS_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26098c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_CMOS_ACL_OVR]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26108c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26118c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26128c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26138c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26148c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26158c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26168c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26178c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26188c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26198c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26208c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26218c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26228c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26238c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26248c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26258c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26268c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26278c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26288c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26298c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26308c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_VCOBUF2_OVRVAL]= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
26318c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_MIXER3_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26328c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF5_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26338c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_BUF6_OVRVAL]	= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26348c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26358c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26368c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26378c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFRX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26388c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26398c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26408c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26418c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CBUFTX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26428c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26438c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26448c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26458c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSRX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26468c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX1_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26478c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX2_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26488c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX3_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26498c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CMOSTX4_OVRVAL]= { .ghz5 = 0x0066, .ghz2 = 0x0066, NOUPLOAD, },
26508c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_ACL_WAITCNT]	= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
26518c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_CORE_CALVALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26528c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_RX_CMOS_CALVALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26538c2ecf20Sopenharmony_ci	[B2056_SYN_LOGEN_TX_CMOS_VALID]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26548c2ecf20Sopenharmony_ci};
26558c2ecf20Sopenharmony_ci
26568c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev8_tx[] = {
26578c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26588c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26598c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26608c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26618c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26628c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26638c2ecf20Sopenharmony_ci	[B2056_TX_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26648c2ecf20Sopenharmony_ci	[B2056_TX_COM_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26658c2ecf20Sopenharmony_ci	[B2056_TX_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26668c2ecf20Sopenharmony_ci	[B2056_TX_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26678c2ecf20Sopenharmony_ci	[B2056_TX_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26688c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_RXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26698c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_TXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26708c2ecf20Sopenharmony_ci	[B2056_TX_COM_RC_RXHPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26718c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26728c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26738c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26748c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26758c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26768c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26778c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26788c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26798c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26808c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26818c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26828c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26838c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26848c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26858c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26868c2ecf20Sopenharmony_ci	[B2056_TX_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26878c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_GAIN_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26888c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_FINE_I]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
26898c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_FINE_Q]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
26908c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_COARSE_I]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
26918c2ecf20Sopenharmony_ci	[B2056_TX_LOFT_COARSE_Q]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
26928c2ecf20Sopenharmony_ci	[B2056_TX_TX_COM_MASTER1]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
26938c2ecf20Sopenharmony_ci	[B2056_TX_TX_COM_MASTER2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26948c2ecf20Sopenharmony_ci	[B2056_TX_RXIQCAL_TXMUX]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
26958c2ecf20Sopenharmony_ci	[B2056_TX_TX_SSI_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
26968c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_VCM_HG]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
26978c2ecf20Sopenharmony_ci	[B2056_TX_IQCAL_IDAC]		= { .ghz5 = 0x0037, .ghz2 = 0x0037, NOUPLOAD, },
26988c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_VCM]		= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
26998c2ecf20Sopenharmony_ci	[B2056_TX_TX_AMP_DET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27008c2ecf20Sopenharmony_ci	[B2056_TX_TX_SSI_MUX]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27018c2ecf20Sopenharmony_ci	[B2056_TX_TSSIA]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
27028c2ecf20Sopenharmony_ci	[B2056_TX_TSSIG]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
27038c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27048c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27058c2ecf20Sopenharmony_ci	[B2056_TX_TSSI_MISC3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27068c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE1]		= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
27078c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE2]		= { .ghz5 = 0x00ee, .ghz2 = 0x00ee, UPLOAD, },
27088c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27098c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27108c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_BOOST_TUNE]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
27118c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_STAT]	= { .ghz5 = 0x0050, .ghz2 = 0x0050, UPLOAD, },
27128c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27138c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_STAT]	= { .ghz5 = 0x0050, .ghz2 = 0x0050, UPLOAD, },
27148c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27158c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_CASCBIAS]	= { .ghz5 = 0x006e, .ghz2 = 0x006e, NOUPLOAD, },
27168c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
27178c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PA_MISC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27188c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_MASTER]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27198c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27208c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_BOOST_TUNE]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
27218c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IAUX_STAT]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
27228c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IAUX_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27238c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IMAIN_STAT]	= { .ghz5 = 0x001e, .ghz2 = 0x001e, NOUPLOAD, },
27248c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_IMAIN_DYN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27258c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_CASCBIAS]	= { .ghz5 = 0x006e, .ghz2 = 0x006e, NOUPLOAD, },
27268c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
27278c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PA_MISC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27288c2ecf20Sopenharmony_ci	[B2056_TX_PADA_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
27298c2ecf20Sopenharmony_ci	[B2056_TX_PADA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
27308c2ecf20Sopenharmony_ci	[B2056_TX_PADA_CASCBIAS]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
27318c2ecf20Sopenharmony_ci	[B2056_TX_PADA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27328c2ecf20Sopenharmony_ci	[B2056_TX_PADA_BOOST_TUNE]	= { .ghz5 = 0x0038, .ghz2 = 0x0038, NOUPLOAD, },
27338c2ecf20Sopenharmony_ci	[B2056_TX_PADA_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
27348c2ecf20Sopenharmony_ci	[B2056_TX_PADG_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
27358c2ecf20Sopenharmony_ci	[B2056_TX_PADG_IDAC]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
27368c2ecf20Sopenharmony_ci	[B2056_TX_PADG_CASCBIAS]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
27378c2ecf20Sopenharmony_ci	[B2056_TX_PADG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27388c2ecf20Sopenharmony_ci	[B2056_TX_PADG_BOOST_TUNE]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
27398c2ecf20Sopenharmony_ci	[B2056_TX_PADG_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
27408c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
27418c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
27428c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27438c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_BOOST_TUNE]	= { .ghz5 = 0x0083, .ghz2 = 0x0083, NOUPLOAD, },
27448c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
27458c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_MISC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27468c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_MASTER]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
27478c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_IDAC]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
27488c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27498c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_BOOST_TUNE]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
27508c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
27518c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_MISC]		= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
27528c2ecf20Sopenharmony_ci	[B2056_TX_MIXA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27538c2ecf20Sopenharmony_ci	[B2056_TX_MIXA_BOOST_TUNE]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
27548c2ecf20Sopenharmony_ci	[B2056_TX_MIXG]			= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27558c2ecf20Sopenharmony_ci	[B2056_TX_MIXG_BOOST_TUNE]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
27568c2ecf20Sopenharmony_ci	[B2056_TX_BB_GM_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27578c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_GM]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27588c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
27598c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27608c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL]		= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
27618c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF0]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27628c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF1]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27638c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27648c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27658c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27668c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27678c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_RCCAL_OFF6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27688c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_BW]		= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
27698c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_GAIN]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27708c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27718c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_0]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
27728c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_1]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
27738c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_2]		= { .ghz5 = 0x000e, .ghz2 = 0x000e, NOUPLOAD, },
27748c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_3]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
27758c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_4]		= { .ghz5 = 0x0013, .ghz2 = 0x0013, NOUPLOAD, },
27768c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_5]		= { .ghz5 = 0x001b, .ghz2 = 0x001b, NOUPLOAD, },
27778c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_IDAC_6]		= { .ghz5 = 0x001b, .ghz2 = 0x001b, NOUPLOAD, },
27788c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_OPAMP_IDAC]	= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
27798c2ecf20Sopenharmony_ci	[B2056_TX_TXLPF_MISC]		= { .ghz5 = 0x005b, .ghz2 = 0x005b, NOUPLOAD, },
27808c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE1]		= { .ghz5 = 0x0030, .ghz2 = 0x0030, UPLOAD, },
27818c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27828c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27838c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27848c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27858c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27868c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27878c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27888c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27898c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE10]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27908c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE11]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27918c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE12]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27928c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE13]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27938c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE14]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27948c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE15]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27958c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE16]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27968c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_INTPA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27978c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_PAD_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27988c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_PGA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
27998c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_GM_TXLPF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28008c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_TXLPF_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28018c2ecf20Sopenharmony_ci	[B2056_TX_STATUS_TXLPF_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28028c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC0]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
28038c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC1]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
28048c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC2]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
28058c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC3]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
28068c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC4]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
28078c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC5]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
28088c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC6]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
28098c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC7]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, NOUPLOAD, },
28108c2ecf20Sopenharmony_ci};
28118c2ecf20Sopenharmony_ci
28128c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev8_rx[] = {
28138c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR2]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28148c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR3]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28158c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR4]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28168c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR5]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28178c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR6]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28188c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR7]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28198c2ecf20Sopenharmony_ci	[B2056_RX_COM_CTRL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28208c2ecf20Sopenharmony_ci	[B2056_RX_COM_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28218c2ecf20Sopenharmony_ci	[B2056_RX_COM_OVR]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28228c2ecf20Sopenharmony_ci	[B2056_RX_COM_RESET]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28238c2ecf20Sopenharmony_ci	[B2056_RX_COM_RCAL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28248c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_RXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28258c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_TXLPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28268c2ecf20Sopenharmony_ci	[B2056_RX_COM_RC_RXHPF]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28278c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR16]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28288c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR17]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28298c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR18]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28308c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR19]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28318c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR20]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28328c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR21]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28338c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR22]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28348c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR23]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28358c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR24]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28368c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR25]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28378c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR26]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28388c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR27]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28398c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR28]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28408c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR29]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28418c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR30]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28428c2ecf20Sopenharmony_ci	[B2056_RX_RESERVED_ADDR31]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28438c2ecf20Sopenharmony_ci	[B2056_RX_RXIQCAL_RXMUX]	= { .ghz5 = 0x0003, .ghz2 = 0x0003, NOUPLOAD, },
28448c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_PU]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28458c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_SEL]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28468c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_GAIN]		= { .ghz5 = 0x0090, .ghz2 = 0x0090, NOUPLOAD, },
28478c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_NB_IDAC]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
28488c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2I_IDAC_1]	= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
28498c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2I_IDAC_2]	= { .ghz5 = 0x0005, .ghz2 = 0x0005, NOUPLOAD, },
28508c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2Q_IDAC_1]	= { .ghz5 = 0x0015, .ghz2 = 0x0015, NOUPLOAD, },
28518c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB2Q_IDAC_2]	= { .ghz5 = 0x0005, .ghz2 = 0x0005, NOUPLOAD, },
28528c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_POLE]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
28538c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_WB1_IDAC]	= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
28548c2ecf20Sopenharmony_ci	[B2056_RX_RSSI_MISC]		= { .ghz5 = 0x0090, .ghz2 = 0x0090, NOUPLOAD, },
28558c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28568c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_TUNE]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
28578c2ecf20Sopenharmony_ci	[B2056_RX_LNAA_GAIN]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
28588c2ecf20Sopenharmony_ci	[B2056_RX_LNA_A_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
28598c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAA1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
28608c2ecf20Sopenharmony_ci	[B2056_RX_LNAA2_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
28618c2ecf20Sopenharmony_ci	[B2056_RX_LNA1A_MISC]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
28628c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28638c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_TUNE]		= { .ghz5 = 0x0088, .ghz2 = 0x0088, NOUPLOAD, },
28648c2ecf20Sopenharmony_ci	[B2056_RX_LNAG_GAIN]		= { .ghz5 = 0x0032, .ghz2 = 0x0032, NOUPLOAD, },
28658c2ecf20Sopenharmony_ci	[B2056_RX_LNA_G_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, NOUPLOAD, },
28668c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAG1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
28678c2ecf20Sopenharmony_ci	[B2056_RX_LNAG2_IDAC]		= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
28688c2ecf20Sopenharmony_ci	[B2056_RX_LNA1G_MISC]		= { .ghz5 = 0x0020, .ghz2 = 0x0020, NOUPLOAD, },
28698c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
28708c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_VCM]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, UPLOAD, },
28718c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CTRLPTAT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28728c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_LOB_BIAS]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, UPLOAD, },
28738c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CORE_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28748c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_CMFB_IDAC]	= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
28758c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_AUX]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
28768c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_MAIN]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
28778c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_MISC]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
28788c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_MAST_BIAS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28798c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
28808c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_VCM]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, UPLOAD, },
28818c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CTRLPTAT]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28828c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_LOB_BIAS]	= { .ghz5 = 0x0011, .ghz2 = 0x0011, NOUPLOAD, },
28838c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CORE_IDAC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28848c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_CMFB_IDAC]	= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
28858c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_AUX]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
28868c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_MAIN]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, NOUPLOAD, },
28878c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_BIAS_MISC]	= { .ghz5 = 0x0004, .ghz2 = 0x0004, NOUPLOAD, },
28888c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_MAST_BIAS]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28898c2ecf20Sopenharmony_ci	[B2056_RX_TIA_MASTER]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28908c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IOPAMP]		= { .ghz5 = 0x0026, .ghz2 = 0x0026, UPLOAD, },
28918c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QOPAMP]		= { .ghz5 = 0x0026, .ghz2 = 0x0026, UPLOAD, },
28928c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IMISC]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
28938c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QMISC]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
28948c2ecf20Sopenharmony_ci	[B2056_RX_TIA_GAIN]		= { .ghz5 = 0x0044, .ghz2 = 0x0044, NOUPLOAD, },
28958c2ecf20Sopenharmony_ci	[B2056_RX_TIA_SPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28968c2ecf20Sopenharmony_ci	[B2056_RX_TIA_SPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
28978c2ecf20Sopenharmony_ci	[B2056_RX_BB_LPF_MASTER]	= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
28988c2ecf20Sopenharmony_ci	[B2056_RX_AACI_MASTER]		= { .ghz5 = 0x0008, .ghz2 = 0x0008, NOUPLOAD, },
28998c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_IDAC]		= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
29008c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OPAMPBIAS_LOWQ]	= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
29018c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OPAMPBIAS_HIGHQ]= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
29028c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_BIAS_DCCANCEL]	= { .ghz5 = 0x0002, .ghz2 = 0x0002, NOUPLOAD, },
29038c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OUTVCM]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, UPLOAD, },
29048c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_INVCM_BODY]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, NOUPLOAD, },
29058c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_CC_OP]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, NOUPLOAD, },
29068c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_GAIN]		= { .ghz5 = 0x0023, .ghz2 = 0x0023, NOUPLOAD, },
29078c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_Q_BW]		= { .ghz5 = 0x0041, .ghz2 = 0x0041, NOUPLOAD, },
29088c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_HP_CORNER_BW]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
29098c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_RCCAL_HPC]	= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
29108c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29118c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29128c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29138c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29148c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29158c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29168c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29178c2ecf20Sopenharmony_ci	[B2056_RX_RXHPF_OFF7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29188c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_RCCAL_LPC]	= { .ghz5 = 0x000c, .ghz2 = 0x000c, NOUPLOAD, },
29198c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_0]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29208c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29218c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29228c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_3]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29238c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OFF_4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29248c2ecf20Sopenharmony_ci	[B2056_RX_UNUSED]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29258c2ecf20Sopenharmony_ci	[B2056_RX_VGA_MASTER]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
29268c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
29278c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS_DCCANCEL]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
29288c2ecf20Sopenharmony_ci	[B2056_RX_VGA_GAIN]		= { .ghz5 = 0x000a, .ghz2 = 0x000a, NOUPLOAD, },
29298c2ecf20Sopenharmony_ci	[B2056_RX_VGA_HP_CORNER_BW]	= { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
29308c2ecf20Sopenharmony_ci	[B2056_RX_VGABUF_BIAS]		= { .ghz5 = 0x0022, .ghz2 = 0x0022, NOUPLOAD, },
29318c2ecf20Sopenharmony_ci	[B2056_RX_VGABUF_GAIN_BW]	= { .ghz5 = 0x0030, .ghz2 = 0x0030, NOUPLOAD, },
29328c2ecf20Sopenharmony_ci	[B2056_RX_TXFBMIX_A]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29338c2ecf20Sopenharmony_ci	[B2056_RX_TXFBMIX_G]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29348c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE1]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29358c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE2]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29368c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE3]		= { .ghz5 = 0x0005, .ghz2 = 0x0005, UPLOAD, },
29378c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE4]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29388c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE5]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29398c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE6]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29408c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE7]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29418c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE8]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29428c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE9]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29438c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE10]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29448c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE11]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29458c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE12]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29468c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE13]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29478c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE14]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29488c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE15]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29498c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE16]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29508c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_LNAA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29518c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_LNAG_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29528c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_MIXTIA_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29538c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29548c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_VGA_BUF_GAIN]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29558c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_Q]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29568c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_BUF_BW]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29578c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_VGA_HPC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29588c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_RXLPF_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29598c2ecf20Sopenharmony_ci	[B2056_RX_STATUS_HPC_RC]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
29608c2ecf20Sopenharmony_ci};
29618c2ecf20Sopenharmony_ci
29628c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev11_syn[] = {
29638c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_PFD]		= { .ghz5 = 0x0006, .ghz2 = 0x0006, UPLOAD, },
29648c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_CP2]		= { .ghz5 = 0x003f, .ghz2 = 0x003f, UPLOAD, },
29658c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER1]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, UPLOAD, },
29668c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER2]	= { .ghz5 = 0x0006, .ghz2 = 0x0006, UPLOAD, },
29678c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_LOOPFILTER4]	= { .ghz5 = 0x002b, .ghz2 = 0x002b, UPLOAD, },
29688c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCO2]		= { .ghz5 = 0x00f7, .ghz2 = 0x00f7, UPLOAD, },
29698c2ecf20Sopenharmony_ci	[B2056_SYN_PLL_VCOCAL12]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
29708c2ecf20Sopenharmony_ci	[B2056_SYN_LOGENBUF2]		= { .ghz5 = 0x008f, .ghz2 = 0x008f, UPLOAD, },
29718c2ecf20Sopenharmony_ci};
29728c2ecf20Sopenharmony_ci
29738c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev11_tx[] = {
29748c2ecf20Sopenharmony_ci	[B2056_TX_PA_SPARE2]		= { .ghz5 = 0x00ee, .ghz2 = 0x00ee, UPLOAD, },
29758c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IAUX_STAT]	= { .ghz5 = 0x0050, .ghz2 = 0x0050, UPLOAD, },
29768c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_IMAIN_STAT]	= { .ghz5 = 0x0050, .ghz2 = 0x0050, UPLOAD, },
29778c2ecf20Sopenharmony_ci	[B2056_TX_INTPAA_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
29788c2ecf20Sopenharmony_ci	[B2056_TX_INTPAG_PASLOPE]	= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
29798c2ecf20Sopenharmony_ci	[B2056_TX_PADA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
29808c2ecf20Sopenharmony_ci	[B2056_TX_PADA_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
29818c2ecf20Sopenharmony_ci	[B2056_TX_PADG_SLOPE]		= { .ghz5 = 0x0070, .ghz2 = 0x0070, UPLOAD, },
29828c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
29838c2ecf20Sopenharmony_ci	[B2056_TX_PGAA_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
29848c2ecf20Sopenharmony_ci	[B2056_TX_PGAG_SLOPE]		= { .ghz5 = 0x0077, .ghz2 = 0x0077, UPLOAD, },
29858c2ecf20Sopenharmony_ci	[B2056_TX_GMBB_IDAC]		= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
29868c2ecf20Sopenharmony_ci	[B2056_TX_TXSPARE1]		= { .ghz5 = 0x0030, .ghz2 = 0x0030, UPLOAD, },
29878c2ecf20Sopenharmony_ci};
29888c2ecf20Sopenharmony_ci
29898c2ecf20Sopenharmony_cistatic const struct b2056_inittab_entry b2056_inittab_radio_rev11_rx[] = {
29908c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAA1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
29918c2ecf20Sopenharmony_ci	[B2056_RX_LNAA2_IDAC]		= { .ghz5 = 0x00ff, .ghz2 = 0x00ff, UPLOAD, },
29928c2ecf20Sopenharmony_ci	[B2056_RX_BIASPOLE_LNAG1_IDAC]	= { .ghz5 = 0x0017, .ghz2 = 0x0017, UPLOAD, },
29938c2ecf20Sopenharmony_ci	[B2056_RX_LNAG2_IDAC]		= { .ghz5 = 0x00f0, .ghz2 = 0x00f0, UPLOAD, },
29948c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_VCM]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, UPLOAD, },
29958c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_LOB_BIAS]	= { .ghz5 = 0x0088, .ghz2 = 0x0088, UPLOAD, },
29968c2ecf20Sopenharmony_ci	[B2056_RX_MIXA_BIAS_AUX]	= { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
29978c2ecf20Sopenharmony_ci	[B2056_RX_MIXG_VCM]		= { .ghz5 = 0x0055, .ghz2 = 0x0055, UPLOAD, },
29988c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IOPAMP]		= { .ghz5 = 0x0026, .ghz2 = 0x0026, UPLOAD, },
29998c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QOPAMP]		= { .ghz5 = 0x0026, .ghz2 = 0x0026, UPLOAD, },
30008c2ecf20Sopenharmony_ci	[B2056_RX_TIA_IMISC]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
30018c2ecf20Sopenharmony_ci	[B2056_RX_TIA_QMISC]		= { .ghz5 = 0x000f, .ghz2 = 0x000f, UPLOAD, },
30028c2ecf20Sopenharmony_ci	[B2056_RX_RXLPF_OUTVCM]		= { .ghz5 = 0x0004, .ghz2 = 0x0004, UPLOAD, },
30038c2ecf20Sopenharmony_ci	[B2056_RX_VGA_BIAS_DCCANCEL]	= { .ghz5 = 0x0000, .ghz2 = 0x0000, UPLOAD, },
30048c2ecf20Sopenharmony_ci	[B2056_RX_RXSPARE3]		= { .ghz5 = 0x0005, .ghz2 = 0x0005, UPLOAD, },
30058c2ecf20Sopenharmony_ci};
30068c2ecf20Sopenharmony_ci
30078c2ecf20Sopenharmony_ci#define INITTABSPTS(prefix) \
30088c2ecf20Sopenharmony_ci	static const struct b2056_inittabs_pts prefix = {	\
30098c2ecf20Sopenharmony_ci		.syn		= prefix##_syn,			\
30108c2ecf20Sopenharmony_ci		.syn_length	= ARRAY_SIZE(prefix##_syn),	\
30118c2ecf20Sopenharmony_ci		.tx		= prefix##_tx,			\
30128c2ecf20Sopenharmony_ci		.tx_length	= ARRAY_SIZE(prefix##_tx),	\
30138c2ecf20Sopenharmony_ci		.rx		= prefix##_rx,			\
30148c2ecf20Sopenharmony_ci		.rx_length	= ARRAY_SIZE(prefix##_rx),	\
30158c2ecf20Sopenharmony_ci	}
30168c2ecf20Sopenharmony_ci
30178c2ecf20Sopenharmony_ciINITTABSPTS(b2056_inittab_phy_rev3);
30188c2ecf20Sopenharmony_ciINITTABSPTS(b2056_inittab_phy_rev4);
30198c2ecf20Sopenharmony_ciINITTABSPTS(b2056_inittab_radio_rev5);
30208c2ecf20Sopenharmony_ciINITTABSPTS(b2056_inittab_radio_rev6);
30218c2ecf20Sopenharmony_ciINITTABSPTS(b2056_inittab_radio_rev7_9);
30228c2ecf20Sopenharmony_ciINITTABSPTS(b2056_inittab_radio_rev8);
30238c2ecf20Sopenharmony_ciINITTABSPTS(b2056_inittab_radio_rev11);
30248c2ecf20Sopenharmony_ci
30258c2ecf20Sopenharmony_ci#define RADIOREGS3(r00, r01, r02, r03, r04, r05, r06, r07, r08, r09, \
30268c2ecf20Sopenharmony_ci		   r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \
30278c2ecf20Sopenharmony_ci		   r20, r21, r22, r23, r24, r25, r26, r27, r28, r29, \
30288c2ecf20Sopenharmony_ci		   r30, r31, r32, r33, r34, r35, r36) \
30298c2ecf20Sopenharmony_ci	.radio_syn_pll_vcocal1		= r00,	\
30308c2ecf20Sopenharmony_ci	.radio_syn_pll_vcocal2		= r01,	\
30318c2ecf20Sopenharmony_ci	.radio_syn_pll_refdiv		= r02,	\
30328c2ecf20Sopenharmony_ci	.radio_syn_pll_mmd2		= r03,	\
30338c2ecf20Sopenharmony_ci	.radio_syn_pll_mmd1		= r04,	\
30348c2ecf20Sopenharmony_ci	.radio_syn_pll_loopfilter1	= r05,	\
30358c2ecf20Sopenharmony_ci	.radio_syn_pll_loopfilter2	= r06,	\
30368c2ecf20Sopenharmony_ci	.radio_syn_pll_loopfilter3	= r07,	\
30378c2ecf20Sopenharmony_ci	.radio_syn_pll_loopfilter4	= r08,	\
30388c2ecf20Sopenharmony_ci	.radio_syn_pll_loopfilter5	= r09,	\
30398c2ecf20Sopenharmony_ci	.radio_syn_reserved_addr27	= r10,	\
30408c2ecf20Sopenharmony_ci	.radio_syn_reserved_addr28	= r11,	\
30418c2ecf20Sopenharmony_ci	.radio_syn_reserved_addr29	= r12,	\
30428c2ecf20Sopenharmony_ci	.radio_syn_logen_vcobuf1	= r13,	\
30438c2ecf20Sopenharmony_ci	.radio_syn_logen_mixer2		= r14,	\
30448c2ecf20Sopenharmony_ci	.radio_syn_logen_buf3		= r15,	\
30458c2ecf20Sopenharmony_ci	.radio_syn_logen_buf4		= r16,	\
30468c2ecf20Sopenharmony_ci	.radio_rx0_lnaa_tune		= r17,	\
30478c2ecf20Sopenharmony_ci	.radio_rx0_lnag_tune		= r18,	\
30488c2ecf20Sopenharmony_ci	.radio_tx0_intpaa_boost_tune	= r19,	\
30498c2ecf20Sopenharmony_ci	.radio_tx0_intpag_boost_tune	= r20,	\
30508c2ecf20Sopenharmony_ci	.radio_tx0_pada_boost_tune	= r21,	\
30518c2ecf20Sopenharmony_ci	.radio_tx0_padg_boost_tune	= r22,	\
30528c2ecf20Sopenharmony_ci	.radio_tx0_pgaa_boost_tune	= r23,	\
30538c2ecf20Sopenharmony_ci	.radio_tx0_pgag_boost_tune	= r24,	\
30548c2ecf20Sopenharmony_ci	.radio_tx0_mixa_boost_tune	= r25,	\
30558c2ecf20Sopenharmony_ci	.radio_tx0_mixg_boost_tune	= r26,	\
30568c2ecf20Sopenharmony_ci	.radio_rx1_lnaa_tune		= r27,	\
30578c2ecf20Sopenharmony_ci	.radio_rx1_lnag_tune		= r28,	\
30588c2ecf20Sopenharmony_ci	.radio_tx1_intpaa_boost_tune	= r29,	\
30598c2ecf20Sopenharmony_ci	.radio_tx1_intpag_boost_tune	= r30,	\
30608c2ecf20Sopenharmony_ci	.radio_tx1_pada_boost_tune	= r31,	\
30618c2ecf20Sopenharmony_ci	.radio_tx1_padg_boost_tune	= r32,	\
30628c2ecf20Sopenharmony_ci	.radio_tx1_pgaa_boost_tune	= r33,	\
30638c2ecf20Sopenharmony_ci	.radio_tx1_pgag_boost_tune	= r34,	\
30648c2ecf20Sopenharmony_ci	.radio_tx1_mixa_boost_tune	= r35,	\
30658c2ecf20Sopenharmony_ci	.radio_tx1_mixg_boost_tune	= r36
30668c2ecf20Sopenharmony_ci
30678c2ecf20Sopenharmony_ci#define PHYREGS(r0, r1, r2, r3, r4, r5)	\
30688c2ecf20Sopenharmony_ci	.phy_regs.phy_bw1a	= r0,	\
30698c2ecf20Sopenharmony_ci	.phy_regs.phy_bw2	= r1,	\
30708c2ecf20Sopenharmony_ci	.phy_regs.phy_bw3	= r2,	\
30718c2ecf20Sopenharmony_ci	.phy_regs.phy_bw4	= r3,	\
30728c2ecf20Sopenharmony_ci	.phy_regs.phy_bw5	= r4,	\
30738c2ecf20Sopenharmony_ci	.phy_regs.phy_bw6	= r5
30748c2ecf20Sopenharmony_ci
30758c2ecf20Sopenharmony_ci/* https://bcm-v4.sipsolutions.net/802.11/Radio/2056/ChannelTable */
30768c2ecf20Sopenharmony_cistatic const struct b43_nphy_channeltab_entry_rev3 b43_nphy_channeltab_phy_rev3[] = {
30778c2ecf20Sopenharmony_ci  {	.freq			= 4920,
30788c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xec, 0x05, 0x05, 0x04,
30798c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
30808c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0b,
30818c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x08, 0x00, 0x7f,
30828c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
30838c2ecf20Sopenharmony_ci	PHYREGS(0x07b4, 0x07b0, 0x07ac, 0x0214, 0x0215, 0x0216),
30848c2ecf20Sopenharmony_ci  },
30858c2ecf20Sopenharmony_ci  {	.freq			= 4930,
30868c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xed, 0x05, 0x05, 0x04,
30878c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
30888c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0b,
30898c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x08, 0x00, 0x7f,
30908c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
30918c2ecf20Sopenharmony_ci	PHYREGS(0x07b8, 0x07b4, 0x07b0, 0x0213, 0x0214, 0x0215),
30928c2ecf20Sopenharmony_ci  },
30938c2ecf20Sopenharmony_ci  {	.freq			= 4940,
30948c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xee, 0x05, 0x05, 0x04,
30958c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
30968c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0b,
30978c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x08, 0x00, 0x7f,
30988c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
30998c2ecf20Sopenharmony_ci	PHYREGS(0x07bc, 0x07b8, 0x07b4, 0x0212, 0x0213, 0x0214),
31008c2ecf20Sopenharmony_ci  },
31018c2ecf20Sopenharmony_ci  {	.freq			= 4950,
31028c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xef, 0x05, 0x05, 0x04,
31038c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
31048c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0b,
31058c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x08, 0x00, 0x7f,
31068c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
31078c2ecf20Sopenharmony_ci	PHYREGS(0x07c0, 0x07bc, 0x07b8, 0x0211, 0x0212, 0x0213),
31088c2ecf20Sopenharmony_ci  },
31098c2ecf20Sopenharmony_ci  {	.freq			= 4960,
31108c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf0, 0x05, 0x05, 0x04,
31118c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
31128c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0b,
31138c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x08, 0x00, 0x7f,
31148c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
31158c2ecf20Sopenharmony_ci	PHYREGS(0x07c4, 0x07c0, 0x07bc, 0x020f, 0x0211, 0x0212),
31168c2ecf20Sopenharmony_ci  },
31178c2ecf20Sopenharmony_ci  {	.freq			= 4970,
31188c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf1, 0x05, 0x05, 0x04,
31198c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
31208c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0b,
31218c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x08, 0x00, 0x7f,
31228c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
31238c2ecf20Sopenharmony_ci	PHYREGS(0x07c8, 0x07c4, 0x07c0, 0x020e, 0x020f, 0x0211),
31248c2ecf20Sopenharmony_ci  },
31258c2ecf20Sopenharmony_ci  {	.freq			= 4980,
31268c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf2, 0x05, 0x05, 0x04,
31278c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
31288c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0b,
31298c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x08, 0x00, 0x7f,
31308c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
31318c2ecf20Sopenharmony_ci	PHYREGS(0x07cc, 0x07c8, 0x07c4, 0x020d, 0x020e, 0x020f),
31328c2ecf20Sopenharmony_ci  },
31338c2ecf20Sopenharmony_ci  {	.freq			= 4990,
31348c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf3, 0x05, 0x05, 0x04,
31358c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
31368c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0b,
31378c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x08, 0x00, 0x7f,
31388c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
31398c2ecf20Sopenharmony_ci	PHYREGS(0x07d0, 0x07cc, 0x07c8, 0x020c, 0x020d, 0x020e),
31408c2ecf20Sopenharmony_ci  },
31418c2ecf20Sopenharmony_ci  {	.freq			= 5000,
31428c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf4, 0x05, 0x05, 0x04,
31438c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
31448c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
31458c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
31468c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
31478c2ecf20Sopenharmony_ci	PHYREGS(0x07d4, 0x07d0, 0x07cc, 0x020b, 0x020c, 0x020d),
31488c2ecf20Sopenharmony_ci  },
31498c2ecf20Sopenharmony_ci  {	.freq			= 5010,
31508c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf5, 0x05, 0x05, 0x04,
31518c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
31528c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
31538c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
31548c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
31558c2ecf20Sopenharmony_ci	PHYREGS(0x07d8, 0x07d4, 0x07d0, 0x020a, 0x020b, 0x020c),
31568c2ecf20Sopenharmony_ci  },
31578c2ecf20Sopenharmony_ci  {	.freq			= 5020,
31588c2ecf20Sopenharmony_ci	RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf6, 0x05, 0x05, 0x04,
31598c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
31608c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
31618c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
31628c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
31638c2ecf20Sopenharmony_ci	PHYREGS(0x07dc, 0x07d8, 0x07d4, 0x0209, 0x020a, 0x020b),
31648c2ecf20Sopenharmony_ci  },
31658c2ecf20Sopenharmony_ci  {	.freq			= 5030,
31668c2ecf20Sopenharmony_ci	RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf7, 0x05, 0x05, 0x04,
31678c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
31688c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
31698c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
31708c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
31718c2ecf20Sopenharmony_ci	PHYREGS(0x07e0, 0x07dc, 0x07d8, 0x0208, 0x0209, 0x020a),
31728c2ecf20Sopenharmony_ci  },
31738c2ecf20Sopenharmony_ci  {	.freq			= 5040,
31748c2ecf20Sopenharmony_ci	RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf8, 0x05, 0x05, 0x04,
31758c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
31768c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
31778c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
31788c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
31798c2ecf20Sopenharmony_ci	PHYREGS(0x07e4, 0x07e0, 0x07dc, 0x0207, 0x0208, 0x0209),
31808c2ecf20Sopenharmony_ci  },
31818c2ecf20Sopenharmony_ci  {	.freq			= 5050,
31828c2ecf20Sopenharmony_ci	RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf9, 0x05, 0x05, 0x04,
31838c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
31848c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
31858c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
31868c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
31878c2ecf20Sopenharmony_ci	PHYREGS(0x07e8, 0x07e4, 0x07e0, 0x0206, 0x0207, 0x0208),
31888c2ecf20Sopenharmony_ci  },
31898c2ecf20Sopenharmony_ci  {	.freq			= 5060,
31908c2ecf20Sopenharmony_ci	RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfa, 0x05, 0x05, 0x04,
31918c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
31928c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
31938c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
31948c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
31958c2ecf20Sopenharmony_ci	PHYREGS(0x07ec, 0x07e8, 0x07e4, 0x0205, 0x0206, 0x0207),
31968c2ecf20Sopenharmony_ci  },
31978c2ecf20Sopenharmony_ci  {	.freq			= 5070,
31988c2ecf20Sopenharmony_ci	RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfb, 0x05, 0x05, 0x04,
31998c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
32008c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
32018c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
32028c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
32038c2ecf20Sopenharmony_ci	PHYREGS(0x07f0, 0x07ec, 0x07e8, 0x0204, 0x0205, 0x0206),
32048c2ecf20Sopenharmony_ci  },
32058c2ecf20Sopenharmony_ci  {	.freq			= 5080,
32068c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfc, 0x05, 0x05, 0x04,
32078c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
32088c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
32098c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
32108c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
32118c2ecf20Sopenharmony_ci	PHYREGS(0x07f4, 0x07f0, 0x07ec, 0x0203, 0x0204, 0x0205),
32128c2ecf20Sopenharmony_ci  },
32138c2ecf20Sopenharmony_ci  {	.freq			= 5090,
32148c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfd, 0x05, 0x05, 0x04,
32158c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
32168c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
32178c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
32188c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
32198c2ecf20Sopenharmony_ci	PHYREGS(0x07f8, 0x07f4, 0x07f0, 0x0202, 0x0203, 0x0204),
32208c2ecf20Sopenharmony_ci  },
32218c2ecf20Sopenharmony_ci  {	.freq			= 5100,
32228c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xfe, 0x05, 0x05, 0x04,
32238c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
32248c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
32258c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
32268c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xff, 0x00),
32278c2ecf20Sopenharmony_ci	PHYREGS(0x07fc, 0x07f8, 0x07f4, 0x0201, 0x0202, 0x0203),
32288c2ecf20Sopenharmony_ci  },
32298c2ecf20Sopenharmony_ci  {	.freq			= 5110,
32308c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xff, 0x05, 0x05, 0x04,
32318c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
32328c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
32338c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
32348c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xfc, 0x00),
32358c2ecf20Sopenharmony_ci	PHYREGS(0x0800, 0x07fc, 0x07f8, 0x0200, 0x0201, 0x0202),
32368c2ecf20Sopenharmony_ci  },
32378c2ecf20Sopenharmony_ci  {	.freq			= 5120,
32388c2ecf20Sopenharmony_ci	RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x00, 0x05, 0x05, 0x04,
32398c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
32408c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
32418c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
32428c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xfc, 0x00),
32438c2ecf20Sopenharmony_ci	PHYREGS(0x0804, 0x0800, 0x07fc, 0x01ff, 0x0200, 0x0201),
32448c2ecf20Sopenharmony_ci  },
32458c2ecf20Sopenharmony_ci  {	.freq			= 5130,
32468c2ecf20Sopenharmony_ci	RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x01, 0x05, 0x05, 0x04,
32478c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
32488c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
32498c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
32508c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xfc, 0x00),
32518c2ecf20Sopenharmony_ci	PHYREGS(0x0808, 0x0804, 0x0800, 0x01fe, 0x01ff, 0x0200),
32528c2ecf20Sopenharmony_ci  },
32538c2ecf20Sopenharmony_ci  {	.freq			= 5140,
32548c2ecf20Sopenharmony_ci	RADIOREGS3(0xc6, 0x01, 0x01, 0x02, 0x02, 0x05, 0x05, 0x04,
32558c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
32568c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
32578c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
32588c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xfc, 0x00),
32598c2ecf20Sopenharmony_ci	PHYREGS(0x080c, 0x0808, 0x0804, 0x01fd, 0x01fe, 0x01ff),
32608c2ecf20Sopenharmony_ci  },
32618c2ecf20Sopenharmony_ci  {	.freq			= 5160,
32628c2ecf20Sopenharmony_ci	RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x04, 0x05, 0x05, 0x04,
32638c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
32648c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
32658c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
32668c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xfc, 0x00),
32678c2ecf20Sopenharmony_ci	PHYREGS(0x0814, 0x0810, 0x080c, 0x01fb, 0x01fc, 0x01fd),
32688c2ecf20Sopenharmony_ci  },
32698c2ecf20Sopenharmony_ci  {	.freq			= 5170,
32708c2ecf20Sopenharmony_ci	RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x05, 0x05, 0x05, 0x04,
32718c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
32728c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
32738c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xff, 0x00, 0x07, 0x00, 0x7f,
32748c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xfc, 0x00),
32758c2ecf20Sopenharmony_ci	PHYREGS(0x0818, 0x0814, 0x0810, 0x01fa, 0x01fb, 0x01fc),
32768c2ecf20Sopenharmony_ci  },
32778c2ecf20Sopenharmony_ci  {	.freq			= 5180,
32788c2ecf20Sopenharmony_ci	RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x06, 0x05, 0x05, 0x04,
32798c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
32808c2ecf20Sopenharmony_ci		   0xff, 0xef, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
32818c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xef, 0x00, 0x07, 0x00, 0x7f,
32828c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xfc, 0x00),
32838c2ecf20Sopenharmony_ci	PHYREGS(0x081c, 0x0818, 0x0814, 0x01f9, 0x01fa, 0x01fb),
32848c2ecf20Sopenharmony_ci  },
32858c2ecf20Sopenharmony_ci  {	.freq			= 5190,
32868c2ecf20Sopenharmony_ci	RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x07, 0x05, 0x05, 0x04,
32878c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
32888c2ecf20Sopenharmony_ci		   0xff, 0xef, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0b,
32898c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xef, 0x00, 0x07, 0x00, 0x7f,
32908c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xfc, 0x00),
32918c2ecf20Sopenharmony_ci	PHYREGS(0x0820, 0x081c, 0x0818, 0x01f8, 0x01f9, 0x01fa),
32928c2ecf20Sopenharmony_ci  },
32938c2ecf20Sopenharmony_ci  {	.freq			= 5200,
32948c2ecf20Sopenharmony_ci	RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x08, 0x05, 0x05, 0x04,
32958c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
32968c2ecf20Sopenharmony_ci		   0xff, 0xef, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0a,
32978c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xef, 0x00, 0x06, 0x00, 0x7f,
32988c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xfc, 0x00),
32998c2ecf20Sopenharmony_ci	PHYREGS(0x0824, 0x0820, 0x081c, 0x01f7, 0x01f8, 0x01f9),
33008c2ecf20Sopenharmony_ci  },
33018c2ecf20Sopenharmony_ci  {	.freq			= 5210,
33028c2ecf20Sopenharmony_ci	RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x09, 0x05, 0x05, 0x04,
33038c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
33048c2ecf20Sopenharmony_ci		   0xff, 0xdf, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0a,
33058c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xdf, 0x00, 0x06, 0x00, 0x7f,
33068c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xfc, 0x00),
33078c2ecf20Sopenharmony_ci	PHYREGS(0x0828, 0x0824, 0x0820, 0x01f6, 0x01f7, 0x01f8),
33088c2ecf20Sopenharmony_ci  },
33098c2ecf20Sopenharmony_ci  {	.freq			= 5220,
33108c2ecf20Sopenharmony_ci	RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0a, 0x05, 0x05, 0x04,
33118c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
33128c2ecf20Sopenharmony_ci		   0xff, 0xdf, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0a,
33138c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xdf, 0x00, 0x06, 0x00, 0x7f,
33148c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xfc, 0x00),
33158c2ecf20Sopenharmony_ci	PHYREGS(0x082c, 0x0828, 0x0824, 0x01f5, 0x01f6, 0x01f7),
33168c2ecf20Sopenharmony_ci  },
33178c2ecf20Sopenharmony_ci  {	.freq			= 5230,
33188c2ecf20Sopenharmony_ci	RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0b, 0x05, 0x05, 0x04,
33198c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
33208c2ecf20Sopenharmony_ci		   0xff, 0xdf, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0a,
33218c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xdf, 0x00, 0x06, 0x00, 0x7f,
33228c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xfc, 0x00),
33238c2ecf20Sopenharmony_ci	PHYREGS(0x0830, 0x082c, 0x0828, 0x01f4, 0x01f5, 0x01f6),
33248c2ecf20Sopenharmony_ci  },
33258c2ecf20Sopenharmony_ci  {	.freq			= 5240,
33268c2ecf20Sopenharmony_ci	RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0c, 0x05, 0x05, 0x04,
33278c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
33288c2ecf20Sopenharmony_ci		   0xff, 0xcf, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0a,
33298c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xcf, 0x00, 0x06, 0x00, 0x7f,
33308c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xfc, 0x00),
33318c2ecf20Sopenharmony_ci	PHYREGS(0x0834, 0x0830, 0x082c, 0x01f3, 0x01f4, 0x01f5),
33328c2ecf20Sopenharmony_ci  },
33338c2ecf20Sopenharmony_ci  {	.freq			= 5250,
33348c2ecf20Sopenharmony_ci	RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0d, 0x05, 0x05, 0x04,
33358c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
33368c2ecf20Sopenharmony_ci		   0xff, 0xcf, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0a,
33378c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xcf, 0x00, 0x06, 0x00, 0x7f,
33388c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xfc, 0x00),
33398c2ecf20Sopenharmony_ci	PHYREGS(0x0838, 0x0834, 0x0830, 0x01f2, 0x01f3, 0x01f4),
33408c2ecf20Sopenharmony_ci  },
33418c2ecf20Sopenharmony_ci  {	.freq			= 5260,
33428c2ecf20Sopenharmony_ci	RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0e, 0x05, 0x05, 0x04,
33438c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
33448c2ecf20Sopenharmony_ci		   0xff, 0xcf, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0a,
33458c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xcf, 0x00, 0x06, 0x00, 0x7f,
33468c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xfc, 0x00),
33478c2ecf20Sopenharmony_ci	PHYREGS(0x083c, 0x0838, 0x0834, 0x01f1, 0x01f2, 0x01f3),
33488c2ecf20Sopenharmony_ci  },
33498c2ecf20Sopenharmony_ci  {	.freq			= 5270,
33508c2ecf20Sopenharmony_ci	RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0f, 0x05, 0x05, 0x04,
33518c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0f, 0x00,
33528c2ecf20Sopenharmony_ci		   0xff, 0xcf, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0a,
33538c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xcf, 0x00, 0x06, 0x00, 0x7f,
33548c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xfc, 0x00),
33558c2ecf20Sopenharmony_ci	PHYREGS(0x0840, 0x083c, 0x0838, 0x01f0, 0x01f1, 0x01f2),
33568c2ecf20Sopenharmony_ci  },
33578c2ecf20Sopenharmony_ci  {	.freq			= 5280,
33588c2ecf20Sopenharmony_ci	RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x10, 0x05, 0x05, 0x04,
33598c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0f, 0x00,
33608c2ecf20Sopenharmony_ci		   0xff, 0xbf, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0a,
33618c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xbf, 0x00, 0x06, 0x00, 0x7f,
33628c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xfc, 0x00),
33638c2ecf20Sopenharmony_ci	PHYREGS(0x0844, 0x0840, 0x083c, 0x01f0, 0x01f0, 0x01f1),
33648c2ecf20Sopenharmony_ci  },
33658c2ecf20Sopenharmony_ci  {	.freq			= 5290,
33668c2ecf20Sopenharmony_ci	RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x11, 0x05, 0x05, 0x04,
33678c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0f, 0x00,
33688c2ecf20Sopenharmony_ci		   0xff, 0xbf, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0a,
33698c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xbf, 0x00, 0x06, 0x00, 0x7f,
33708c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xfc, 0x00),
33718c2ecf20Sopenharmony_ci	PHYREGS(0x0848, 0x0844, 0x0840, 0x01ef, 0x01f0, 0x01f0),
33728c2ecf20Sopenharmony_ci  },
33738c2ecf20Sopenharmony_ci  {	.freq			= 5300,
33748c2ecf20Sopenharmony_ci	RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x12, 0x05, 0x05, 0x04,
33758c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
33768c2ecf20Sopenharmony_ci		   0xff, 0xbf, 0x00, 0x05, 0x00, 0x7f, 0x00, 0x09,
33778c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xbf, 0x00, 0x05, 0x00, 0x7f,
33788c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xfc, 0x00),
33798c2ecf20Sopenharmony_ci	PHYREGS(0x084c, 0x0848, 0x0844, 0x01ee, 0x01ef, 0x01f0),
33808c2ecf20Sopenharmony_ci  },
33818c2ecf20Sopenharmony_ci  {	.freq			= 5310,
33828c2ecf20Sopenharmony_ci	RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x13, 0x05, 0x05, 0x04,
33838c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
33848c2ecf20Sopenharmony_ci		   0xff, 0xbf, 0x00, 0x05, 0x00, 0x7f, 0x00, 0x09,
33858c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0xbf, 0x00, 0x05, 0x00, 0x7f,
33868c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xfa, 0x00),
33878c2ecf20Sopenharmony_ci	PHYREGS(0x0850, 0x084c, 0x0848, 0x01ed, 0x01ee, 0x01ef),
33888c2ecf20Sopenharmony_ci  },
33898c2ecf20Sopenharmony_ci  {	.freq			= 5320,
33908c2ecf20Sopenharmony_ci	RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x14, 0x05, 0x05, 0x04,
33918c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
33928c2ecf20Sopenharmony_ci		   0xff, 0xbf, 0x00, 0x05, 0x00, 0x7f, 0x00, 0x09,
33938c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0xbf, 0x00, 0x05, 0x00, 0x7f,
33948c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xfa, 0x00),
33958c2ecf20Sopenharmony_ci	PHYREGS(0x0854, 0x0850, 0x084c, 0x01ec, 0x01ed, 0x01ee),
33968c2ecf20Sopenharmony_ci  },
33978c2ecf20Sopenharmony_ci  {	.freq			= 5330,
33988c2ecf20Sopenharmony_ci	RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x15, 0x05, 0x05, 0x04,
33998c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
34008c2ecf20Sopenharmony_ci		   0xff, 0xaf, 0x00, 0x05, 0x00, 0x7f, 0x00, 0x09,
34018c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0xaf, 0x00, 0x05, 0x00, 0x7f,
34028c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xfa, 0x00),
34038c2ecf20Sopenharmony_ci	PHYREGS(0x0858, 0x0854, 0x0850, 0x01eb, 0x01ec, 0x01ed),
34048c2ecf20Sopenharmony_ci  },
34058c2ecf20Sopenharmony_ci  {	.freq			= 5340,
34068c2ecf20Sopenharmony_ci	RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x16, 0x05, 0x05, 0x04,
34078c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
34088c2ecf20Sopenharmony_ci		   0xff, 0xaf, 0x00, 0x05, 0x00, 0x7f, 0x00, 0x09,
34098c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0xaf, 0x00, 0x05, 0x00, 0x7f,
34108c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xfa, 0x00),
34118c2ecf20Sopenharmony_ci	PHYREGS(0x085c, 0x0858, 0x0854, 0x01ea, 0x01eb, 0x01ec),
34128c2ecf20Sopenharmony_ci  },
34138c2ecf20Sopenharmony_ci  {	.freq			= 5350,
34148c2ecf20Sopenharmony_ci	RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x17, 0x05, 0x05, 0x04,
34158c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
34168c2ecf20Sopenharmony_ci		   0xff, 0x9f, 0x00, 0x05, 0x00, 0x7f, 0x00, 0x09,
34178c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x9f, 0x00, 0x05, 0x00, 0x7f,
34188c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xfa, 0x00),
34198c2ecf20Sopenharmony_ci	PHYREGS(0x0860, 0x085c, 0x0858, 0x01e9, 0x01ea, 0x01eb),
34208c2ecf20Sopenharmony_ci  },
34218c2ecf20Sopenharmony_ci  {	.freq			= 5360,
34228c2ecf20Sopenharmony_ci	RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x18, 0x05, 0x05, 0x04,
34238c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
34248c2ecf20Sopenharmony_ci		   0xff, 0x9f, 0x00, 0x05, 0x00, 0x7f, 0x00, 0x09,
34258c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x9f, 0x00, 0x05, 0x00, 0x7f,
34268c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xfa, 0x00),
34278c2ecf20Sopenharmony_ci	PHYREGS(0x0864, 0x0860, 0x085c, 0x01e8, 0x01e9, 0x01ea),
34288c2ecf20Sopenharmony_ci  },
34298c2ecf20Sopenharmony_ci  {	.freq			= 5370,
34308c2ecf20Sopenharmony_ci	RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x19, 0x05, 0x05, 0x04,
34318c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
34328c2ecf20Sopenharmony_ci		   0xff, 0x9f, 0x00, 0x05, 0x00, 0x7f, 0x00, 0x09,
34338c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x9f, 0x00, 0x05, 0x00, 0x7f,
34348c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xfa, 0x00),
34358c2ecf20Sopenharmony_ci	PHYREGS(0x0868, 0x0864, 0x0860, 0x01e7, 0x01e8, 0x01e9),
34368c2ecf20Sopenharmony_ci  },
34378c2ecf20Sopenharmony_ci  {	.freq			= 5380,
34388c2ecf20Sopenharmony_ci	RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1a, 0x05, 0x05, 0x04,
34398c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
34408c2ecf20Sopenharmony_ci		   0xff, 0x9f, 0x00, 0x05, 0x00, 0x7f, 0x00, 0x09,
34418c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x9f, 0x00, 0x05, 0x00, 0x7f,
34428c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xfa, 0x00),
34438c2ecf20Sopenharmony_ci	PHYREGS(0x086c, 0x0868, 0x0864, 0x01e6, 0x01e7, 0x01e8),
34448c2ecf20Sopenharmony_ci  },
34458c2ecf20Sopenharmony_ci  {	.freq			= 5390,
34468c2ecf20Sopenharmony_ci	RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1b, 0x05, 0x05, 0x04,
34478c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
34488c2ecf20Sopenharmony_ci		   0xff, 0x8f, 0x00, 0x05, 0x00, 0x7f, 0x00, 0x09,
34498c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x8f, 0x00, 0x05, 0x00, 0x7f,
34508c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xfa, 0x00),
34518c2ecf20Sopenharmony_ci	PHYREGS(0x0870, 0x086c, 0x0868, 0x01e5, 0x01e6, 0x01e7),
34528c2ecf20Sopenharmony_ci  },
34538c2ecf20Sopenharmony_ci  {	.freq			= 5400,
34548c2ecf20Sopenharmony_ci	RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1c, 0x05, 0x05, 0x04,
34558c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
34568c2ecf20Sopenharmony_ci		   0xc8, 0x8f, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x08,
34578c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x8f, 0x00, 0x04, 0x00, 0x7f,
34588c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0xfa, 0x00),
34598c2ecf20Sopenharmony_ci	PHYREGS(0x0874, 0x0870, 0x086c, 0x01e5, 0x01e5, 0x01e6),
34608c2ecf20Sopenharmony_ci  },
34618c2ecf20Sopenharmony_ci  {	.freq			= 5410,
34628c2ecf20Sopenharmony_ci	RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1d, 0x05, 0x05, 0x04,
34638c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
34648c2ecf20Sopenharmony_ci		   0xc8, 0x8f, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x08,
34658c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x8f, 0x00, 0x04, 0x00, 0x7f,
34668c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0xfa, 0x00),
34678c2ecf20Sopenharmony_ci	PHYREGS(0x0878, 0x0874, 0x0870, 0x01e4, 0x01e5, 0x01e5),
34688c2ecf20Sopenharmony_ci  },
34698c2ecf20Sopenharmony_ci  {	.freq			= 5420,
34708c2ecf20Sopenharmony_ci	RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1e, 0x05, 0x05, 0x04,
34718c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
34728c2ecf20Sopenharmony_ci		   0xc8, 0x8e, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x08,
34738c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x8e, 0x00, 0x04, 0x00, 0x7f,
34748c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0xfa, 0x00),
34758c2ecf20Sopenharmony_ci	PHYREGS(0x087c, 0x0878, 0x0874, 0x01e3, 0x01e4, 0x01e5),
34768c2ecf20Sopenharmony_ci  },
34778c2ecf20Sopenharmony_ci  {	.freq			= 5430,
34788c2ecf20Sopenharmony_ci	RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1f, 0x05, 0x05, 0x04,
34798c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
34808c2ecf20Sopenharmony_ci		   0xc8, 0x8e, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x08,
34818c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x8e, 0x00, 0x04, 0x00, 0x7f,
34828c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0xfa, 0x00),
34838c2ecf20Sopenharmony_ci	PHYREGS(0x0880, 0x087c, 0x0878, 0x01e2, 0x01e3, 0x01e4),
34848c2ecf20Sopenharmony_ci  },
34858c2ecf20Sopenharmony_ci  {	.freq			= 5440,
34868c2ecf20Sopenharmony_ci	RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x20, 0x05, 0x05, 0x04,
34878c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
34888c2ecf20Sopenharmony_ci		   0xc8, 0x7e, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x08,
34898c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x7e, 0x00, 0x04, 0x00, 0x7f,
34908c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0xfa, 0x00),
34918c2ecf20Sopenharmony_ci	PHYREGS(0x0884, 0x0880, 0x087c, 0x01e1, 0x01e2, 0x01e3),
34928c2ecf20Sopenharmony_ci  },
34938c2ecf20Sopenharmony_ci  {	.freq			= 5450,
34948c2ecf20Sopenharmony_ci	RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x21, 0x05, 0x05, 0x04,
34958c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
34968c2ecf20Sopenharmony_ci		   0xc8, 0x7d, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x08,
34978c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x7d, 0x00, 0x04, 0x00, 0x7f,
34988c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0xfa, 0x00),
34998c2ecf20Sopenharmony_ci	PHYREGS(0x0888, 0x0884, 0x0880, 0x01e0, 0x01e1, 0x01e2),
35008c2ecf20Sopenharmony_ci  },
35018c2ecf20Sopenharmony_ci  {	.freq			= 5460,
35028c2ecf20Sopenharmony_ci	RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x22, 0x05, 0x05, 0x04,
35038c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
35048c2ecf20Sopenharmony_ci		   0xc8, 0x6d, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x08,
35058c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x6d, 0x00, 0x04, 0x00, 0x7f,
35068c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0xf8, 0x00),
35078c2ecf20Sopenharmony_ci	PHYREGS(0x088c, 0x0888, 0x0884, 0x01df, 0x01e0, 0x01e1),
35088c2ecf20Sopenharmony_ci  },
35098c2ecf20Sopenharmony_ci  {	.freq			= 5470,
35108c2ecf20Sopenharmony_ci	RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x23, 0x05, 0x05, 0x04,
35118c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
35128c2ecf20Sopenharmony_ci		   0xc8, 0x6d, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x08,
35138c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x6d, 0x00, 0x04, 0x00, 0x7f,
35148c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0xf8, 0x00),
35158c2ecf20Sopenharmony_ci	PHYREGS(0x0890, 0x088c, 0x0888, 0x01de, 0x01df, 0x01e0),
35168c2ecf20Sopenharmony_ci  },
35178c2ecf20Sopenharmony_ci  {	.freq			= 5480,
35188c2ecf20Sopenharmony_ci	RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x24, 0x05, 0x05, 0x04,
35198c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
35208c2ecf20Sopenharmony_ci		   0xc8, 0x5d, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x08,
35218c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x5d, 0x00, 0x04, 0x00, 0x7f,
35228c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0xf8, 0x00),
35238c2ecf20Sopenharmony_ci	PHYREGS(0x0894, 0x0890, 0x088c, 0x01dd, 0x01de, 0x01df),
35248c2ecf20Sopenharmony_ci  },
35258c2ecf20Sopenharmony_ci  {	.freq			= 5490,
35268c2ecf20Sopenharmony_ci	RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x25, 0x05, 0x05, 0x04,
35278c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
35288c2ecf20Sopenharmony_ci		   0xc8, 0x5c, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x08,
35298c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x5c, 0x00, 0x04, 0x00, 0x7f,
35308c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0xf8, 0x00),
35318c2ecf20Sopenharmony_ci	PHYREGS(0x0898, 0x0894, 0x0890, 0x01dd, 0x01dd, 0x01de),
35328c2ecf20Sopenharmony_ci  },
35338c2ecf20Sopenharmony_ci  {	.freq			= 5500,
35348c2ecf20Sopenharmony_ci	RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x26, 0x05, 0x05, 0x04,
35358c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
35368c2ecf20Sopenharmony_ci		   0x84, 0x5c, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
35378c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x5c, 0x00, 0x03, 0x00, 0x7f,
35388c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
35398c2ecf20Sopenharmony_ci	PHYREGS(0x089c, 0x0898, 0x0894, 0x01dc, 0x01dd, 0x01dd),
35408c2ecf20Sopenharmony_ci  },
35418c2ecf20Sopenharmony_ci  {	.freq			= 5510,
35428c2ecf20Sopenharmony_ci	RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x27, 0x05, 0x05, 0x04,
35438c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
35448c2ecf20Sopenharmony_ci		   0x84, 0x4c, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
35458c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x4c, 0x00, 0x03, 0x00, 0x7f,
35468c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
35478c2ecf20Sopenharmony_ci	PHYREGS(0x08a0, 0x089c, 0x0898, 0x01db, 0x01dc, 0x01dd),
35488c2ecf20Sopenharmony_ci  },
35498c2ecf20Sopenharmony_ci  {	.freq			= 5520,
35508c2ecf20Sopenharmony_ci	RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x28, 0x05, 0x05, 0x04,
35518c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
35528c2ecf20Sopenharmony_ci		   0x84, 0x4c, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
35538c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x4c, 0x00, 0x03, 0x00, 0x7f,
35548c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
35558c2ecf20Sopenharmony_ci	PHYREGS(0x08a4, 0x08a0, 0x089c, 0x01da, 0x01db, 0x01dc),
35568c2ecf20Sopenharmony_ci  },
35578c2ecf20Sopenharmony_ci  {	.freq			= 5530,
35588c2ecf20Sopenharmony_ci	RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x29, 0x05, 0x05, 0x04,
35598c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
35608c2ecf20Sopenharmony_ci		   0x84, 0x3b, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
35618c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x3b, 0x00, 0x03, 0x00, 0x7f,
35628c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
35638c2ecf20Sopenharmony_ci	PHYREGS(0x08a8, 0x08a4, 0x08a0, 0x01d9, 0x01da, 0x01db),
35648c2ecf20Sopenharmony_ci  },
35658c2ecf20Sopenharmony_ci  {	.freq			= 5540,
35668c2ecf20Sopenharmony_ci	RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2a, 0x05, 0x05, 0x04,
35678c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
35688c2ecf20Sopenharmony_ci		   0x84, 0x3b, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
35698c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x3b, 0x00, 0x03, 0x00, 0x7f,
35708c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
35718c2ecf20Sopenharmony_ci	PHYREGS(0x08ac, 0x08a8, 0x08a4, 0x01d8, 0x01d9, 0x01da),
35728c2ecf20Sopenharmony_ci  },
35738c2ecf20Sopenharmony_ci  {	.freq			= 5550,
35748c2ecf20Sopenharmony_ci	RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2b, 0x05, 0x05, 0x04,
35758c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
35768c2ecf20Sopenharmony_ci		   0x84, 0x3b, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
35778c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x3b, 0x00, 0x03, 0x00, 0x7f,
35788c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
35798c2ecf20Sopenharmony_ci	PHYREGS(0x08b0, 0x08ac, 0x08a8, 0x01d7, 0x01d8, 0x01d9),
35808c2ecf20Sopenharmony_ci  },
35818c2ecf20Sopenharmony_ci  {	.freq			= 5560,
35828c2ecf20Sopenharmony_ci	RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2c, 0x05, 0x05, 0x04,
35838c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
35848c2ecf20Sopenharmony_ci		   0x84, 0x2b, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
35858c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x2b, 0x00, 0x03, 0x00, 0x7f,
35868c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
35878c2ecf20Sopenharmony_ci	PHYREGS(0x08b4, 0x08b0, 0x08ac, 0x01d7, 0x01d7, 0x01d8),
35888c2ecf20Sopenharmony_ci  },
35898c2ecf20Sopenharmony_ci  {	.freq			= 5570,
35908c2ecf20Sopenharmony_ci	RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2d, 0x05, 0x05, 0x04,
35918c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
35928c2ecf20Sopenharmony_ci		   0x84, 0x2a, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
35938c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x2a, 0x00, 0x03, 0x00, 0x7f,
35948c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
35958c2ecf20Sopenharmony_ci	PHYREGS(0x08b8, 0x08b4, 0x08b0, 0x01d6, 0x01d7, 0x01d7),
35968c2ecf20Sopenharmony_ci  },
35978c2ecf20Sopenharmony_ci  {	.freq			= 5580,
35988c2ecf20Sopenharmony_ci	RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2e, 0x05, 0x05, 0x04,
35998c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
36008c2ecf20Sopenharmony_ci		   0x84, 0x1a, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
36018c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x1a, 0x00, 0x03, 0x00, 0x7f,
36028c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
36038c2ecf20Sopenharmony_ci	PHYREGS(0x08bc, 0x08b8, 0x08b4, 0x01d5, 0x01d6, 0x01d7),
36048c2ecf20Sopenharmony_ci  },
36058c2ecf20Sopenharmony_ci  {	.freq			= 5590,
36068c2ecf20Sopenharmony_ci	RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2f, 0x05, 0x05, 0x04,
36078c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
36088c2ecf20Sopenharmony_ci		   0x84, 0x1a, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
36098c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x1a, 0x00, 0x03, 0x00, 0x7f,
36108c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
36118c2ecf20Sopenharmony_ci	PHYREGS(0x08c0, 0x08bc, 0x08b8, 0x01d4, 0x01d5, 0x01d6),
36128c2ecf20Sopenharmony_ci  },
36138c2ecf20Sopenharmony_ci  {	.freq			= 5600,
36148c2ecf20Sopenharmony_ci	RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x30, 0x05, 0x05, 0x04,
36158c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
36168c2ecf20Sopenharmony_ci		   0x70, 0x1a, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
36178c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x1a, 0x00, 0x03, 0x00, 0x7f,
36188c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
36198c2ecf20Sopenharmony_ci	PHYREGS(0x08c4, 0x08c0, 0x08bc, 0x01d3, 0x01d4, 0x01d5),
36208c2ecf20Sopenharmony_ci  },
36218c2ecf20Sopenharmony_ci  {	.freq			= 5610,
36228c2ecf20Sopenharmony_ci	RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x31, 0x05, 0x05, 0x04,
36238c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
36248c2ecf20Sopenharmony_ci		   0x70, 0x19, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
36258c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x19, 0x00, 0x03, 0x00, 0x7f,
36268c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
36278c2ecf20Sopenharmony_ci	PHYREGS(0x08c8, 0x08c4, 0x08c0, 0x01d2, 0x01d3, 0x01d4),
36288c2ecf20Sopenharmony_ci  },
36298c2ecf20Sopenharmony_ci  {	.freq			= 5620,
36308c2ecf20Sopenharmony_ci	RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x32, 0x05, 0x05, 0x04,
36318c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
36328c2ecf20Sopenharmony_ci		   0x70, 0x19, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
36338c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x19, 0x00, 0x03, 0x00, 0x7f,
36348c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
36358c2ecf20Sopenharmony_ci	PHYREGS(0x08cc, 0x08c8, 0x08c4, 0x01d2, 0x01d2, 0x01d3),
36368c2ecf20Sopenharmony_ci  },
36378c2ecf20Sopenharmony_ci  {	.freq			= 5630,
36388c2ecf20Sopenharmony_ci	RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x33, 0x05, 0x05, 0x04,
36398c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
36408c2ecf20Sopenharmony_ci		   0x70, 0x09, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
36418c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x09, 0x00, 0x03, 0x00, 0x7f,
36428c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
36438c2ecf20Sopenharmony_ci	PHYREGS(0x08d0, 0x08cc, 0x08c8, 0x01d1, 0x01d2, 0x01d2),
36448c2ecf20Sopenharmony_ci  },
36458c2ecf20Sopenharmony_ci  {	.freq			= 5640,
36468c2ecf20Sopenharmony_ci	RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x34, 0x05, 0x05, 0x04,
36478c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
36488c2ecf20Sopenharmony_ci		   0x70, 0x09, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
36498c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x09, 0x00, 0x03, 0x00, 0x7f,
36508c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
36518c2ecf20Sopenharmony_ci	PHYREGS(0x08d4, 0x08d0, 0x08cc, 0x01d0, 0x01d1, 0x01d2),
36528c2ecf20Sopenharmony_ci  },
36538c2ecf20Sopenharmony_ci  {	.freq			= 5650,
36548c2ecf20Sopenharmony_ci	RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x35, 0x05, 0x05, 0x04,
36558c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
36568c2ecf20Sopenharmony_ci		   0x70, 0x08, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
36578c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x08, 0x00, 0x03, 0x00, 0x7f,
36588c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf8, 0x00),
36598c2ecf20Sopenharmony_ci	PHYREGS(0x08d8, 0x08d4, 0x08d0, 0x01cf, 0x01d0, 0x01d1),
36608c2ecf20Sopenharmony_ci  },
36618c2ecf20Sopenharmony_ci  {	.freq			= 5660,
36628c2ecf20Sopenharmony_ci	RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x36, 0x05, 0x05, 0x04,
36638c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
36648c2ecf20Sopenharmony_ci		   0x70, 0x08, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
36658c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x08, 0x00, 0x03, 0x00, 0x7f,
36668c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf6, 0x00),
36678c2ecf20Sopenharmony_ci	PHYREGS(0x08dc, 0x08d8, 0x08d4, 0x01ce, 0x01cf, 0x01d0),
36688c2ecf20Sopenharmony_ci  },
36698c2ecf20Sopenharmony_ci  {	.freq			= 5670,
36708c2ecf20Sopenharmony_ci	RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x37, 0x05, 0x05, 0x04,
36718c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
36728c2ecf20Sopenharmony_ci		   0x70, 0x08, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
36738c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x08, 0x00, 0x03, 0x00, 0x7f,
36748c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf6, 0x00),
36758c2ecf20Sopenharmony_ci	PHYREGS(0x08e0, 0x08dc, 0x08d8, 0x01ce, 0x01ce, 0x01cf),
36768c2ecf20Sopenharmony_ci  },
36778c2ecf20Sopenharmony_ci  {	.freq			= 5680,
36788c2ecf20Sopenharmony_ci	RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x38, 0x05, 0x05, 0x04,
36798c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
36808c2ecf20Sopenharmony_ci		   0x70, 0x08, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
36818c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x08, 0x00, 0x03, 0x00, 0x7f,
36828c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf6, 0x00),
36838c2ecf20Sopenharmony_ci	PHYREGS(0x08e4, 0x08e0, 0x08dc, 0x01cd, 0x01ce, 0x01ce),
36848c2ecf20Sopenharmony_ci  },
36858c2ecf20Sopenharmony_ci  {	.freq			= 5690,
36868c2ecf20Sopenharmony_ci	RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x39, 0x05, 0x05, 0x04,
36878c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
36888c2ecf20Sopenharmony_ci		   0x70, 0x07, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x07,
36898c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x07, 0x00, 0x03, 0x00, 0x7f,
36908c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf6, 0x00),
36918c2ecf20Sopenharmony_ci	PHYREGS(0x08e8, 0x08e4, 0x08e0, 0x01cc, 0x01cd, 0x01ce),
36928c2ecf20Sopenharmony_ci  },
36938c2ecf20Sopenharmony_ci  {	.freq			= 5700,
36948c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3a, 0x05, 0x05, 0x04,
36958c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
36968c2ecf20Sopenharmony_ci		   0x40, 0x07, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
36978c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x07, 0x00, 0x02, 0x00, 0x7f,
36988c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf6, 0x00),
36998c2ecf20Sopenharmony_ci	PHYREGS(0x08ec, 0x08e8, 0x08e4, 0x01cb, 0x01cc, 0x01cd),
37008c2ecf20Sopenharmony_ci  },
37018c2ecf20Sopenharmony_ci  {	.freq			= 5710,
37028c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3b, 0x05, 0x05, 0x04,
37038c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
37048c2ecf20Sopenharmony_ci		   0x40, 0x07, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
37058c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x07, 0x00, 0x02, 0x00, 0x7f,
37068c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
37078c2ecf20Sopenharmony_ci	PHYREGS(0x08f0, 0x08ec, 0x08e8, 0x01ca, 0x01cb, 0x01cc),
37088c2ecf20Sopenharmony_ci  },
37098c2ecf20Sopenharmony_ci  {	.freq			= 5720,
37108c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3c, 0x05, 0x05, 0x04,
37118c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
37128c2ecf20Sopenharmony_ci		   0x40, 0x07, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
37138c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x07, 0x00, 0x02, 0x00, 0x7f,
37148c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
37158c2ecf20Sopenharmony_ci	PHYREGS(0x08f4, 0x08f0, 0x08ec, 0x01c9, 0x01ca, 0x01cb),
37168c2ecf20Sopenharmony_ci  },
37178c2ecf20Sopenharmony_ci  {	.freq			= 5725,
37188c2ecf20Sopenharmony_ci	RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x79, 0x07, 0x07, 0x04,
37198c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
37208c2ecf20Sopenharmony_ci		   0x40, 0x06, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
37218c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x06, 0x00, 0x02, 0x00, 0x7f,
37228c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
37238c2ecf20Sopenharmony_ci	PHYREGS(0x08f6, 0x08f2, 0x08ee, 0x01c9, 0x01ca, 0x01cb),
37248c2ecf20Sopenharmony_ci  },
37258c2ecf20Sopenharmony_ci  {	.freq			= 5730,
37268c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3d, 0x05, 0x05, 0x04,
37278c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
37288c2ecf20Sopenharmony_ci		   0x40, 0x06, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
37298c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x06, 0x00, 0x02, 0x00, 0x7f,
37308c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
37318c2ecf20Sopenharmony_ci	PHYREGS(0x08f8, 0x08f4, 0x08f0, 0x01c9, 0x01c9, 0x01ca),
37328c2ecf20Sopenharmony_ci  },
37338c2ecf20Sopenharmony_ci  {	.freq			= 5735,
37348c2ecf20Sopenharmony_ci	RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x7b, 0x07, 0x07, 0x04,
37358c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
37368c2ecf20Sopenharmony_ci		   0x40, 0x06, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
37378c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x06, 0x00, 0x02, 0x00, 0x7f,
37388c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
37398c2ecf20Sopenharmony_ci	PHYREGS(0x08fa, 0x08f6, 0x08f2, 0x01c8, 0x01c9, 0x01ca),
37408c2ecf20Sopenharmony_ci  },
37418c2ecf20Sopenharmony_ci  {	.freq			= 5740,
37428c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3e, 0x05, 0x05, 0x04,
37438c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
37448c2ecf20Sopenharmony_ci		   0x40, 0x06, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
37458c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x06, 0x00, 0x02, 0x00, 0x7f,
37468c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
37478c2ecf20Sopenharmony_ci	PHYREGS(0x08fc, 0x08f8, 0x08f4, 0x01c8, 0x01c9, 0x01c9),
37488c2ecf20Sopenharmony_ci  },
37498c2ecf20Sopenharmony_ci  {	.freq			= 5745,
37508c2ecf20Sopenharmony_ci	RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7d, 0x07, 0x07, 0x04,
37518c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
37528c2ecf20Sopenharmony_ci		   0x40, 0x06, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
37538c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x06, 0x00, 0x02, 0x00, 0x7f,
37548c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
37558c2ecf20Sopenharmony_ci	PHYREGS(0x08fe, 0x08fa, 0x08f6, 0x01c8, 0x01c8, 0x01c9),
37568c2ecf20Sopenharmony_ci  },
37578c2ecf20Sopenharmony_ci  {	.freq			= 5750,
37588c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3f, 0x05, 0x05, 0x04,
37598c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
37608c2ecf20Sopenharmony_ci		   0x40, 0x06, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
37618c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x06, 0x00, 0x02, 0x00, 0x7f,
37628c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
37638c2ecf20Sopenharmony_ci	PHYREGS(0x0900, 0x08fc, 0x08f8, 0x01c7, 0x01c8, 0x01c9),
37648c2ecf20Sopenharmony_ci  },
37658c2ecf20Sopenharmony_ci  {	.freq			= 5755,
37668c2ecf20Sopenharmony_ci	RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7f, 0x07, 0x07, 0x04,
37678c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
37688c2ecf20Sopenharmony_ci		   0x40, 0x05, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
37698c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x05, 0x00, 0x02, 0x00, 0x7f,
37708c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
37718c2ecf20Sopenharmony_ci	PHYREGS(0x0902, 0x08fe, 0x08fa, 0x01c7, 0x01c8, 0x01c8),
37728c2ecf20Sopenharmony_ci  },
37738c2ecf20Sopenharmony_ci  {	.freq			= 5760,
37748c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x40, 0x05, 0x05, 0x04,
37758c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
37768c2ecf20Sopenharmony_ci		   0x40, 0x05, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
37778c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x05, 0x00, 0x02, 0x00, 0x7f,
37788c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
37798c2ecf20Sopenharmony_ci	PHYREGS(0x0904, 0x0900, 0x08fc, 0x01c6, 0x01c7, 0x01c8),
37808c2ecf20Sopenharmony_ci  },
37818c2ecf20Sopenharmony_ci  {	.freq			= 5765,
37828c2ecf20Sopenharmony_ci	RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x81, 0x07, 0x07, 0x04,
37838c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
37848c2ecf20Sopenharmony_ci		   0x40, 0x05, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
37858c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x05, 0x00, 0x02, 0x00, 0x7f,
37868c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
37878c2ecf20Sopenharmony_ci	PHYREGS(0x0906, 0x0902, 0x08fe, 0x01c6, 0x01c7, 0x01c8),
37888c2ecf20Sopenharmony_ci  },
37898c2ecf20Sopenharmony_ci  {	.freq			= 5770,
37908c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x41, 0x05, 0x05, 0x04,
37918c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
37928c2ecf20Sopenharmony_ci		   0x40, 0x05, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
37938c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x05, 0x00, 0x02, 0x00, 0x7f,
37948c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
37958c2ecf20Sopenharmony_ci	PHYREGS(0x0908, 0x0904, 0x0900, 0x01c6, 0x01c6, 0x01c7),
37968c2ecf20Sopenharmony_ci  },
37978c2ecf20Sopenharmony_ci  {	.freq			= 5775,
37988c2ecf20Sopenharmony_ci	RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x83, 0x07, 0x07, 0x04,
37998c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
38008c2ecf20Sopenharmony_ci		   0x40, 0x05, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
38018c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x05, 0x00, 0x02, 0x00, 0x7f,
38028c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38038c2ecf20Sopenharmony_ci	PHYREGS(0x090a, 0x0906, 0x0902, 0x01c5, 0x01c6, 0x01c7),
38048c2ecf20Sopenharmony_ci  },
38058c2ecf20Sopenharmony_ci  {	.freq			= 5780,
38068c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x42, 0x05, 0x05, 0x04,
38078c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
38088c2ecf20Sopenharmony_ci		   0x40, 0x05, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
38098c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x05, 0x00, 0x02, 0x00, 0x7f,
38108c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38118c2ecf20Sopenharmony_ci	PHYREGS(0x090c, 0x0908, 0x0904, 0x01c5, 0x01c6, 0x01c6),
38128c2ecf20Sopenharmony_ci  },
38138c2ecf20Sopenharmony_ci  {	.freq			= 5785,
38148c2ecf20Sopenharmony_ci	RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x85, 0x07, 0x07, 0x04,
38158c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x8a, 0x06, 0x00,
38168c2ecf20Sopenharmony_ci		   0x40, 0x04, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
38178c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x04, 0x00, 0x02, 0x00, 0x7f,
38188c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38198c2ecf20Sopenharmony_ci	PHYREGS(0x090e, 0x090a, 0x0906, 0x01c4, 0x01c5, 0x01c6),
38208c2ecf20Sopenharmony_ci  },
38218c2ecf20Sopenharmony_ci  {	.freq			= 5790,
38228c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x43, 0x05, 0x05, 0x04,
38238c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x8a, 0x06, 0x00,
38248c2ecf20Sopenharmony_ci		   0x40, 0x04, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
38258c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x04, 0x00, 0x02, 0x00, 0x7f,
38268c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38278c2ecf20Sopenharmony_ci	PHYREGS(0x0910, 0x090c, 0x0908, 0x01c4, 0x01c5, 0x01c6),
38288c2ecf20Sopenharmony_ci  },
38298c2ecf20Sopenharmony_ci  {	.freq			= 5795,
38308c2ecf20Sopenharmony_ci	RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x87, 0x07, 0x07, 0x04,
38318c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x8a, 0x06, 0x00,
38328c2ecf20Sopenharmony_ci		   0x40, 0x04, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x06,
38338c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x04, 0x00, 0x02, 0x00, 0x7f,
38348c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38358c2ecf20Sopenharmony_ci	PHYREGS(0x0912, 0x090e, 0x090a, 0x01c4, 0x01c4, 0x01c5),
38368c2ecf20Sopenharmony_ci  },
38378c2ecf20Sopenharmony_ci  {	.freq			= 5800,
38388c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x44, 0x05, 0x05, 0x04,
38398c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
38408c2ecf20Sopenharmony_ci		   0x20, 0x04, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
38418c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x04, 0x00, 0x00, 0x00, 0x7f,
38428c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38438c2ecf20Sopenharmony_ci	PHYREGS(0x0914, 0x0910, 0x090c, 0x01c3, 0x01c4, 0x01c5),
38448c2ecf20Sopenharmony_ci  },
38458c2ecf20Sopenharmony_ci  {	.freq			= 5805,
38468c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x89, 0x07, 0x07, 0x04,
38478c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
38488c2ecf20Sopenharmony_ci		   0x20, 0x04, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
38498c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x04, 0x00, 0x00, 0x00, 0x7f,
38508c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38518c2ecf20Sopenharmony_ci	PHYREGS(0x0916, 0x0912, 0x090e, 0x01c3, 0x01c4, 0x01c4),
38528c2ecf20Sopenharmony_ci  },
38538c2ecf20Sopenharmony_ci  {	.freq			= 5810,
38548c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x45, 0x05, 0x05, 0x04,
38558c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
38568c2ecf20Sopenharmony_ci		   0x20, 0x04, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
38578c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x04, 0x00, 0x00, 0x00, 0x7f,
38588c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38598c2ecf20Sopenharmony_ci	PHYREGS(0x0918, 0x0914, 0x0910, 0x01c2, 0x01c3, 0x01c4),
38608c2ecf20Sopenharmony_ci  },
38618c2ecf20Sopenharmony_ci  {	.freq			= 5815,
38628c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8b, 0x07, 0x07, 0x04,
38638c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
38648c2ecf20Sopenharmony_ci		   0x20, 0x04, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
38658c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x04, 0x00, 0x00, 0x00, 0x7f,
38668c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38678c2ecf20Sopenharmony_ci	PHYREGS(0x091a, 0x0916, 0x0912, 0x01c2, 0x01c3, 0x01c4),
38688c2ecf20Sopenharmony_ci  },
38698c2ecf20Sopenharmony_ci  {	.freq			= 5820,
38708c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x46, 0x05, 0x05, 0x04,
38718c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
38728c2ecf20Sopenharmony_ci		   0x20, 0x03, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
38738c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x03, 0x00, 0x00, 0x00, 0x7f,
38748c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38758c2ecf20Sopenharmony_ci	PHYREGS(0x091c, 0x0918, 0x0914, 0x01c2, 0x01c2, 0x01c3),
38768c2ecf20Sopenharmony_ci  },
38778c2ecf20Sopenharmony_ci  {	.freq			= 5825,
38788c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8d, 0x07, 0x07, 0x04,
38798c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
38808c2ecf20Sopenharmony_ci		   0x20, 0x03, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
38818c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x03, 0x00, 0x00, 0x00, 0x7f,
38828c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38838c2ecf20Sopenharmony_ci	PHYREGS(0x091e, 0x091a, 0x0916, 0x01c1, 0x01c2, 0x01c3),
38848c2ecf20Sopenharmony_ci  },
38858c2ecf20Sopenharmony_ci  {	.freq			= 5830,
38868c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x47, 0x05, 0x05, 0x04,
38878c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
38888c2ecf20Sopenharmony_ci		   0x20, 0x03, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
38898c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x03, 0x00, 0x00, 0x00, 0x7f,
38908c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38918c2ecf20Sopenharmony_ci	PHYREGS(0x0920, 0x091c, 0x0918, 0x01c1, 0x01c2, 0x01c2),
38928c2ecf20Sopenharmony_ci  },
38938c2ecf20Sopenharmony_ci  {	.freq			= 5840,
38948c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x48, 0x05, 0x05, 0x04,
38958c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
38968c2ecf20Sopenharmony_ci		   0x20, 0x03, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
38978c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x03, 0x00, 0x00, 0x00, 0x7f,
38988c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
38998c2ecf20Sopenharmony_ci	PHYREGS(0x0924, 0x0920, 0x091c, 0x01c0, 0x01c1, 0x01c2),
39008c2ecf20Sopenharmony_ci  },
39018c2ecf20Sopenharmony_ci  {	.freq			= 5850,
39028c2ecf20Sopenharmony_ci	RADIOREGS3(0xe0, 0x00, 0x01, 0x02, 0x49, 0x05, 0x05, 0x04,
39038c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
39048c2ecf20Sopenharmony_ci		   0x20, 0x03, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
39058c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x03, 0x00, 0x00, 0x00, 0x7f,
39068c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf4, 0x00),
39078c2ecf20Sopenharmony_ci	PHYREGS(0x0928, 0x0924, 0x0920, 0x01bf, 0x01c0, 0x01c1),
39088c2ecf20Sopenharmony_ci  },
39098c2ecf20Sopenharmony_ci  {	.freq			= 5860,
39108c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x00, 0x01, 0x02, 0x4a, 0x05, 0x05, 0x04,
39118c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
39128c2ecf20Sopenharmony_ci		   0x20, 0x03, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
39138c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x03, 0x00, 0x00, 0x00, 0x7f,
39148c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf2, 0x00),
39158c2ecf20Sopenharmony_ci	PHYREGS(0x092c, 0x0928, 0x0924, 0x01bf, 0x01bf, 0x01c0),
39168c2ecf20Sopenharmony_ci  },
39178c2ecf20Sopenharmony_ci  {	.freq			= 5870,
39188c2ecf20Sopenharmony_ci	RADIOREGS3(0xdb, 0x00, 0x01, 0x02, 0x4b, 0x05, 0x05, 0x04,
39198c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
39208c2ecf20Sopenharmony_ci		   0x20, 0x02, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
39218c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x02, 0x00, 0x00, 0x00, 0x7f,
39228c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf2, 0x00),
39238c2ecf20Sopenharmony_ci	PHYREGS(0x0930, 0x092c, 0x0928, 0x01be, 0x01bf, 0x01bf),
39248c2ecf20Sopenharmony_ci  },
39258c2ecf20Sopenharmony_ci  {	.freq			= 5880,
39268c2ecf20Sopenharmony_ci	RADIOREGS3(0xd8, 0x00, 0x01, 0x02, 0x4c, 0x05, 0x05, 0x04,
39278c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
39288c2ecf20Sopenharmony_ci		   0x20, 0x02, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
39298c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x02, 0x00, 0x00, 0x00, 0x7f,
39308c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf2, 0x00),
39318c2ecf20Sopenharmony_ci	PHYREGS(0x0934, 0x0930, 0x092c, 0x01bd, 0x01be, 0x01bf),
39328c2ecf20Sopenharmony_ci  },
39338c2ecf20Sopenharmony_ci  {	.freq			= 5890,
39348c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4d, 0x05, 0x05, 0x04,
39358c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
39368c2ecf20Sopenharmony_ci		   0x20, 0x02, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x06,
39378c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x02, 0x00, 0x00, 0x00, 0x7f,
39388c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0xf2, 0x00),
39398c2ecf20Sopenharmony_ci	PHYREGS(0x0938, 0x0934, 0x0930, 0x01bc, 0x01bd, 0x01be),
39408c2ecf20Sopenharmony_ci  },
39418c2ecf20Sopenharmony_ci  {	.freq			= 5900,
39428c2ecf20Sopenharmony_ci	RADIOREGS3(0xd3, 0x00, 0x01, 0x02, 0x4e, 0x05, 0x05, 0x04,
39438c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x87, 0x03, 0x00,
39448c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x05,
39458c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x02, 0x00, 0x00, 0x00, 0x7f,
39468c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0xf2, 0x00),
39478c2ecf20Sopenharmony_ci	PHYREGS(0x093c, 0x0938, 0x0934, 0x01bc, 0x01bc, 0x01bd),
39488c2ecf20Sopenharmony_ci  },
39498c2ecf20Sopenharmony_ci  {	.freq			= 5910,
39508c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4f, 0x05, 0x05, 0x04,
39518c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x87, 0x03, 0x00,
39528c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x05,
39538c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x01, 0x00, 0x00, 0x00, 0x7f,
39548c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0xf2, 0x00),
39558c2ecf20Sopenharmony_ci	PHYREGS(0x0940, 0x093c, 0x0938, 0x01bb, 0x01bc, 0x01bc),
39568c2ecf20Sopenharmony_ci  },
39578c2ecf20Sopenharmony_ci  {	.freq			= 2412,
39588c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x6c, 0x08, 0x08, 0x04,
39598c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x04, 0x04, 0x04, 0x8f, 0x30, 0x00,
39608c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xff, 0x00, 0x05, 0x00, 0x70, 0x00,
39618c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0f, 0x00, 0xff, 0x00, 0x05, 0x00,
39628c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0f),
39638c2ecf20Sopenharmony_ci	PHYREGS(0x03c9, 0x03c5, 0x03c1, 0x043a, 0x043f, 0x0443),
39648c2ecf20Sopenharmony_ci  },
39658c2ecf20Sopenharmony_ci  {	.freq			= 2417,
39668c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x71, 0x08, 0x08, 0x04,
39678c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
39688c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xff, 0x00, 0x05, 0x00, 0x70, 0x00,
39698c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0f, 0x00, 0xff, 0x00, 0x05, 0x00,
39708c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0f),
39718c2ecf20Sopenharmony_ci	PHYREGS(0x03cb, 0x03c7, 0x03c3, 0x0438, 0x043d, 0x0441),
39728c2ecf20Sopenharmony_ci  },
39738c2ecf20Sopenharmony_ci  {	.freq			= 2422,
39748c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x76, 0x08, 0x08, 0x04,
39758c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
39768c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xff, 0x00, 0x05, 0x00, 0x70, 0x00,
39778c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0f, 0x00, 0xff, 0x00, 0x05, 0x00,
39788c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0f),
39798c2ecf20Sopenharmony_ci	PHYREGS(0x03cd, 0x03c9, 0x03c5, 0x0436, 0x043a, 0x043f),
39808c2ecf20Sopenharmony_ci  },
39818c2ecf20Sopenharmony_ci  {	.freq			= 2427,
39828c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x7b, 0x08, 0x08, 0x04,
39838c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
39848c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xfd, 0x00, 0x05, 0x00, 0x70, 0x00,
39858c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0f, 0x00, 0xfd, 0x00, 0x05, 0x00,
39868c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0f),
39878c2ecf20Sopenharmony_ci	PHYREGS(0x03cf, 0x03cb, 0x03c7, 0x0434, 0x0438, 0x043d),
39888c2ecf20Sopenharmony_ci  },
39898c2ecf20Sopenharmony_ci  {	.freq			= 2432,
39908c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x80, 0x08, 0x08, 0x04,
39918c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
39928c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xfb, 0x00, 0x05, 0x00, 0x70, 0x00,
39938c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0f, 0x00, 0xfb, 0x00, 0x05, 0x00,
39948c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0f),
39958c2ecf20Sopenharmony_ci	PHYREGS(0x03d1, 0x03cd, 0x03c9, 0x0431, 0x0436, 0x043a),
39968c2ecf20Sopenharmony_ci  },
39978c2ecf20Sopenharmony_ci  {	.freq			= 2437,
39988c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x85, 0x08, 0x08, 0x04,
39998c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
40008c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xfa, 0x00, 0x05, 0x00, 0x70, 0x00,
40018c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0f, 0x00, 0xfa, 0x00, 0x05, 0x00,
40028c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0f),
40038c2ecf20Sopenharmony_ci	PHYREGS(0x03d3, 0x03cf, 0x03cb, 0x042f, 0x0434, 0x0438),
40048c2ecf20Sopenharmony_ci  },
40058c2ecf20Sopenharmony_ci  {	.freq			= 2442,
40068c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8a, 0x08, 0x08, 0x04,
40078c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
40088c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf8, 0x00, 0x05, 0x00, 0x70, 0x00,
40098c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0f, 0x00, 0xf8, 0x00, 0x05, 0x00,
40108c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0f),
40118c2ecf20Sopenharmony_ci	PHYREGS(0x03d5, 0x03d1, 0x03cd, 0x042d, 0x0431, 0x0436),
40128c2ecf20Sopenharmony_ci  },
40138c2ecf20Sopenharmony_ci  {	.freq			= 2447,
40148c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8f, 0x08, 0x08, 0x04,
40158c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
40168c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf7, 0x00, 0x05, 0x00, 0x70, 0x00,
40178c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0f, 0x00, 0xf7, 0x00, 0x05, 0x00,
40188c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0f),
40198c2ecf20Sopenharmony_ci	PHYREGS(0x03d7, 0x03d3, 0x03cf, 0x042b, 0x042f, 0x0434),
40208c2ecf20Sopenharmony_ci  },
40218c2ecf20Sopenharmony_ci  {	.freq			= 2452,
40228c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x94, 0x08, 0x08, 0x04,
40238c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
40248c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf6, 0x00, 0x05, 0x00, 0x70, 0x00,
40258c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0f, 0x00, 0xf6, 0x00, 0x05, 0x00,
40268c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0f),
40278c2ecf20Sopenharmony_ci	PHYREGS(0x03d9, 0x03d5, 0x03d1, 0x0429, 0x042d, 0x0431),
40288c2ecf20Sopenharmony_ci  },
40298c2ecf20Sopenharmony_ci  {	.freq			= 2457,
40308c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x99, 0x08, 0x08, 0x04,
40318c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
40328c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf5, 0x00, 0x05, 0x00, 0x70, 0x00,
40338c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0d, 0x00, 0xf5, 0x00, 0x05, 0x00,
40348c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0d),
40358c2ecf20Sopenharmony_ci	PHYREGS(0x03db, 0x03d7, 0x03d3, 0x0427, 0x042b, 0x042f),
40368c2ecf20Sopenharmony_ci  },
40378c2ecf20Sopenharmony_ci  {	.freq			= 2462,
40388c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x9e, 0x08, 0x08, 0x04,
40398c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
40408c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf4, 0x00, 0x05, 0x00, 0x70, 0x00,
40418c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0d, 0x00, 0xf4, 0x00, 0x05, 0x00,
40428c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0d),
40438c2ecf20Sopenharmony_ci	PHYREGS(0x03dd, 0x03d9, 0x03d5, 0x0424, 0x0429, 0x042d),
40448c2ecf20Sopenharmony_ci  },
40458c2ecf20Sopenharmony_ci  {	.freq			= 2467,
40468c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa3, 0x08, 0x08, 0x04,
40478c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
40488c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf3, 0x00, 0x05, 0x00, 0x70, 0x00,
40498c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0d, 0x00, 0xf3, 0x00, 0x05, 0x00,
40508c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0d),
40518c2ecf20Sopenharmony_ci	PHYREGS(0x03df, 0x03db, 0x03d7, 0x0422, 0x0427, 0x042b),
40528c2ecf20Sopenharmony_ci  },
40538c2ecf20Sopenharmony_ci  {	.freq			= 2472,
40548c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa8, 0x08, 0x08, 0x04,
40558c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x30, 0x00,
40568c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf2, 0x00, 0x05, 0x00, 0x70, 0x00,
40578c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0d, 0x00, 0xf2, 0x00, 0x05, 0x00,
40588c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0d),
40598c2ecf20Sopenharmony_ci	PHYREGS(0x03e1, 0x03dd, 0x03d9, 0x0420, 0x0424, 0x0429),
40608c2ecf20Sopenharmony_ci  },
40618c2ecf20Sopenharmony_ci  {	.freq			= 2484,
40628c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x03, 0x09, 0xb4, 0x08, 0x08, 0x04,
40638c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x30, 0x00,
40648c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf0, 0x00, 0x05, 0x00, 0x70, 0x00,
40658c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0d, 0x00, 0xf0, 0x00, 0x05, 0x00,
40668c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0d),
40678c2ecf20Sopenharmony_ci	PHYREGS(0x03e6, 0x03e2, 0x03de, 0x041b, 0x041f, 0x0424),
40688c2ecf20Sopenharmony_ci  },
40698c2ecf20Sopenharmony_ci};
40708c2ecf20Sopenharmony_ci
40718c2ecf20Sopenharmony_cistatic const struct b43_nphy_channeltab_entry_rev3 b43_nphy_channeltab_phy_rev4[] = {
40728c2ecf20Sopenharmony_ci  {	.freq			= 4920,
40738c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xec, 0x05, 0x05, 0x04,
40748c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
40758c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0e, 0x00, 0x7f, 0x00, 0x0f,
40768c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0e, 0x00, 0x7f,
40778c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
40788c2ecf20Sopenharmony_ci	PHYREGS(0x07b4, 0x07b0, 0x07ac, 0x0214, 0x0215, 0x0216),
40798c2ecf20Sopenharmony_ci  },
40808c2ecf20Sopenharmony_ci  {	.freq			= 4930,
40818c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xed, 0x05, 0x05, 0x04,
40828c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
40838c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0e, 0x00, 0x7f, 0x00, 0x0f,
40848c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0e, 0x00, 0x7f,
40858c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
40868c2ecf20Sopenharmony_ci	PHYREGS(0x07b8, 0x07b4, 0x07b0, 0x0213, 0x0214, 0x0215),
40878c2ecf20Sopenharmony_ci  },
40888c2ecf20Sopenharmony_ci  {	.freq			= 4940,
40898c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xee, 0x05, 0x05, 0x04,
40908c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
40918c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0e, 0x00, 0x7f, 0x00, 0x0f,
40928c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0e, 0x00, 0x7f,
40938c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
40948c2ecf20Sopenharmony_ci	PHYREGS(0x07bc, 0x07b8, 0x07b4, 0x0212, 0x0213, 0x0214),
40958c2ecf20Sopenharmony_ci  },
40968c2ecf20Sopenharmony_ci  {	.freq			= 4950,
40978c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xef, 0x05, 0x05, 0x04,
40988c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
40998c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0e, 0x00, 0x7f, 0x00, 0x0f,
41008c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0e, 0x00, 0x7f,
41018c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41028c2ecf20Sopenharmony_ci	PHYREGS(0x07c0, 0x07bc, 0x07b8, 0x0211, 0x0212, 0x0213),
41038c2ecf20Sopenharmony_ci  },
41048c2ecf20Sopenharmony_ci  {	.freq			= 4960,
41058c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf0, 0x05, 0x05, 0x04,
41068c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
41078c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0e, 0x00, 0x7f, 0x00, 0x0f,
41088c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0e, 0x00, 0x7f,
41098c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41108c2ecf20Sopenharmony_ci	PHYREGS(0x07c4, 0x07c0, 0x07bc, 0x020f, 0x0211, 0x0212),
41118c2ecf20Sopenharmony_ci  },
41128c2ecf20Sopenharmony_ci  {	.freq			= 4970,
41138c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf1, 0x05, 0x05, 0x04,
41148c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
41158c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0e, 0x00, 0x7f, 0x00, 0x0f,
41168c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0e, 0x00, 0x7f,
41178c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41188c2ecf20Sopenharmony_ci	PHYREGS(0x07c8, 0x07c4, 0x07c0, 0x020e, 0x020f, 0x0211),
41198c2ecf20Sopenharmony_ci  },
41208c2ecf20Sopenharmony_ci  {	.freq			= 4980,
41218c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf2, 0x05, 0x05, 0x04,
41228c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
41238c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0e, 0x00, 0x7f, 0x00, 0x0f,
41248c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0e, 0x00, 0x7f,
41258c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41268c2ecf20Sopenharmony_ci	PHYREGS(0x07cc, 0x07c8, 0x07c4, 0x020d, 0x020e, 0x020f),
41278c2ecf20Sopenharmony_ci  },
41288c2ecf20Sopenharmony_ci  {	.freq			= 4990,
41298c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf3, 0x05, 0x05, 0x04,
41308c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
41318c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0e, 0x00, 0x7f, 0x00, 0x0f,
41328c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0e, 0x00, 0x7f,
41338c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41348c2ecf20Sopenharmony_ci	PHYREGS(0x07d0, 0x07cc, 0x07c8, 0x020c, 0x020d, 0x020e),
41358c2ecf20Sopenharmony_ci  },
41368c2ecf20Sopenharmony_ci  {	.freq			= 5000,
41378c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf4, 0x05, 0x05, 0x04,
41388c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
41398c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0d, 0x00, 0x7f, 0x00, 0x0f,
41408c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0d, 0x00, 0x7f,
41418c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41428c2ecf20Sopenharmony_ci	PHYREGS(0x07d4, 0x07d0, 0x07cc, 0x020b, 0x020c, 0x020d),
41438c2ecf20Sopenharmony_ci  },
41448c2ecf20Sopenharmony_ci  {	.freq			= 5010,
41458c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf5, 0x05, 0x05, 0x04,
41468c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
41478c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0d, 0x00, 0x7f, 0x00, 0x0f,
41488c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0d, 0x00, 0x7f,
41498c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41508c2ecf20Sopenharmony_ci	PHYREGS(0x07d8, 0x07d4, 0x07d0, 0x020a, 0x020b, 0x020c),
41518c2ecf20Sopenharmony_ci  },
41528c2ecf20Sopenharmony_ci  {	.freq			= 5020,
41538c2ecf20Sopenharmony_ci	RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf6, 0x05, 0x05, 0x04,
41548c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
41558c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0d, 0x00, 0x7f, 0x00, 0x0f,
41568c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0d, 0x00, 0x7f,
41578c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41588c2ecf20Sopenharmony_ci	PHYREGS(0x07dc, 0x07d8, 0x07d4, 0x0209, 0x020a, 0x020b),
41598c2ecf20Sopenharmony_ci  },
41608c2ecf20Sopenharmony_ci  {	.freq			= 5030,
41618c2ecf20Sopenharmony_ci	RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf7, 0x05, 0x05, 0x04,
41628c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
41638c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0d, 0x00, 0x7f, 0x00, 0x0f,
41648c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0d, 0x00, 0x7f,
41658c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41668c2ecf20Sopenharmony_ci	PHYREGS(0x07e0, 0x07dc, 0x07d8, 0x0208, 0x0209, 0x020a),
41678c2ecf20Sopenharmony_ci  },
41688c2ecf20Sopenharmony_ci  {	.freq			= 5040,
41698c2ecf20Sopenharmony_ci	RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf8, 0x05, 0x05, 0x04,
41708c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
41718c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0d, 0x00, 0x7f, 0x00, 0x0f,
41728c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0d, 0x00, 0x7f,
41738c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41748c2ecf20Sopenharmony_ci	PHYREGS(0x07e4, 0x07e0, 0x07dc, 0x0207, 0x0208, 0x0209),
41758c2ecf20Sopenharmony_ci  },
41768c2ecf20Sopenharmony_ci  {	.freq			= 5050,
41778c2ecf20Sopenharmony_ci	RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf9, 0x05, 0x05, 0x04,
41788c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
41798c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0d, 0x00, 0x7f, 0x00, 0x0f,
41808c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0d, 0x00, 0x7f,
41818c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41828c2ecf20Sopenharmony_ci	PHYREGS(0x07e8, 0x07e4, 0x07e0, 0x0206, 0x0207, 0x0208),
41838c2ecf20Sopenharmony_ci  },
41848c2ecf20Sopenharmony_ci  {	.freq			= 5060,
41858c2ecf20Sopenharmony_ci	RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfa, 0x05, 0x05, 0x04,
41868c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
41878c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0d, 0x00, 0x7f, 0x00, 0x0f,
41888c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0d, 0x00, 0x7f,
41898c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41908c2ecf20Sopenharmony_ci	PHYREGS(0x07ec, 0x07e8, 0x07e4, 0x0205, 0x0206, 0x0207),
41918c2ecf20Sopenharmony_ci  },
41928c2ecf20Sopenharmony_ci  {	.freq			= 5070,
41938c2ecf20Sopenharmony_ci	RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfb, 0x05, 0x05, 0x04,
41948c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
41958c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0d, 0x00, 0x7f, 0x00, 0x0f,
41968c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0d, 0x00, 0x7f,
41978c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
41988c2ecf20Sopenharmony_ci	PHYREGS(0x07f0, 0x07ec, 0x07e8, 0x0204, 0x0205, 0x0206),
41998c2ecf20Sopenharmony_ci  },
42008c2ecf20Sopenharmony_ci  {	.freq			= 5080,
42018c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfc, 0x05, 0x05, 0x04,
42028c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
42038c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0d, 0x00, 0x7f, 0x00, 0x0f,
42048c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0d, 0x00, 0x7f,
42058c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
42068c2ecf20Sopenharmony_ci	PHYREGS(0x07f4, 0x07f0, 0x07ec, 0x0203, 0x0204, 0x0205),
42078c2ecf20Sopenharmony_ci  },
42088c2ecf20Sopenharmony_ci  {	.freq			= 5090,
42098c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfd, 0x05, 0x05, 0x04,
42108c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
42118c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0d, 0x00, 0x7f, 0x00, 0x0f,
42128c2ecf20Sopenharmony_ci		   0x00, 0xff, 0x00, 0xff, 0x00, 0x0d, 0x00, 0x7f,
42138c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xff, 0x00),
42148c2ecf20Sopenharmony_ci	PHYREGS(0x07f8, 0x07f4, 0x07f0, 0x0202, 0x0203, 0x0204),
42158c2ecf20Sopenharmony_ci  },
42168c2ecf20Sopenharmony_ci  {	.freq			= 5100,
42178c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xfe, 0x05, 0x05, 0x04,
42188c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
42198c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0c, 0x00, 0x7f, 0x00, 0x0f,
42208c2ecf20Sopenharmony_ci		   0x00, 0xfe, 0x00, 0xff, 0x00, 0x0c, 0x00, 0x7f,
42218c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfe, 0x00),
42228c2ecf20Sopenharmony_ci	PHYREGS(0x07fc, 0x07f8, 0x07f4, 0x0201, 0x0202, 0x0203),
42238c2ecf20Sopenharmony_ci  },
42248c2ecf20Sopenharmony_ci  {	.freq			= 5110,
42258c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xff, 0x05, 0x05, 0x04,
42268c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
42278c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0c, 0x00, 0x7f, 0x00, 0x0f,
42288c2ecf20Sopenharmony_ci		   0x00, 0xfe, 0x00, 0xff, 0x00, 0x0c, 0x00, 0x7f,
42298c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfe, 0x00),
42308c2ecf20Sopenharmony_ci	PHYREGS(0x0800, 0x07fc, 0x07f8, 0x0200, 0x0201, 0x0202),
42318c2ecf20Sopenharmony_ci  },
42328c2ecf20Sopenharmony_ci  {	.freq			= 5120,
42338c2ecf20Sopenharmony_ci	RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x00, 0x05, 0x05, 0x04,
42348c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
42358c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0c, 0x00, 0x7f, 0x00, 0x0f,
42368c2ecf20Sopenharmony_ci		   0x00, 0xfe, 0x00, 0xff, 0x00, 0x0c, 0x00, 0x7f,
42378c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfe, 0x00),
42388c2ecf20Sopenharmony_ci	PHYREGS(0x0804, 0x0800, 0x07fc, 0x01ff, 0x0200, 0x0201),
42398c2ecf20Sopenharmony_ci  },
42408c2ecf20Sopenharmony_ci  {	.freq			= 5130,
42418c2ecf20Sopenharmony_ci	RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x01, 0x05, 0x05, 0x04,
42428c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
42438c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0c, 0x00, 0x7f, 0x00, 0x0f,
42448c2ecf20Sopenharmony_ci		   0x00, 0xfe, 0x00, 0xff, 0x00, 0x0c, 0x00, 0x7f,
42458c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfe, 0x00),
42468c2ecf20Sopenharmony_ci	PHYREGS(0x0808, 0x0804, 0x0800, 0x01fe, 0x01ff, 0x0200),
42478c2ecf20Sopenharmony_ci  },
42488c2ecf20Sopenharmony_ci  {	.freq			= 5140,
42498c2ecf20Sopenharmony_ci	RADIOREGS3(0xc6, 0x01, 0x01, 0x02, 0x02, 0x05, 0x05, 0x04,
42508c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
42518c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0c, 0x00, 0x7f, 0x00, 0x0f,
42528c2ecf20Sopenharmony_ci		   0x00, 0xfe, 0x00, 0xff, 0x00, 0x0c, 0x00, 0x7f,
42538c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfe, 0x00),
42548c2ecf20Sopenharmony_ci	PHYREGS(0x080c, 0x0808, 0x0804, 0x01fd, 0x01fe, 0x01ff),
42558c2ecf20Sopenharmony_ci  },
42568c2ecf20Sopenharmony_ci  {	.freq			= 5160,
42578c2ecf20Sopenharmony_ci	RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x04, 0x05, 0x05, 0x04,
42588c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
42598c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0c, 0x00, 0x7f, 0x00, 0x0f,
42608c2ecf20Sopenharmony_ci		   0x00, 0xfe, 0x00, 0xff, 0x00, 0x0c, 0x00, 0x7f,
42618c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfe, 0x00),
42628c2ecf20Sopenharmony_ci	PHYREGS(0x0814, 0x0810, 0x080c, 0x01fb, 0x01fc, 0x01fd),
42638c2ecf20Sopenharmony_ci  },
42648c2ecf20Sopenharmony_ci  {	.freq			= 5170,
42658c2ecf20Sopenharmony_ci	RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x05, 0x05, 0x05, 0x04,
42668c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
42678c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0c, 0x00, 0x7f, 0x00, 0x0f,
42688c2ecf20Sopenharmony_ci		   0x00, 0xfe, 0x00, 0xff, 0x00, 0x0c, 0x00, 0x7f,
42698c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfe, 0x00),
42708c2ecf20Sopenharmony_ci	PHYREGS(0x0818, 0x0814, 0x0810, 0x01fa, 0x01fb, 0x01fc),
42718c2ecf20Sopenharmony_ci  },
42728c2ecf20Sopenharmony_ci  {	.freq			= 5180,
42738c2ecf20Sopenharmony_ci	RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x06, 0x05, 0x05, 0x04,
42748c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
42758c2ecf20Sopenharmony_ci		   0xff, 0xef, 0x00, 0x0c, 0x00, 0x7f, 0x00, 0x0f,
42768c2ecf20Sopenharmony_ci		   0x00, 0xfe, 0x00, 0xef, 0x00, 0x0c, 0x00, 0x7f,
42778c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfe, 0x00),
42788c2ecf20Sopenharmony_ci	PHYREGS(0x081c, 0x0818, 0x0814, 0x01f9, 0x01fa, 0x01fb),
42798c2ecf20Sopenharmony_ci  },
42808c2ecf20Sopenharmony_ci  {	.freq			= 5190,
42818c2ecf20Sopenharmony_ci	RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x07, 0x05, 0x05, 0x04,
42828c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
42838c2ecf20Sopenharmony_ci		   0xff, 0xef, 0x00, 0x0c, 0x00, 0x7f, 0x00, 0x0f,
42848c2ecf20Sopenharmony_ci		   0x00, 0xfe, 0x00, 0xef, 0x00, 0x0c, 0x00, 0x7f,
42858c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfe, 0x00),
42868c2ecf20Sopenharmony_ci	PHYREGS(0x0820, 0x081c, 0x0818, 0x01f8, 0x01f9, 0x01fa),
42878c2ecf20Sopenharmony_ci  },
42888c2ecf20Sopenharmony_ci  {	.freq			= 5200,
42898c2ecf20Sopenharmony_ci	RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x08, 0x05, 0x05, 0x04,
42908c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
42918c2ecf20Sopenharmony_ci		   0xff, 0xef, 0x00, 0x0a, 0x00, 0x7f, 0x00, 0x0f,
42928c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xef, 0x00, 0x0a, 0x00, 0x7f,
42938c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfc, 0x00),
42948c2ecf20Sopenharmony_ci	PHYREGS(0x0824, 0x0820, 0x081c, 0x01f7, 0x01f8, 0x01f9),
42958c2ecf20Sopenharmony_ci  },
42968c2ecf20Sopenharmony_ci  {	.freq			= 5210,
42978c2ecf20Sopenharmony_ci	RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x09, 0x05, 0x05, 0x04,
42988c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
42998c2ecf20Sopenharmony_ci		   0xff, 0xdf, 0x00, 0x0a, 0x00, 0x7f, 0x00, 0x0f,
43008c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xdf, 0x00, 0x0a, 0x00, 0x7f,
43018c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfc, 0x00),
43028c2ecf20Sopenharmony_ci	PHYREGS(0x0828, 0x0824, 0x0820, 0x01f6, 0x01f7, 0x01f8),
43038c2ecf20Sopenharmony_ci  },
43048c2ecf20Sopenharmony_ci  {	.freq			= 5220,
43058c2ecf20Sopenharmony_ci	RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0a, 0x05, 0x05, 0x04,
43068c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
43078c2ecf20Sopenharmony_ci		   0xff, 0xdf, 0x00, 0x0a, 0x00, 0x7f, 0x00, 0x0f,
43088c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xdf, 0x00, 0x0a, 0x00, 0x7f,
43098c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfc, 0x00),
43108c2ecf20Sopenharmony_ci	PHYREGS(0x082c, 0x0828, 0x0824, 0x01f5, 0x01f6, 0x01f7),
43118c2ecf20Sopenharmony_ci  },
43128c2ecf20Sopenharmony_ci  {	.freq			= 5230,
43138c2ecf20Sopenharmony_ci	RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0b, 0x05, 0x05, 0x04,
43148c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
43158c2ecf20Sopenharmony_ci		   0xff, 0xdf, 0x00, 0x0a, 0x00, 0x7f, 0x00, 0x0f,
43168c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xdf, 0x00, 0x0a, 0x00, 0x7f,
43178c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfc, 0x00),
43188c2ecf20Sopenharmony_ci	PHYREGS(0x0830, 0x082c, 0x0828, 0x01f4, 0x01f5, 0x01f6),
43198c2ecf20Sopenharmony_ci  },
43208c2ecf20Sopenharmony_ci  {	.freq			= 5240,
43218c2ecf20Sopenharmony_ci	RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0c, 0x05, 0x05, 0x04,
43228c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
43238c2ecf20Sopenharmony_ci		   0xff, 0xcf, 0x00, 0x0a, 0x00, 0x7f, 0x00, 0x0f,
43248c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xcf, 0x00, 0x0a, 0x00, 0x7f,
43258c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfc, 0x00),
43268c2ecf20Sopenharmony_ci	PHYREGS(0x0834, 0x0830, 0x082c, 0x01f3, 0x01f4, 0x01f5),
43278c2ecf20Sopenharmony_ci  },
43288c2ecf20Sopenharmony_ci  {	.freq			= 5250,
43298c2ecf20Sopenharmony_ci	RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0d, 0x05, 0x05, 0x04,
43308c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
43318c2ecf20Sopenharmony_ci		   0xff, 0xcf, 0x00, 0x0a, 0x00, 0x7f, 0x00, 0x0f,
43328c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xcf, 0x00, 0x0a, 0x00, 0x7f,
43338c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfc, 0x00),
43348c2ecf20Sopenharmony_ci	PHYREGS(0x0838, 0x0834, 0x0830, 0x01f2, 0x01f3, 0x01f4),
43358c2ecf20Sopenharmony_ci  },
43368c2ecf20Sopenharmony_ci  {	.freq			= 5260,
43378c2ecf20Sopenharmony_ci	RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0e, 0x05, 0x05, 0x04,
43388c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
43398c2ecf20Sopenharmony_ci		   0xff, 0xcf, 0x00, 0x0a, 0x00, 0x7f, 0x00, 0x0f,
43408c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xcf, 0x00, 0x0a, 0x00, 0x7f,
43418c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfc, 0x00),
43428c2ecf20Sopenharmony_ci	PHYREGS(0x083c, 0x0838, 0x0834, 0x01f1, 0x01f2, 0x01f3),
43438c2ecf20Sopenharmony_ci  },
43448c2ecf20Sopenharmony_ci  {	.freq			= 5270,
43458c2ecf20Sopenharmony_ci	RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0f, 0x05, 0x05, 0x04,
43468c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0f, 0x00,
43478c2ecf20Sopenharmony_ci		   0xff, 0xcf, 0x00, 0x0a, 0x00, 0x7f, 0x00, 0x0f,
43488c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xcf, 0x00, 0x0a, 0x00, 0x7f,
43498c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfc, 0x00),
43508c2ecf20Sopenharmony_ci	PHYREGS(0x0840, 0x083c, 0x0838, 0x01f0, 0x01f1, 0x01f2),
43518c2ecf20Sopenharmony_ci  },
43528c2ecf20Sopenharmony_ci  {	.freq			= 5280,
43538c2ecf20Sopenharmony_ci	RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x10, 0x05, 0x05, 0x04,
43548c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0f, 0x00,
43558c2ecf20Sopenharmony_ci		   0xff, 0xbf, 0x00, 0x0a, 0x00, 0x7f, 0x00, 0x0f,
43568c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xbf, 0x00, 0x0a, 0x00, 0x7f,
43578c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfc, 0x00),
43588c2ecf20Sopenharmony_ci	PHYREGS(0x0844, 0x0840, 0x083c, 0x01f0, 0x01f0, 0x01f1),
43598c2ecf20Sopenharmony_ci  },
43608c2ecf20Sopenharmony_ci  {	.freq			= 5290,
43618c2ecf20Sopenharmony_ci	RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x11, 0x05, 0x05, 0x04,
43628c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0f, 0x00,
43638c2ecf20Sopenharmony_ci		   0xff, 0xbf, 0x00, 0x0a, 0x00, 0x7f, 0x00, 0x0f,
43648c2ecf20Sopenharmony_ci		   0x00, 0xfc, 0x00, 0xbf, 0x00, 0x0a, 0x00, 0x7f,
43658c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfc, 0x00),
43668c2ecf20Sopenharmony_ci	PHYREGS(0x0848, 0x0844, 0x0840, 0x01ef, 0x01f0, 0x01f0),
43678c2ecf20Sopenharmony_ci  },
43688c2ecf20Sopenharmony_ci  {	.freq			= 5300,
43698c2ecf20Sopenharmony_ci	RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x12, 0x05, 0x05, 0x04,
43708c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
43718c2ecf20Sopenharmony_ci		   0xff, 0xbf, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0f,
43728c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0xbf, 0x00, 0x08, 0x00, 0x7f,
43738c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfa, 0x00),
43748c2ecf20Sopenharmony_ci	PHYREGS(0x084c, 0x0848, 0x0844, 0x01ee, 0x01ef, 0x01f0),
43758c2ecf20Sopenharmony_ci  },
43768c2ecf20Sopenharmony_ci  {	.freq			= 5310,
43778c2ecf20Sopenharmony_ci	RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x13, 0x05, 0x05, 0x04,
43788c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
43798c2ecf20Sopenharmony_ci		   0xff, 0xbf, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0f,
43808c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0xbf, 0x00, 0x08, 0x00, 0x7f,
43818c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfa, 0x00),
43828c2ecf20Sopenharmony_ci	PHYREGS(0x0850, 0x084c, 0x0848, 0x01ed, 0x01ee, 0x01ef),
43838c2ecf20Sopenharmony_ci  },
43848c2ecf20Sopenharmony_ci  {	.freq			= 5320,
43858c2ecf20Sopenharmony_ci	RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x14, 0x05, 0x05, 0x04,
43868c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
43878c2ecf20Sopenharmony_ci		   0xff, 0xbf, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0f,
43888c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0xbf, 0x00, 0x08, 0x00, 0x7f,
43898c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfa, 0x00),
43908c2ecf20Sopenharmony_ci	PHYREGS(0x0854, 0x0850, 0x084c, 0x01ec, 0x01ed, 0x01ee),
43918c2ecf20Sopenharmony_ci  },
43928c2ecf20Sopenharmony_ci  {	.freq			= 5330,
43938c2ecf20Sopenharmony_ci	RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x15, 0x05, 0x05, 0x04,
43948c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
43958c2ecf20Sopenharmony_ci		   0xff, 0xaf, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0f,
43968c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0xaf, 0x00, 0x08, 0x00, 0x7f,
43978c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfa, 0x00),
43988c2ecf20Sopenharmony_ci	PHYREGS(0x0858, 0x0854, 0x0850, 0x01eb, 0x01ec, 0x01ed),
43998c2ecf20Sopenharmony_ci  },
44008c2ecf20Sopenharmony_ci  {	.freq			= 5340,
44018c2ecf20Sopenharmony_ci	RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x16, 0x05, 0x05, 0x04,
44028c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
44038c2ecf20Sopenharmony_ci		   0xff, 0xaf, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0f,
44048c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0xaf, 0x00, 0x08, 0x00, 0x7f,
44058c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfa, 0x00),
44068c2ecf20Sopenharmony_ci	PHYREGS(0x085c, 0x0858, 0x0854, 0x01ea, 0x01eb, 0x01ec),
44078c2ecf20Sopenharmony_ci  },
44088c2ecf20Sopenharmony_ci  {	.freq			= 5350,
44098c2ecf20Sopenharmony_ci	RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x17, 0x05, 0x05, 0x04,
44108c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
44118c2ecf20Sopenharmony_ci		   0xff, 0x9f, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0f,
44128c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x9f, 0x00, 0x08, 0x00, 0x7f,
44138c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfa, 0x00),
44148c2ecf20Sopenharmony_ci	PHYREGS(0x0860, 0x085c, 0x0858, 0x01e9, 0x01ea, 0x01eb),
44158c2ecf20Sopenharmony_ci  },
44168c2ecf20Sopenharmony_ci  {	.freq			= 5360,
44178c2ecf20Sopenharmony_ci	RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x18, 0x05, 0x05, 0x04,
44188c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
44198c2ecf20Sopenharmony_ci		   0xff, 0x9f, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0f,
44208c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x9f, 0x00, 0x08, 0x00, 0x7f,
44218c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfa, 0x00),
44228c2ecf20Sopenharmony_ci	PHYREGS(0x0864, 0x0860, 0x085c, 0x01e8, 0x01e9, 0x01ea),
44238c2ecf20Sopenharmony_ci  },
44248c2ecf20Sopenharmony_ci  {	.freq			= 5370,
44258c2ecf20Sopenharmony_ci	RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x19, 0x05, 0x05, 0x04,
44268c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
44278c2ecf20Sopenharmony_ci		   0xff, 0x9f, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0f,
44288c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x9f, 0x00, 0x08, 0x00, 0x7f,
44298c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfa, 0x00),
44308c2ecf20Sopenharmony_ci	PHYREGS(0x0868, 0x0864, 0x0860, 0x01e7, 0x01e8, 0x01e9),
44318c2ecf20Sopenharmony_ci  },
44328c2ecf20Sopenharmony_ci  {	.freq			= 5380,
44338c2ecf20Sopenharmony_ci	RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1a, 0x05, 0x05, 0x04,
44348c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
44358c2ecf20Sopenharmony_ci		   0xff, 0x9f, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0f,
44368c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x9f, 0x00, 0x08, 0x00, 0x7f,
44378c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfa, 0x00),
44388c2ecf20Sopenharmony_ci	PHYREGS(0x086c, 0x0868, 0x0864, 0x01e6, 0x01e7, 0x01e8),
44398c2ecf20Sopenharmony_ci  },
44408c2ecf20Sopenharmony_ci  {	.freq			= 5390,
44418c2ecf20Sopenharmony_ci	RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1b, 0x05, 0x05, 0x04,
44428c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
44438c2ecf20Sopenharmony_ci		   0xff, 0x8f, 0x00, 0x08, 0x00, 0x7f, 0x00, 0x0f,
44448c2ecf20Sopenharmony_ci		   0x00, 0xfa, 0x00, 0x8f, 0x00, 0x08, 0x00, 0x7f,
44458c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xfa, 0x00),
44468c2ecf20Sopenharmony_ci	PHYREGS(0x0870, 0x086c, 0x0868, 0x01e5, 0x01e6, 0x01e7),
44478c2ecf20Sopenharmony_ci  },
44488c2ecf20Sopenharmony_ci  {	.freq			= 5400,
44498c2ecf20Sopenharmony_ci	RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1c, 0x05, 0x05, 0x04,
44508c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
44518c2ecf20Sopenharmony_ci		   0xc8, 0x8f, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0f,
44528c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x8f, 0x00, 0x07, 0x00, 0x7f,
44538c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xf8, 0x00),
44548c2ecf20Sopenharmony_ci	PHYREGS(0x0874, 0x0870, 0x086c, 0x01e5, 0x01e5, 0x01e6),
44558c2ecf20Sopenharmony_ci  },
44568c2ecf20Sopenharmony_ci  {	.freq			= 5410,
44578c2ecf20Sopenharmony_ci	RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1d, 0x05, 0x05, 0x04,
44588c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
44598c2ecf20Sopenharmony_ci		   0xc8, 0x8f, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0f,
44608c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x8f, 0x00, 0x07, 0x00, 0x7f,
44618c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xf8, 0x00),
44628c2ecf20Sopenharmony_ci	PHYREGS(0x0878, 0x0874, 0x0870, 0x01e4, 0x01e5, 0x01e5),
44638c2ecf20Sopenharmony_ci  },
44648c2ecf20Sopenharmony_ci  {	.freq			= 5420,
44658c2ecf20Sopenharmony_ci	RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1e, 0x05, 0x05, 0x04,
44668c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
44678c2ecf20Sopenharmony_ci		   0xc8, 0x8e, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0f,
44688c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x8e, 0x00, 0x07, 0x00, 0x7f,
44698c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xf8, 0x00),
44708c2ecf20Sopenharmony_ci	PHYREGS(0x087c, 0x0878, 0x0874, 0x01e3, 0x01e4, 0x01e5),
44718c2ecf20Sopenharmony_ci  },
44728c2ecf20Sopenharmony_ci  {	.freq			= 5430,
44738c2ecf20Sopenharmony_ci	RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1f, 0x05, 0x05, 0x04,
44748c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
44758c2ecf20Sopenharmony_ci		   0xc8, 0x8e, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0f,
44768c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x8e, 0x00, 0x07, 0x00, 0x7f,
44778c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xf8, 0x00),
44788c2ecf20Sopenharmony_ci	PHYREGS(0x0880, 0x087c, 0x0878, 0x01e2, 0x01e3, 0x01e4),
44798c2ecf20Sopenharmony_ci  },
44808c2ecf20Sopenharmony_ci  {	.freq			= 5440,
44818c2ecf20Sopenharmony_ci	RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x20, 0x05, 0x05, 0x04,
44828c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
44838c2ecf20Sopenharmony_ci		   0xc8, 0x7e, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0f,
44848c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x7e, 0x00, 0x07, 0x00, 0x7f,
44858c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xf8, 0x00),
44868c2ecf20Sopenharmony_ci	PHYREGS(0x0884, 0x0880, 0x087c, 0x01e1, 0x01e2, 0x01e3),
44878c2ecf20Sopenharmony_ci  },
44888c2ecf20Sopenharmony_ci  {	.freq			= 5450,
44898c2ecf20Sopenharmony_ci	RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x21, 0x05, 0x05, 0x04,
44908c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
44918c2ecf20Sopenharmony_ci		   0xc8, 0x7d, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0f,
44928c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x7d, 0x00, 0x07, 0x00, 0x7f,
44938c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xf8, 0x00),
44948c2ecf20Sopenharmony_ci	PHYREGS(0x0888, 0x0884, 0x0880, 0x01e0, 0x01e1, 0x01e2),
44958c2ecf20Sopenharmony_ci  },
44968c2ecf20Sopenharmony_ci  {	.freq			= 5460,
44978c2ecf20Sopenharmony_ci	RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x22, 0x05, 0x05, 0x04,
44988c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
44998c2ecf20Sopenharmony_ci		   0xc8, 0x6d, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0f,
45008c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x6d, 0x00, 0x07, 0x00, 0x7f,
45018c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xf8, 0x00),
45028c2ecf20Sopenharmony_ci	PHYREGS(0x088c, 0x0888, 0x0884, 0x01df, 0x01e0, 0x01e1),
45038c2ecf20Sopenharmony_ci  },
45048c2ecf20Sopenharmony_ci  {	.freq			= 5470,
45058c2ecf20Sopenharmony_ci	RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x23, 0x05, 0x05, 0x04,
45068c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
45078c2ecf20Sopenharmony_ci		   0xc8, 0x6d, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0f,
45088c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x6d, 0x00, 0x07, 0x00, 0x7f,
45098c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xf8, 0x00),
45108c2ecf20Sopenharmony_ci	PHYREGS(0x0890, 0x088c, 0x0888, 0x01de, 0x01df, 0x01e0),
45118c2ecf20Sopenharmony_ci  },
45128c2ecf20Sopenharmony_ci  {	.freq			= 5480,
45138c2ecf20Sopenharmony_ci	RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x24, 0x05, 0x05, 0x04,
45148c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
45158c2ecf20Sopenharmony_ci		   0xc8, 0x5d, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0f,
45168c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x5d, 0x00, 0x07, 0x00, 0x7f,
45178c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xf8, 0x00),
45188c2ecf20Sopenharmony_ci	PHYREGS(0x0894, 0x0890, 0x088c, 0x01dd, 0x01de, 0x01df),
45198c2ecf20Sopenharmony_ci  },
45208c2ecf20Sopenharmony_ci  {	.freq			= 5490,
45218c2ecf20Sopenharmony_ci	RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x25, 0x05, 0x05, 0x04,
45228c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
45238c2ecf20Sopenharmony_ci		   0xc8, 0x5c, 0x00, 0x07, 0x00, 0x7f, 0x00, 0x0f,
45248c2ecf20Sopenharmony_ci		   0x00, 0xf8, 0x00, 0x5c, 0x00, 0x07, 0x00, 0x7f,
45258c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0xf8, 0x00),
45268c2ecf20Sopenharmony_ci	PHYREGS(0x0898, 0x0894, 0x0890, 0x01dd, 0x01dd, 0x01de),
45278c2ecf20Sopenharmony_ci  },
45288c2ecf20Sopenharmony_ci  {	.freq			= 5500,
45298c2ecf20Sopenharmony_ci	RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x26, 0x05, 0x05, 0x04,
45308c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
45318c2ecf20Sopenharmony_ci		   0x84, 0x5c, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0d,
45328c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x5c, 0x00, 0x06, 0x00, 0x7f,
45338c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0xf6, 0x00),
45348c2ecf20Sopenharmony_ci	PHYREGS(0x089c, 0x0898, 0x0894, 0x01dc, 0x01dd, 0x01dd),
45358c2ecf20Sopenharmony_ci  },
45368c2ecf20Sopenharmony_ci  {	.freq			= 5510,
45378c2ecf20Sopenharmony_ci	RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x27, 0x05, 0x05, 0x04,
45388c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
45398c2ecf20Sopenharmony_ci		   0x84, 0x4c, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0d,
45408c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x4c, 0x00, 0x06, 0x00, 0x7f,
45418c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0xf6, 0x00),
45428c2ecf20Sopenharmony_ci	PHYREGS(0x08a0, 0x089c, 0x0898, 0x01db, 0x01dc, 0x01dd),
45438c2ecf20Sopenharmony_ci  },
45448c2ecf20Sopenharmony_ci  {	.freq			= 5520,
45458c2ecf20Sopenharmony_ci	RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x28, 0x05, 0x05, 0x04,
45468c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
45478c2ecf20Sopenharmony_ci		   0x84, 0x4c, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0d,
45488c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x4c, 0x00, 0x06, 0x00, 0x7f,
45498c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0xf6, 0x00),
45508c2ecf20Sopenharmony_ci	PHYREGS(0x08a4, 0x08a0, 0x089c, 0x01da, 0x01db, 0x01dc),
45518c2ecf20Sopenharmony_ci  },
45528c2ecf20Sopenharmony_ci  {	.freq			= 5530,
45538c2ecf20Sopenharmony_ci	RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x29, 0x05, 0x05, 0x04,
45548c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
45558c2ecf20Sopenharmony_ci		   0x84, 0x3b, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0d,
45568c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x3b, 0x00, 0x06, 0x00, 0x7f,
45578c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0xf6, 0x00),
45588c2ecf20Sopenharmony_ci	PHYREGS(0x08a8, 0x08a4, 0x08a0, 0x01d9, 0x01da, 0x01db),
45598c2ecf20Sopenharmony_ci  },
45608c2ecf20Sopenharmony_ci  {	.freq			= 5540,
45618c2ecf20Sopenharmony_ci	RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2a, 0x05, 0x05, 0x04,
45628c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
45638c2ecf20Sopenharmony_ci		   0x84, 0x3b, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0d,
45648c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x3b, 0x00, 0x06, 0x00, 0x7f,
45658c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0xf6, 0x00),
45668c2ecf20Sopenharmony_ci	PHYREGS(0x08ac, 0x08a8, 0x08a4, 0x01d8, 0x01d9, 0x01da),
45678c2ecf20Sopenharmony_ci  },
45688c2ecf20Sopenharmony_ci  {	.freq			= 5550,
45698c2ecf20Sopenharmony_ci	RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2b, 0x05, 0x05, 0x04,
45708c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
45718c2ecf20Sopenharmony_ci		   0x84, 0x3b, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0d,
45728c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x3b, 0x00, 0x06, 0x00, 0x7f,
45738c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0xf6, 0x00),
45748c2ecf20Sopenharmony_ci	PHYREGS(0x08b0, 0x08ac, 0x08a8, 0x01d7, 0x01d8, 0x01d9),
45758c2ecf20Sopenharmony_ci  },
45768c2ecf20Sopenharmony_ci  {	.freq			= 5560,
45778c2ecf20Sopenharmony_ci	RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2c, 0x05, 0x05, 0x04,
45788c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
45798c2ecf20Sopenharmony_ci		   0x84, 0x2b, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0d,
45808c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x2b, 0x00, 0x06, 0x00, 0x7f,
45818c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0xf6, 0x00),
45828c2ecf20Sopenharmony_ci	PHYREGS(0x08b4, 0x08b0, 0x08ac, 0x01d7, 0x01d7, 0x01d8),
45838c2ecf20Sopenharmony_ci  },
45848c2ecf20Sopenharmony_ci  {	.freq			= 5570,
45858c2ecf20Sopenharmony_ci	RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2d, 0x05, 0x05, 0x04,
45868c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
45878c2ecf20Sopenharmony_ci		   0x84, 0x2a, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0d,
45888c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x2a, 0x00, 0x06, 0x00, 0x7f,
45898c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0xf6, 0x00),
45908c2ecf20Sopenharmony_ci	PHYREGS(0x08b8, 0x08b4, 0x08b0, 0x01d6, 0x01d7, 0x01d7),
45918c2ecf20Sopenharmony_ci  },
45928c2ecf20Sopenharmony_ci  {	.freq			= 5580,
45938c2ecf20Sopenharmony_ci	RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2e, 0x05, 0x05, 0x04,
45948c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
45958c2ecf20Sopenharmony_ci		   0x84, 0x1a, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0d,
45968c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x1a, 0x00, 0x06, 0x00, 0x7f,
45978c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0xf6, 0x00),
45988c2ecf20Sopenharmony_ci	PHYREGS(0x08bc, 0x08b8, 0x08b4, 0x01d5, 0x01d6, 0x01d7),
45998c2ecf20Sopenharmony_ci  },
46008c2ecf20Sopenharmony_ci  {	.freq			= 5590,
46018c2ecf20Sopenharmony_ci	RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2f, 0x05, 0x05, 0x04,
46028c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
46038c2ecf20Sopenharmony_ci		   0x84, 0x1a, 0x00, 0x06, 0x00, 0x7f, 0x00, 0x0d,
46048c2ecf20Sopenharmony_ci		   0x00, 0xf6, 0x00, 0x1a, 0x00, 0x06, 0x00, 0x7f,
46058c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0xf6, 0x00),
46068c2ecf20Sopenharmony_ci	PHYREGS(0x08c0, 0x08bc, 0x08b8, 0x01d4, 0x01d5, 0x01d6),
46078c2ecf20Sopenharmony_ci  },
46088c2ecf20Sopenharmony_ci  {	.freq			= 5600,
46098c2ecf20Sopenharmony_ci	RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x30, 0x05, 0x05, 0x04,
46108c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
46118c2ecf20Sopenharmony_ci		   0x70, 0x1a, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x0b,
46128c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x1a, 0x00, 0x04, 0x00, 0x7f,
46138c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xf4, 0x00),
46148c2ecf20Sopenharmony_ci	PHYREGS(0x08c4, 0x08c0, 0x08bc, 0x01d3, 0x01d4, 0x01d5),
46158c2ecf20Sopenharmony_ci  },
46168c2ecf20Sopenharmony_ci  {	.freq			= 5610,
46178c2ecf20Sopenharmony_ci	RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x31, 0x05, 0x05, 0x04,
46188c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
46198c2ecf20Sopenharmony_ci		   0x70, 0x19, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x0b,
46208c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x19, 0x00, 0x04, 0x00, 0x7f,
46218c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xf4, 0x00),
46228c2ecf20Sopenharmony_ci	PHYREGS(0x08c8, 0x08c4, 0x08c0, 0x01d2, 0x01d3, 0x01d4),
46238c2ecf20Sopenharmony_ci  },
46248c2ecf20Sopenharmony_ci  {	.freq			= 5620,
46258c2ecf20Sopenharmony_ci	RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x32, 0x05, 0x05, 0x04,
46268c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
46278c2ecf20Sopenharmony_ci		   0x70, 0x19, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x0b,
46288c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x19, 0x00, 0x04, 0x00, 0x7f,
46298c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xf4, 0x00),
46308c2ecf20Sopenharmony_ci	PHYREGS(0x08cc, 0x08c8, 0x08c4, 0x01d2, 0x01d2, 0x01d3),
46318c2ecf20Sopenharmony_ci  },
46328c2ecf20Sopenharmony_ci  {	.freq			= 5630,
46338c2ecf20Sopenharmony_ci	RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x33, 0x05, 0x05, 0x04,
46348c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
46358c2ecf20Sopenharmony_ci		   0x70, 0x09, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x0b,
46368c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x09, 0x00, 0x04, 0x00, 0x7f,
46378c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xf4, 0x00),
46388c2ecf20Sopenharmony_ci	PHYREGS(0x08d0, 0x08cc, 0x08c8, 0x01d1, 0x01d2, 0x01d2),
46398c2ecf20Sopenharmony_ci  },
46408c2ecf20Sopenharmony_ci  {	.freq			= 5640,
46418c2ecf20Sopenharmony_ci	RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x34, 0x05, 0x05, 0x04,
46428c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
46438c2ecf20Sopenharmony_ci		   0x70, 0x09, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x0b,
46448c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x09, 0x00, 0x04, 0x00, 0x7f,
46458c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xf4, 0x00),
46468c2ecf20Sopenharmony_ci	PHYREGS(0x08d4, 0x08d0, 0x08cc, 0x01d0, 0x01d1, 0x01d2),
46478c2ecf20Sopenharmony_ci  },
46488c2ecf20Sopenharmony_ci  {	.freq			= 5650,
46498c2ecf20Sopenharmony_ci	RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x35, 0x05, 0x05, 0x04,
46508c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
46518c2ecf20Sopenharmony_ci		   0x70, 0x08, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x0b,
46528c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x08, 0x00, 0x04, 0x00, 0x7f,
46538c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xf4, 0x00),
46548c2ecf20Sopenharmony_ci	PHYREGS(0x08d8, 0x08d4, 0x08d0, 0x01cf, 0x01d0, 0x01d1),
46558c2ecf20Sopenharmony_ci  },
46568c2ecf20Sopenharmony_ci  {	.freq			= 5660,
46578c2ecf20Sopenharmony_ci	RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x36, 0x05, 0x05, 0x04,
46588c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
46598c2ecf20Sopenharmony_ci		   0x70, 0x08, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x0b,
46608c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x08, 0x00, 0x04, 0x00, 0x7f,
46618c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xf4, 0x00),
46628c2ecf20Sopenharmony_ci	PHYREGS(0x08dc, 0x08d8, 0x08d4, 0x01ce, 0x01cf, 0x01d0),
46638c2ecf20Sopenharmony_ci  },
46648c2ecf20Sopenharmony_ci  {	.freq			= 5670,
46658c2ecf20Sopenharmony_ci	RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x37, 0x05, 0x05, 0x04,
46668c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
46678c2ecf20Sopenharmony_ci		   0x70, 0x08, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x0b,
46688c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x08, 0x00, 0x04, 0x00, 0x7f,
46698c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xf4, 0x00),
46708c2ecf20Sopenharmony_ci	PHYREGS(0x08e0, 0x08dc, 0x08d8, 0x01ce, 0x01ce, 0x01cf),
46718c2ecf20Sopenharmony_ci  },
46728c2ecf20Sopenharmony_ci  {	.freq			= 5680,
46738c2ecf20Sopenharmony_ci	RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x38, 0x05, 0x05, 0x04,
46748c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
46758c2ecf20Sopenharmony_ci		   0x70, 0x08, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x0b,
46768c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x08, 0x00, 0x04, 0x00, 0x7f,
46778c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xf4, 0x00),
46788c2ecf20Sopenharmony_ci	PHYREGS(0x08e4, 0x08e0, 0x08dc, 0x01cd, 0x01ce, 0x01ce),
46798c2ecf20Sopenharmony_ci  },
46808c2ecf20Sopenharmony_ci  {	.freq			= 5690,
46818c2ecf20Sopenharmony_ci	RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x39, 0x05, 0x05, 0x04,
46828c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
46838c2ecf20Sopenharmony_ci		   0x70, 0x07, 0x00, 0x04, 0x00, 0x7f, 0x00, 0x0b,
46848c2ecf20Sopenharmony_ci		   0x00, 0xf4, 0x00, 0x07, 0x00, 0x04, 0x00, 0x7f,
46858c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0xf4, 0x00),
46868c2ecf20Sopenharmony_ci	PHYREGS(0x08e8, 0x08e4, 0x08e0, 0x01cc, 0x01cd, 0x01ce),
46878c2ecf20Sopenharmony_ci  },
46888c2ecf20Sopenharmony_ci  {	.freq			= 5700,
46898c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3a, 0x05, 0x05, 0x04,
46908c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
46918c2ecf20Sopenharmony_ci		   0x40, 0x07, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
46928c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x07, 0x00, 0x03, 0x00, 0x7f,
46938c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
46948c2ecf20Sopenharmony_ci	PHYREGS(0x08ec, 0x08e8, 0x08e4, 0x01cb, 0x01cc, 0x01cd),
46958c2ecf20Sopenharmony_ci  },
46968c2ecf20Sopenharmony_ci  {	.freq			= 5710,
46978c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3b, 0x05, 0x05, 0x04,
46988c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
46998c2ecf20Sopenharmony_ci		   0x40, 0x07, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47008c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x07, 0x00, 0x03, 0x00, 0x7f,
47018c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47028c2ecf20Sopenharmony_ci	PHYREGS(0x08f0, 0x08ec, 0x08e8, 0x01ca, 0x01cb, 0x01cc),
47038c2ecf20Sopenharmony_ci  },
47048c2ecf20Sopenharmony_ci  {	.freq			= 5720,
47058c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3c, 0x05, 0x05, 0x04,
47068c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
47078c2ecf20Sopenharmony_ci		   0x40, 0x07, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47088c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x07, 0x00, 0x03, 0x00, 0x7f,
47098c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47108c2ecf20Sopenharmony_ci	PHYREGS(0x08f4, 0x08f0, 0x08ec, 0x01c9, 0x01ca, 0x01cb),
47118c2ecf20Sopenharmony_ci  },
47128c2ecf20Sopenharmony_ci  {	.freq			= 5725,
47138c2ecf20Sopenharmony_ci	RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x79, 0x07, 0x07, 0x04,
47148c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
47158c2ecf20Sopenharmony_ci		   0x40, 0x06, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47168c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x06, 0x00, 0x03, 0x00, 0x7f,
47178c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47188c2ecf20Sopenharmony_ci	PHYREGS(0x08f6, 0x08f2, 0x08ee, 0x01c9, 0x01ca, 0x01cb),
47198c2ecf20Sopenharmony_ci  },
47208c2ecf20Sopenharmony_ci  {	.freq			= 5730,
47218c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3d, 0x05, 0x05, 0x04,
47228c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
47238c2ecf20Sopenharmony_ci		   0x40, 0x06, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47248c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x06, 0x00, 0x03, 0x00, 0x7f,
47258c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47268c2ecf20Sopenharmony_ci	PHYREGS(0x08f8, 0x08f4, 0x08f0, 0x01c9, 0x01c9, 0x01ca),
47278c2ecf20Sopenharmony_ci  },
47288c2ecf20Sopenharmony_ci  {	.freq			= 5735,
47298c2ecf20Sopenharmony_ci	RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x7b, 0x07, 0x07, 0x04,
47308c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
47318c2ecf20Sopenharmony_ci		   0x40, 0x06, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47328c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x06, 0x00, 0x03, 0x00, 0x7f,
47338c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47348c2ecf20Sopenharmony_ci	PHYREGS(0x08fa, 0x08f6, 0x08f2, 0x01c8, 0x01c9, 0x01ca),
47358c2ecf20Sopenharmony_ci  },
47368c2ecf20Sopenharmony_ci  {	.freq			= 5740,
47378c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3e, 0x05, 0x05, 0x04,
47388c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
47398c2ecf20Sopenharmony_ci		   0x40, 0x06, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47408c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x06, 0x00, 0x03, 0x00, 0x7f,
47418c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47428c2ecf20Sopenharmony_ci	PHYREGS(0x08fc, 0x08f8, 0x08f4, 0x01c8, 0x01c9, 0x01c9),
47438c2ecf20Sopenharmony_ci  },
47448c2ecf20Sopenharmony_ci  {	.freq			= 5745,
47458c2ecf20Sopenharmony_ci	RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7d, 0x07, 0x07, 0x04,
47468c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
47478c2ecf20Sopenharmony_ci		   0x40, 0x06, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47488c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x06, 0x00, 0x03, 0x00, 0x7f,
47498c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47508c2ecf20Sopenharmony_ci	PHYREGS(0x08fe, 0x08fa, 0x08f6, 0x01c8, 0x01c8, 0x01c9),
47518c2ecf20Sopenharmony_ci  },
47528c2ecf20Sopenharmony_ci  {	.freq			= 5750,
47538c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3f, 0x05, 0x05, 0x04,
47548c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
47558c2ecf20Sopenharmony_ci		   0x40, 0x06, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47568c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x06, 0x00, 0x03, 0x00, 0x7f,
47578c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47588c2ecf20Sopenharmony_ci	PHYREGS(0x0900, 0x08fc, 0x08f8, 0x01c7, 0x01c8, 0x01c9),
47598c2ecf20Sopenharmony_ci  },
47608c2ecf20Sopenharmony_ci  {	.freq			= 5755,
47618c2ecf20Sopenharmony_ci	RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7f, 0x07, 0x07, 0x04,
47628c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
47638c2ecf20Sopenharmony_ci		   0x40, 0x05, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47648c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x05, 0x00, 0x03, 0x00, 0x7f,
47658c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47668c2ecf20Sopenharmony_ci	PHYREGS(0x0902, 0x08fe, 0x08fa, 0x01c7, 0x01c8, 0x01c8),
47678c2ecf20Sopenharmony_ci  },
47688c2ecf20Sopenharmony_ci  {	.freq			= 5760,
47698c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x40, 0x05, 0x05, 0x04,
47708c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
47718c2ecf20Sopenharmony_ci		   0x40, 0x05, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47728c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x05, 0x00, 0x03, 0x00, 0x7f,
47738c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47748c2ecf20Sopenharmony_ci	PHYREGS(0x0904, 0x0900, 0x08fc, 0x01c6, 0x01c7, 0x01c8),
47758c2ecf20Sopenharmony_ci  },
47768c2ecf20Sopenharmony_ci  {	.freq			= 5765,
47778c2ecf20Sopenharmony_ci	RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x81, 0x07, 0x07, 0x04,
47788c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
47798c2ecf20Sopenharmony_ci		   0x40, 0x05, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47808c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x05, 0x00, 0x03, 0x00, 0x7f,
47818c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47828c2ecf20Sopenharmony_ci	PHYREGS(0x0906, 0x0902, 0x08fe, 0x01c6, 0x01c7, 0x01c8),
47838c2ecf20Sopenharmony_ci  },
47848c2ecf20Sopenharmony_ci  {	.freq			= 5770,
47858c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x41, 0x05, 0x05, 0x04,
47868c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
47878c2ecf20Sopenharmony_ci		   0x40, 0x05, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47888c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x05, 0x00, 0x03, 0x00, 0x7f,
47898c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47908c2ecf20Sopenharmony_ci	PHYREGS(0x0908, 0x0904, 0x0900, 0x01c6, 0x01c6, 0x01c7),
47918c2ecf20Sopenharmony_ci  },
47928c2ecf20Sopenharmony_ci  {	.freq			= 5775,
47938c2ecf20Sopenharmony_ci	RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x83, 0x07, 0x07, 0x04,
47948c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
47958c2ecf20Sopenharmony_ci		   0x40, 0x05, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
47968c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x05, 0x00, 0x03, 0x00, 0x7f,
47978c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
47988c2ecf20Sopenharmony_ci	PHYREGS(0x090a, 0x0906, 0x0902, 0x01c5, 0x01c6, 0x01c7),
47998c2ecf20Sopenharmony_ci  },
48008c2ecf20Sopenharmony_ci  {	.freq			= 5780,
48018c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x42, 0x05, 0x05, 0x04,
48028c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
48038c2ecf20Sopenharmony_ci		   0x40, 0x05, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
48048c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x05, 0x00, 0x03, 0x00, 0x7f,
48058c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
48068c2ecf20Sopenharmony_ci	PHYREGS(0x090c, 0x0908, 0x0904, 0x01c5, 0x01c6, 0x01c6),
48078c2ecf20Sopenharmony_ci  },
48088c2ecf20Sopenharmony_ci  {	.freq			= 5785,
48098c2ecf20Sopenharmony_ci	RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x85, 0x07, 0x07, 0x04,
48108c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x8a, 0x06, 0x00,
48118c2ecf20Sopenharmony_ci		   0x40, 0x04, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
48128c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x04, 0x00, 0x03, 0x00, 0x7f,
48138c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
48148c2ecf20Sopenharmony_ci	PHYREGS(0x090e, 0x090a, 0x0906, 0x01c4, 0x01c5, 0x01c6),
48158c2ecf20Sopenharmony_ci  },
48168c2ecf20Sopenharmony_ci  {	.freq			= 5790,
48178c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x43, 0x05, 0x05, 0x04,
48188c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x8a, 0x06, 0x00,
48198c2ecf20Sopenharmony_ci		   0x40, 0x04, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
48208c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x04, 0x00, 0x03, 0x00, 0x7f,
48218c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
48228c2ecf20Sopenharmony_ci	PHYREGS(0x0910, 0x090c, 0x0908, 0x01c4, 0x01c5, 0x01c6),
48238c2ecf20Sopenharmony_ci  },
48248c2ecf20Sopenharmony_ci  {	.freq			= 5795,
48258c2ecf20Sopenharmony_ci	RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x87, 0x07, 0x07, 0x04,
48268c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x8a, 0x06, 0x00,
48278c2ecf20Sopenharmony_ci		   0x40, 0x04, 0x00, 0x03, 0x00, 0x7f, 0x00, 0x0a,
48288c2ecf20Sopenharmony_ci		   0x00, 0xf2, 0x00, 0x04, 0x00, 0x03, 0x00, 0x7f,
48298c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0xf2, 0x00),
48308c2ecf20Sopenharmony_ci	PHYREGS(0x0912, 0x090e, 0x090a, 0x01c4, 0x01c4, 0x01c5),
48318c2ecf20Sopenharmony_ci  },
48328c2ecf20Sopenharmony_ci  {	.freq			= 5800,
48338c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x44, 0x05, 0x05, 0x04,
48348c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
48358c2ecf20Sopenharmony_ci		   0x20, 0x04, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
48368c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x04, 0x00, 0x02, 0x00, 0x7f,
48378c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
48388c2ecf20Sopenharmony_ci	PHYREGS(0x0914, 0x0910, 0x090c, 0x01c3, 0x01c4, 0x01c5),
48398c2ecf20Sopenharmony_ci  },
48408c2ecf20Sopenharmony_ci  {	.freq			= 5805,
48418c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x89, 0x07, 0x07, 0x04,
48428c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
48438c2ecf20Sopenharmony_ci		   0x20, 0x04, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
48448c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x04, 0x00, 0x02, 0x00, 0x7f,
48458c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
48468c2ecf20Sopenharmony_ci	PHYREGS(0x0916, 0x0912, 0x090e, 0x01c3, 0x01c4, 0x01c4),
48478c2ecf20Sopenharmony_ci  },
48488c2ecf20Sopenharmony_ci  {	.freq			= 5810,
48498c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x45, 0x05, 0x05, 0x04,
48508c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
48518c2ecf20Sopenharmony_ci		   0x20, 0x04, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
48528c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x04, 0x00, 0x02, 0x00, 0x7f,
48538c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
48548c2ecf20Sopenharmony_ci	PHYREGS(0x0918, 0x0914, 0x0910, 0x01c2, 0x01c3, 0x01c4),
48558c2ecf20Sopenharmony_ci  },
48568c2ecf20Sopenharmony_ci  {	.freq			= 5815,
48578c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8b, 0x07, 0x07, 0x04,
48588c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
48598c2ecf20Sopenharmony_ci		   0x20, 0x04, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
48608c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x04, 0x00, 0x02, 0x00, 0x7f,
48618c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
48628c2ecf20Sopenharmony_ci	PHYREGS(0x091a, 0x0916, 0x0912, 0x01c2, 0x01c3, 0x01c4),
48638c2ecf20Sopenharmony_ci  },
48648c2ecf20Sopenharmony_ci  {	.freq			= 5820,
48658c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x46, 0x05, 0x05, 0x04,
48668c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
48678c2ecf20Sopenharmony_ci		   0x20, 0x03, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
48688c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x03, 0x00, 0x02, 0x00, 0x7f,
48698c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
48708c2ecf20Sopenharmony_ci	PHYREGS(0x091c, 0x0918, 0x0914, 0x01c2, 0x01c2, 0x01c3),
48718c2ecf20Sopenharmony_ci  },
48728c2ecf20Sopenharmony_ci  {	.freq			= 5825,
48738c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8d, 0x07, 0x07, 0x04,
48748c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
48758c2ecf20Sopenharmony_ci		   0x20, 0x03, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
48768c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x03, 0x00, 0x02, 0x00, 0x7f,
48778c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
48788c2ecf20Sopenharmony_ci	PHYREGS(0x091e, 0x091a, 0x0916, 0x01c1, 0x01c2, 0x01c3),
48798c2ecf20Sopenharmony_ci  },
48808c2ecf20Sopenharmony_ci  {	.freq			= 5830,
48818c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x47, 0x05, 0x05, 0x04,
48828c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
48838c2ecf20Sopenharmony_ci		   0x20, 0x03, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
48848c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x03, 0x00, 0x02, 0x00, 0x7f,
48858c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
48868c2ecf20Sopenharmony_ci	PHYREGS(0x0920, 0x091c, 0x0918, 0x01c1, 0x01c2, 0x01c2),
48878c2ecf20Sopenharmony_ci  },
48888c2ecf20Sopenharmony_ci  {	.freq			= 5840,
48898c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x48, 0x05, 0x05, 0x04,
48908c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
48918c2ecf20Sopenharmony_ci		   0x20, 0x03, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
48928c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x03, 0x00, 0x02, 0x00, 0x7f,
48938c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
48948c2ecf20Sopenharmony_ci	PHYREGS(0x0924, 0x0920, 0x091c, 0x01c0, 0x01c1, 0x01c2),
48958c2ecf20Sopenharmony_ci  },
48968c2ecf20Sopenharmony_ci  {	.freq			= 5850,
48978c2ecf20Sopenharmony_ci	RADIOREGS3(0xe0, 0x00, 0x01, 0x02, 0x49, 0x05, 0x05, 0x04,
48988c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
48998c2ecf20Sopenharmony_ci		   0x20, 0x03, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
49008c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x03, 0x00, 0x02, 0x00, 0x7f,
49018c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
49028c2ecf20Sopenharmony_ci	PHYREGS(0x0928, 0x0924, 0x0920, 0x01bf, 0x01c0, 0x01c1),
49038c2ecf20Sopenharmony_ci  },
49048c2ecf20Sopenharmony_ci  {	.freq			= 5860,
49058c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x00, 0x01, 0x02, 0x4a, 0x05, 0x05, 0x04,
49068c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
49078c2ecf20Sopenharmony_ci		   0x20, 0x03, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
49088c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x03, 0x00, 0x02, 0x00, 0x7f,
49098c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
49108c2ecf20Sopenharmony_ci	PHYREGS(0x092c, 0x0928, 0x0924, 0x01bf, 0x01bf, 0x01c0),
49118c2ecf20Sopenharmony_ci  },
49128c2ecf20Sopenharmony_ci  {	.freq			= 5870,
49138c2ecf20Sopenharmony_ci	RADIOREGS3(0xdb, 0x00, 0x01, 0x02, 0x4b, 0x05, 0x05, 0x04,
49148c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
49158c2ecf20Sopenharmony_ci		   0x20, 0x02, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
49168c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x02, 0x00, 0x02, 0x00, 0x7f,
49178c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
49188c2ecf20Sopenharmony_ci	PHYREGS(0x0930, 0x092c, 0x0928, 0x01be, 0x01bf, 0x01bf),
49198c2ecf20Sopenharmony_ci  },
49208c2ecf20Sopenharmony_ci  {	.freq			= 5880,
49218c2ecf20Sopenharmony_ci	RADIOREGS3(0xd8, 0x00, 0x01, 0x02, 0x4c, 0x05, 0x05, 0x04,
49228c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
49238c2ecf20Sopenharmony_ci		   0x20, 0x02, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
49248c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x02, 0x00, 0x02, 0x00, 0x7f,
49258c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
49268c2ecf20Sopenharmony_ci	PHYREGS(0x0934, 0x0930, 0x092c, 0x01bd, 0x01be, 0x01bf),
49278c2ecf20Sopenharmony_ci  },
49288c2ecf20Sopenharmony_ci  {	.freq			= 5890,
49298c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4d, 0x05, 0x05, 0x04,
49308c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
49318c2ecf20Sopenharmony_ci		   0x20, 0x02, 0x00, 0x02, 0x00, 0x7f, 0x00, 0x09,
49328c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x02, 0x00, 0x02, 0x00, 0x7f,
49338c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0xf0, 0x00),
49348c2ecf20Sopenharmony_ci	PHYREGS(0x0938, 0x0934, 0x0930, 0x01bc, 0x01bd, 0x01be),
49358c2ecf20Sopenharmony_ci  },
49368c2ecf20Sopenharmony_ci  {	.freq			= 5900,
49378c2ecf20Sopenharmony_ci	RADIOREGS3(0xd3, 0x00, 0x01, 0x02, 0x4e, 0x05, 0x05, 0x04,
49388c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x87, 0x03, 0x00,
49398c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x07,
49408c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x02, 0x00, 0x00, 0x00, 0x7f,
49418c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf0, 0x00),
49428c2ecf20Sopenharmony_ci	PHYREGS(0x093c, 0x0938, 0x0934, 0x01bc, 0x01bc, 0x01bd),
49438c2ecf20Sopenharmony_ci  },
49448c2ecf20Sopenharmony_ci  {	.freq			= 5910,
49458c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4f, 0x05, 0x05, 0x04,
49468c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x87, 0x03, 0x00,
49478c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x07,
49488c2ecf20Sopenharmony_ci		   0x00, 0xf0, 0x00, 0x01, 0x00, 0x00, 0x00, 0x7f,
49498c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0xf0, 0x00),
49508c2ecf20Sopenharmony_ci	PHYREGS(0x0940, 0x093c, 0x0938, 0x01bb, 0x01bc, 0x01bc),
49518c2ecf20Sopenharmony_ci  },
49528c2ecf20Sopenharmony_ci  {	.freq			= 2412,
49538c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x6c, 0x08, 0x08, 0x04,
49548c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x04, 0x04, 0x04, 0x8f, 0x30, 0x00,
49558c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xff, 0x00, 0x04, 0x00, 0x70, 0x00,
49568c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xff, 0x00, 0x04, 0x00,
49578c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
49588c2ecf20Sopenharmony_ci	PHYREGS(0x03c9, 0x03c5, 0x03c1, 0x043a, 0x043f, 0x0443),
49598c2ecf20Sopenharmony_ci  },
49608c2ecf20Sopenharmony_ci  {	.freq			= 2417,
49618c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x71, 0x08, 0x08, 0x04,
49628c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
49638c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xff, 0x00, 0x04, 0x00, 0x70, 0x00,
49648c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xff, 0x00, 0x04, 0x00,
49658c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
49668c2ecf20Sopenharmony_ci	PHYREGS(0x03cb, 0x03c7, 0x03c3, 0x0438, 0x043d, 0x0441),
49678c2ecf20Sopenharmony_ci  },
49688c2ecf20Sopenharmony_ci  {	.freq			= 2422,
49698c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x76, 0x08, 0x08, 0x04,
49708c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
49718c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xff, 0x00, 0x04, 0x00, 0x70, 0x00,
49728c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xff, 0x00, 0x04, 0x00,
49738c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
49748c2ecf20Sopenharmony_ci	PHYREGS(0x03cd, 0x03c9, 0x03c5, 0x0436, 0x043a, 0x043f),
49758c2ecf20Sopenharmony_ci  },
49768c2ecf20Sopenharmony_ci  {	.freq			= 2427,
49778c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x7b, 0x08, 0x08, 0x04,
49788c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
49798c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xfd, 0x00, 0x04, 0x00, 0x70, 0x00,
49808c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xfd, 0x00, 0x04, 0x00,
49818c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
49828c2ecf20Sopenharmony_ci	PHYREGS(0x03cf, 0x03cb, 0x03c7, 0x0434, 0x0438, 0x043d),
49838c2ecf20Sopenharmony_ci  },
49848c2ecf20Sopenharmony_ci  {	.freq			= 2432,
49858c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x80, 0x08, 0x08, 0x04,
49868c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
49878c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xfb, 0x00, 0x04, 0x00, 0x70, 0x00,
49888c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xfb, 0x00, 0x04, 0x00,
49898c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
49908c2ecf20Sopenharmony_ci	PHYREGS(0x03d1, 0x03cd, 0x03c9, 0x0431, 0x0436, 0x043a),
49918c2ecf20Sopenharmony_ci  },
49928c2ecf20Sopenharmony_ci  {	.freq			= 2437,
49938c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x85, 0x08, 0x08, 0x04,
49948c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
49958c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xfa, 0x00, 0x04, 0x00, 0x70, 0x00,
49968c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xfa, 0x00, 0x04, 0x00,
49978c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
49988c2ecf20Sopenharmony_ci	PHYREGS(0x03d3, 0x03cf, 0x03cb, 0x042f, 0x0434, 0x0438),
49998c2ecf20Sopenharmony_ci  },
50008c2ecf20Sopenharmony_ci  {	.freq			= 2442,
50018c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8a, 0x08, 0x08, 0x04,
50028c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
50038c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf8, 0x00, 0x04, 0x00, 0x70, 0x00,
50048c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xf8, 0x00, 0x04, 0x00,
50058c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
50068c2ecf20Sopenharmony_ci	PHYREGS(0x03d5, 0x03d1, 0x03cd, 0x042d, 0x0431, 0x0436),
50078c2ecf20Sopenharmony_ci  },
50088c2ecf20Sopenharmony_ci  {	.freq			= 2447,
50098c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8f, 0x08, 0x08, 0x04,
50108c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
50118c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf7, 0x00, 0x04, 0x00, 0x70, 0x00,
50128c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xf7, 0x00, 0x04, 0x00,
50138c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
50148c2ecf20Sopenharmony_ci	PHYREGS(0x03d7, 0x03d3, 0x03cf, 0x042b, 0x042f, 0x0434),
50158c2ecf20Sopenharmony_ci  },
50168c2ecf20Sopenharmony_ci  {	.freq			= 2452,
50178c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x94, 0x08, 0x08, 0x04,
50188c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
50198c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf6, 0x00, 0x04, 0x00, 0x70, 0x00,
50208c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xf6, 0x00, 0x04, 0x00,
50218c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
50228c2ecf20Sopenharmony_ci	PHYREGS(0x03d9, 0x03d5, 0x03d1, 0x0429, 0x042d, 0x0431),
50238c2ecf20Sopenharmony_ci  },
50248c2ecf20Sopenharmony_ci  {	.freq			= 2457,
50258c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x99, 0x08, 0x08, 0x04,
50268c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
50278c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf5, 0x00, 0x04, 0x00, 0x70, 0x00,
50288c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xf5, 0x00, 0x04, 0x00,
50298c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
50308c2ecf20Sopenharmony_ci	PHYREGS(0x03db, 0x03d7, 0x03d3, 0x0427, 0x042b, 0x042f),
50318c2ecf20Sopenharmony_ci  },
50328c2ecf20Sopenharmony_ci  {	.freq			= 2462,
50338c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x9e, 0x08, 0x08, 0x04,
50348c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
50358c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf4, 0x00, 0x04, 0x00, 0x70, 0x00,
50368c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xf4, 0x00, 0x04, 0x00,
50378c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
50388c2ecf20Sopenharmony_ci	PHYREGS(0x03dd, 0x03d9, 0x03d5, 0x0424, 0x0429, 0x042d),
50398c2ecf20Sopenharmony_ci  },
50408c2ecf20Sopenharmony_ci  {	.freq			= 2467,
50418c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa3, 0x08, 0x08, 0x04,
50428c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
50438c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf3, 0x00, 0x04, 0x00, 0x70, 0x00,
50448c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xf3, 0x00, 0x04, 0x00,
50458c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
50468c2ecf20Sopenharmony_ci	PHYREGS(0x03df, 0x03db, 0x03d7, 0x0422, 0x0427, 0x042b),
50478c2ecf20Sopenharmony_ci  },
50488c2ecf20Sopenharmony_ci  {	.freq			= 2472,
50498c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa8, 0x08, 0x08, 0x04,
50508c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x30, 0x00,
50518c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf2, 0x00, 0x04, 0x00, 0x70, 0x00,
50528c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xf2, 0x00, 0x04, 0x00,
50538c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
50548c2ecf20Sopenharmony_ci	PHYREGS(0x03e1, 0x03dd, 0x03d9, 0x0420, 0x0424, 0x0429),
50558c2ecf20Sopenharmony_ci  },
50568c2ecf20Sopenharmony_ci  {	.freq			= 2484,
50578c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x03, 0x09, 0xb4, 0x08, 0x08, 0x04,
50588c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x30, 0x00,
50598c2ecf20Sopenharmony_ci		   0x00, 0x00, 0xf0, 0x00, 0x04, 0x00, 0x70, 0x00,
50608c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0e, 0x00, 0xf0, 0x00, 0x04, 0x00,
50618c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0e),
50628c2ecf20Sopenharmony_ci	PHYREGS(0x03e6, 0x03e2, 0x03de, 0x041b, 0x041f, 0x0424),
50638c2ecf20Sopenharmony_ci  },
50648c2ecf20Sopenharmony_ci};
50658c2ecf20Sopenharmony_ci
50668c2ecf20Sopenharmony_cistatic const struct b43_nphy_channeltab_entry_rev3 b43_nphy_channeltab_radio_rev5[] = {
50678c2ecf20Sopenharmony_ci  {	.freq			= 4920,
50688c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xec, 0x05, 0x05, 0x04,
50698c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
50708c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0b, 0x00, 0x70, 0x00, 0x0f,
50718c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0b, 0x00, 0x70,
50728c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
50738c2ecf20Sopenharmony_ci	PHYREGS(0x07b4, 0x07b0, 0x07ac, 0x0214, 0x0215, 0x0216),
50748c2ecf20Sopenharmony_ci  },
50758c2ecf20Sopenharmony_ci  {	.freq			= 4930,
50768c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xed, 0x05, 0x05, 0x04,
50778c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
50788c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0b, 0x00, 0x70, 0x00, 0x0e,
50798c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0b, 0x00, 0x70,
50808c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
50818c2ecf20Sopenharmony_ci	PHYREGS(0x07b8, 0x07b4, 0x07b0, 0x0213, 0x0214, 0x0215),
50828c2ecf20Sopenharmony_ci  },
50838c2ecf20Sopenharmony_ci  {	.freq			= 4940,
50848c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xee, 0x05, 0x05, 0x04,
50858c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
50868c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0b, 0x00, 0x70, 0x00, 0x0e,
50878c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0b, 0x00, 0x70,
50888c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
50898c2ecf20Sopenharmony_ci	PHYREGS(0x07bc, 0x07b8, 0x07b4, 0x0212, 0x0213, 0x0214),
50908c2ecf20Sopenharmony_ci  },
50918c2ecf20Sopenharmony_ci  {	.freq			= 4950,
50928c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xef, 0x05, 0x05, 0x04,
50938c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
50948c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0b, 0x00, 0x70, 0x00, 0x0e,
50958c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0b, 0x00, 0x70,
50968c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
50978c2ecf20Sopenharmony_ci	PHYREGS(0x07c0, 0x07bc, 0x07b8, 0x0211, 0x0212, 0x0213),
50988c2ecf20Sopenharmony_ci  },
50998c2ecf20Sopenharmony_ci  {	.freq			= 4960,
51008c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf0, 0x05, 0x05, 0x04,
51018c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51028c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0a, 0x00, 0x70, 0x00, 0x0e,
51038c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0a, 0x00, 0x70,
51048c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
51058c2ecf20Sopenharmony_ci	PHYREGS(0x07c4, 0x07c0, 0x07bc, 0x020f, 0x0211, 0x0212),
51068c2ecf20Sopenharmony_ci  },
51078c2ecf20Sopenharmony_ci  {	.freq			= 4970,
51088c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf1, 0x05, 0x05, 0x04,
51098c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51108c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0a, 0x00, 0x70, 0x00, 0x0d,
51118c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0a, 0x00, 0x70,
51128c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
51138c2ecf20Sopenharmony_ci	PHYREGS(0x07c8, 0x07c4, 0x07c0, 0x020e, 0x020f, 0x0211),
51148c2ecf20Sopenharmony_ci  },
51158c2ecf20Sopenharmony_ci  {	.freq			= 4980,
51168c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf2, 0x05, 0x05, 0x04,
51178c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51188c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0a, 0x00, 0x70, 0x00, 0x0d,
51198c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0a, 0x00, 0x70,
51208c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
51218c2ecf20Sopenharmony_ci	PHYREGS(0x07cc, 0x07c8, 0x07c4, 0x020d, 0x020e, 0x020f),
51228c2ecf20Sopenharmony_ci  },
51238c2ecf20Sopenharmony_ci  {	.freq			= 4990,
51248c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf3, 0x05, 0x05, 0x04,
51258c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51268c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0a, 0x00, 0x70, 0x00, 0x0d,
51278c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0a, 0x00, 0x70,
51288c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
51298c2ecf20Sopenharmony_ci	PHYREGS(0x07d0, 0x07cc, 0x07c8, 0x020c, 0x020d, 0x020e),
51308c2ecf20Sopenharmony_ci  },
51318c2ecf20Sopenharmony_ci  {	.freq			= 5000,
51328c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf4, 0x05, 0x05, 0x04,
51338c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51348c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0a, 0x00, 0x70, 0x00, 0x0d,
51358c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0a, 0x00, 0x70,
51368c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
51378c2ecf20Sopenharmony_ci	PHYREGS(0x07d4, 0x07d0, 0x07cc, 0x020b, 0x020c, 0x020d),
51388c2ecf20Sopenharmony_ci  },
51398c2ecf20Sopenharmony_ci  {	.freq			= 5010,
51408c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf5, 0x05, 0x05, 0x04,
51418c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51428c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0a, 0x00, 0x70, 0x00, 0x0d,
51438c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0a, 0x00, 0x70,
51448c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
51458c2ecf20Sopenharmony_ci	PHYREGS(0x07d8, 0x07d4, 0x07d0, 0x020a, 0x020b, 0x020c),
51468c2ecf20Sopenharmony_ci  },
51478c2ecf20Sopenharmony_ci  {	.freq			= 5020,
51488c2ecf20Sopenharmony_ci	RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf6, 0x05, 0x05, 0x04,
51498c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51508c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x09, 0x00, 0x70, 0x00, 0x0d,
51518c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x09, 0x00, 0x70,
51528c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
51538c2ecf20Sopenharmony_ci	PHYREGS(0x07dc, 0x07d8, 0x07d4, 0x0209, 0x020a, 0x020b),
51548c2ecf20Sopenharmony_ci  },
51558c2ecf20Sopenharmony_ci  {	.freq			= 5030,
51568c2ecf20Sopenharmony_ci	RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf7, 0x05, 0x05, 0x04,
51578c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51588c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x09, 0x00, 0x70, 0x00, 0x0c,
51598c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x09, 0x00, 0x70,
51608c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
51618c2ecf20Sopenharmony_ci	PHYREGS(0x07e0, 0x07dc, 0x07d8, 0x0208, 0x0209, 0x020a),
51628c2ecf20Sopenharmony_ci  },
51638c2ecf20Sopenharmony_ci  {	.freq			= 5040,
51648c2ecf20Sopenharmony_ci	RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf8, 0x05, 0x05, 0x04,
51658c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51668c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x70, 0x00, 0x0c,
51678c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x70,
51688c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
51698c2ecf20Sopenharmony_ci	PHYREGS(0x07e4, 0x07e0, 0x07dc, 0x0207, 0x0208, 0x0209),
51708c2ecf20Sopenharmony_ci  },
51718c2ecf20Sopenharmony_ci  {	.freq			= 5050,
51728c2ecf20Sopenharmony_ci	RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf9, 0x05, 0x05, 0x04,
51738c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51748c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x70, 0x00, 0x0c,
51758c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x70,
51768c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
51778c2ecf20Sopenharmony_ci	PHYREGS(0x07e8, 0x07e4, 0x07e0, 0x0206, 0x0207, 0x0208),
51788c2ecf20Sopenharmony_ci  },
51798c2ecf20Sopenharmony_ci  {	.freq			= 5060,
51808c2ecf20Sopenharmony_ci	RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfa, 0x05, 0x05, 0x04,
51818c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51828c2ecf20Sopenharmony_ci		   0xff, 0xfd, 0x00, 0x09, 0x00, 0x70, 0x00, 0x0c,
51838c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfd, 0x00, 0x09, 0x00, 0x70,
51848c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
51858c2ecf20Sopenharmony_ci	PHYREGS(0x07ec, 0x07e8, 0x07e4, 0x0205, 0x0206, 0x0207),
51868c2ecf20Sopenharmony_ci  },
51878c2ecf20Sopenharmony_ci  {	.freq			= 5070,
51888c2ecf20Sopenharmony_ci	RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfb, 0x05, 0x05, 0x04,
51898c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51908c2ecf20Sopenharmony_ci		   0xff, 0xfd, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0b,
51918c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfd, 0x00, 0x08, 0x00, 0x70,
51928c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
51938c2ecf20Sopenharmony_ci	PHYREGS(0x07f0, 0x07ec, 0x07e8, 0x0204, 0x0205, 0x0206),
51948c2ecf20Sopenharmony_ci  },
51958c2ecf20Sopenharmony_ci  {	.freq			= 5080,
51968c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfc, 0x05, 0x05, 0x04,
51978c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
51988c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0b,
51998c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x70,
52008c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
52018c2ecf20Sopenharmony_ci	PHYREGS(0x07f4, 0x07f0, 0x07ec, 0x0203, 0x0204, 0x0205),
52028c2ecf20Sopenharmony_ci  },
52038c2ecf20Sopenharmony_ci  {	.freq			= 5090,
52048c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfd, 0x05, 0x05, 0x04,
52058c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
52068c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0b,
52078c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x70,
52088c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
52098c2ecf20Sopenharmony_ci	PHYREGS(0x07f8, 0x07f4, 0x07f0, 0x0202, 0x0203, 0x0204),
52108c2ecf20Sopenharmony_ci  },
52118c2ecf20Sopenharmony_ci  {	.freq			= 5100,
52128c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xfe, 0x05, 0x05, 0x04,
52138c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
52148c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0b,
52158c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x70,
52168c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
52178c2ecf20Sopenharmony_ci	PHYREGS(0x07fc, 0x07f8, 0x07f4, 0x0201, 0x0202, 0x0203),
52188c2ecf20Sopenharmony_ci  },
52198c2ecf20Sopenharmony_ci  {	.freq			= 5110,
52208c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xff, 0x05, 0x05, 0x04,
52218c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
52228c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0b,
52238c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x70,
52248c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
52258c2ecf20Sopenharmony_ci	PHYREGS(0x0800, 0x07fc, 0x07f8, 0x0200, 0x0201, 0x0202),
52268c2ecf20Sopenharmony_ci  },
52278c2ecf20Sopenharmony_ci  {	.freq			= 5120,
52288c2ecf20Sopenharmony_ci	RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x00, 0x05, 0x05, 0x04,
52298c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
52308c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0b,
52318c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x70,
52328c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
52338c2ecf20Sopenharmony_ci	PHYREGS(0x0804, 0x0800, 0x07fc, 0x01ff, 0x0200, 0x0201),
52348c2ecf20Sopenharmony_ci  },
52358c2ecf20Sopenharmony_ci  {	.freq			= 5130,
52368c2ecf20Sopenharmony_ci	RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x01, 0x05, 0x05, 0x04,
52378c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
52388c2ecf20Sopenharmony_ci		   0xff, 0xfb, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0a,
52398c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfb, 0x00, 0x08, 0x00, 0x70,
52408c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
52418c2ecf20Sopenharmony_ci	PHYREGS(0x0808, 0x0804, 0x0800, 0x01fe, 0x01ff, 0x0200),
52428c2ecf20Sopenharmony_ci  },
52438c2ecf20Sopenharmony_ci  {	.freq			= 5140,
52448c2ecf20Sopenharmony_ci	RADIOREGS3(0xc6, 0x01, 0x01, 0x02, 0x02, 0x05, 0x05, 0x04,
52458c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
52468c2ecf20Sopenharmony_ci		   0xff, 0xfb, 0x00, 0x07, 0x00, 0x70, 0x00, 0x0a,
52478c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfb, 0x00, 0x07, 0x00, 0x70,
52488c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
52498c2ecf20Sopenharmony_ci	PHYREGS(0x080c, 0x0808, 0x0804, 0x01fd, 0x01fe, 0x01ff),
52508c2ecf20Sopenharmony_ci  },
52518c2ecf20Sopenharmony_ci  {	.freq			= 5160,
52528c2ecf20Sopenharmony_ci	RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x04, 0x05, 0x05, 0x04,
52538c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
52548c2ecf20Sopenharmony_ci		   0xff, 0xfb, 0x00, 0x07, 0x00, 0x70, 0x00, 0x09,
52558c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfb, 0x00, 0x07, 0x00, 0x70,
52568c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
52578c2ecf20Sopenharmony_ci	PHYREGS(0x0814, 0x0810, 0x080c, 0x01fb, 0x01fc, 0x01fd),
52588c2ecf20Sopenharmony_ci  },
52598c2ecf20Sopenharmony_ci  {	.freq			= 5170,
52608c2ecf20Sopenharmony_ci	RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x05, 0x05, 0x05, 0x04,
52618c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
52628c2ecf20Sopenharmony_ci		   0xff, 0xfb, 0x00, 0x06, 0x00, 0x70, 0x00, 0x09,
52638c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfb, 0x00, 0x06, 0x00, 0x70,
52648c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
52658c2ecf20Sopenharmony_ci	PHYREGS(0x0818, 0x0814, 0x0810, 0x01fa, 0x01fb, 0x01fc),
52668c2ecf20Sopenharmony_ci  },
52678c2ecf20Sopenharmony_ci  {	.freq			= 5180,
52688c2ecf20Sopenharmony_ci	RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x06, 0x05, 0x05, 0x04,
52698c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
52708c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x06, 0x00, 0x70, 0x00, 0x09,
52718c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfa, 0x00, 0x06, 0x00, 0x70,
52728c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
52738c2ecf20Sopenharmony_ci	PHYREGS(0x081c, 0x0818, 0x0814, 0x01f9, 0x01fa, 0x01fb),
52748c2ecf20Sopenharmony_ci  },
52758c2ecf20Sopenharmony_ci  {	.freq			= 5190,
52768c2ecf20Sopenharmony_ci	RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x07, 0x05, 0x05, 0x04,
52778c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
52788c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x06, 0x00, 0x70, 0x00, 0x09,
52798c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfa, 0x00, 0x06, 0x00, 0x70,
52808c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
52818c2ecf20Sopenharmony_ci	PHYREGS(0x0820, 0x081c, 0x0818, 0x01f8, 0x01f9, 0x01fa),
52828c2ecf20Sopenharmony_ci  },
52838c2ecf20Sopenharmony_ci  {	.freq			= 5200,
52848c2ecf20Sopenharmony_ci	RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x08, 0x05, 0x05, 0x04,
52858c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
52868c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x06, 0x00, 0x70, 0x00, 0x09,
52878c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfa, 0x00, 0x06, 0x00, 0x70,
52888c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
52898c2ecf20Sopenharmony_ci	PHYREGS(0x0824, 0x0820, 0x081c, 0x01f7, 0x01f8, 0x01f9),
52908c2ecf20Sopenharmony_ci  },
52918c2ecf20Sopenharmony_ci  {	.freq			= 5210,
52928c2ecf20Sopenharmony_ci	RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x09, 0x05, 0x05, 0x04,
52938c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
52948c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x06, 0x00, 0x70, 0x00, 0x09,
52958c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfa, 0x00, 0x06, 0x00, 0x70,
52968c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
52978c2ecf20Sopenharmony_ci	PHYREGS(0x0828, 0x0824, 0x0820, 0x01f6, 0x01f7, 0x01f8),
52988c2ecf20Sopenharmony_ci  },
52998c2ecf20Sopenharmony_ci  {	.freq			= 5220,
53008c2ecf20Sopenharmony_ci	RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0a, 0x05, 0x05, 0x04,
53018c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
53028c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x06, 0x00, 0x70, 0x00, 0x09,
53038c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfa, 0x00, 0x06, 0x00, 0x70,
53048c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
53058c2ecf20Sopenharmony_ci	PHYREGS(0x082c, 0x0828, 0x0824, 0x01f5, 0x01f6, 0x01f7),
53068c2ecf20Sopenharmony_ci  },
53078c2ecf20Sopenharmony_ci  {	.freq			= 5230,
53088c2ecf20Sopenharmony_ci	RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0b, 0x05, 0x05, 0x04,
53098c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
53108c2ecf20Sopenharmony_ci		   0xff, 0xea, 0x00, 0x06, 0x00, 0x70, 0x00, 0x08,
53118c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xea, 0x00, 0x06, 0x00, 0x70,
53128c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6e, 0x00),
53138c2ecf20Sopenharmony_ci	PHYREGS(0x0830, 0x082c, 0x0828, 0x01f4, 0x01f5, 0x01f6),
53148c2ecf20Sopenharmony_ci  },
53158c2ecf20Sopenharmony_ci  {	.freq			= 5240,
53168c2ecf20Sopenharmony_ci	RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0c, 0x05, 0x05, 0x04,
53178c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
53188c2ecf20Sopenharmony_ci		   0xff, 0xe9, 0x00, 0x05, 0x00, 0x70, 0x00, 0x08,
53198c2ecf20Sopenharmony_ci		   0x00, 0x9d, 0x00, 0xe9, 0x00, 0x05, 0x00, 0x70,
53208c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6d, 0x00),
53218c2ecf20Sopenharmony_ci	PHYREGS(0x0834, 0x0830, 0x082c, 0x01f3, 0x01f4, 0x01f5),
53228c2ecf20Sopenharmony_ci  },
53238c2ecf20Sopenharmony_ci  {	.freq			= 5250,
53248c2ecf20Sopenharmony_ci	RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0d, 0x05, 0x05, 0x04,
53258c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
53268c2ecf20Sopenharmony_ci		   0xff, 0xe9, 0x00, 0x05, 0x00, 0x70, 0x00, 0x08,
53278c2ecf20Sopenharmony_ci		   0x00, 0x9d, 0x00, 0xe9, 0x00, 0x05, 0x00, 0x70,
53288c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6d, 0x00),
53298c2ecf20Sopenharmony_ci	PHYREGS(0x0838, 0x0834, 0x0830, 0x01f2, 0x01f3, 0x01f4),
53308c2ecf20Sopenharmony_ci  },
53318c2ecf20Sopenharmony_ci  {	.freq			= 5260,
53328c2ecf20Sopenharmony_ci	RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0e, 0x05, 0x05, 0x04,
53338c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
53348c2ecf20Sopenharmony_ci		   0xff, 0xd9, 0x00, 0x05, 0x00, 0x70, 0x00, 0x08,
53358c2ecf20Sopenharmony_ci		   0x00, 0x9d, 0x00, 0xd9, 0x00, 0x05, 0x00, 0x70,
53368c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6d, 0x00),
53378c2ecf20Sopenharmony_ci	PHYREGS(0x083c, 0x0838, 0x0834, 0x01f1, 0x01f2, 0x01f3),
53388c2ecf20Sopenharmony_ci  },
53398c2ecf20Sopenharmony_ci  {	.freq			= 5270,
53408c2ecf20Sopenharmony_ci	RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0f, 0x05, 0x05, 0x04,
53418c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0f, 0x00,
53428c2ecf20Sopenharmony_ci		   0xff, 0xd8, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
53438c2ecf20Sopenharmony_ci		   0x00, 0x9c, 0x00, 0xd8, 0x00, 0x04, 0x00, 0x70,
53448c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6c, 0x00),
53458c2ecf20Sopenharmony_ci	PHYREGS(0x0840, 0x083c, 0x0838, 0x01f0, 0x01f1, 0x01f2),
53468c2ecf20Sopenharmony_ci  },
53478c2ecf20Sopenharmony_ci  {	.freq			= 5280,
53488c2ecf20Sopenharmony_ci	RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x10, 0x05, 0x05, 0x04,
53498c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0f, 0x00,
53508c2ecf20Sopenharmony_ci		   0xff, 0xc8, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
53518c2ecf20Sopenharmony_ci		   0x00, 0x9c, 0x00, 0xc8, 0x00, 0x04, 0x00, 0x70,
53528c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6c, 0x00),
53538c2ecf20Sopenharmony_ci	PHYREGS(0x0844, 0x0840, 0x083c, 0x01f0, 0x01f0, 0x01f1),
53548c2ecf20Sopenharmony_ci  },
53558c2ecf20Sopenharmony_ci  {	.freq			= 5290,
53568c2ecf20Sopenharmony_ci	RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x11, 0x05, 0x05, 0x04,
53578c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0f, 0x00,
53588c2ecf20Sopenharmony_ci		   0xff, 0xc8, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
53598c2ecf20Sopenharmony_ci		   0x00, 0x9c, 0x00, 0xc8, 0x00, 0x04, 0x00, 0x70,
53608c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6c, 0x00),
53618c2ecf20Sopenharmony_ci	PHYREGS(0x0848, 0x0844, 0x0840, 0x01ef, 0x01f0, 0x01f0),
53628c2ecf20Sopenharmony_ci  },
53638c2ecf20Sopenharmony_ci  {	.freq			= 5300,
53648c2ecf20Sopenharmony_ci	RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x12, 0x05, 0x05, 0x04,
53658c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
53668c2ecf20Sopenharmony_ci		   0xff, 0xc8, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
53678c2ecf20Sopenharmony_ci		   0x00, 0x9c, 0x00, 0xc8, 0x00, 0x04, 0x00, 0x70,
53688c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6c, 0x00),
53698c2ecf20Sopenharmony_ci	PHYREGS(0x084c, 0x0848, 0x0844, 0x01ee, 0x01ef, 0x01f0),
53708c2ecf20Sopenharmony_ci  },
53718c2ecf20Sopenharmony_ci  {	.freq			= 5310,
53728c2ecf20Sopenharmony_ci	RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x13, 0x05, 0x05, 0x04,
53738c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
53748c2ecf20Sopenharmony_ci		   0xff, 0xc8, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
53758c2ecf20Sopenharmony_ci		   0x00, 0x9c, 0x00, 0xc8, 0x00, 0x04, 0x00, 0x70,
53768c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6c, 0x00),
53778c2ecf20Sopenharmony_ci	PHYREGS(0x0850, 0x084c, 0x0848, 0x01ed, 0x01ee, 0x01ef),
53788c2ecf20Sopenharmony_ci  },
53798c2ecf20Sopenharmony_ci  {	.freq			= 5320,
53808c2ecf20Sopenharmony_ci	RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x14, 0x05, 0x05, 0x04,
53818c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
53828c2ecf20Sopenharmony_ci		   0xff, 0xb8, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
53838c2ecf20Sopenharmony_ci		   0x00, 0x9c, 0x00, 0xb8, 0x00, 0x04, 0x00, 0x70,
53848c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6c, 0x00),
53858c2ecf20Sopenharmony_ci	PHYREGS(0x0854, 0x0850, 0x084c, 0x01ec, 0x01ed, 0x01ee),
53868c2ecf20Sopenharmony_ci  },
53878c2ecf20Sopenharmony_ci  {	.freq			= 5330,
53888c2ecf20Sopenharmony_ci	RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x15, 0x05, 0x05, 0x04,
53898c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
53908c2ecf20Sopenharmony_ci		   0xff, 0xb7, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
53918c2ecf20Sopenharmony_ci		   0x00, 0x9b, 0x00, 0xb7, 0x00, 0x04, 0x00, 0x70,
53928c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6b, 0x00),
53938c2ecf20Sopenharmony_ci	PHYREGS(0x0858, 0x0854, 0x0850, 0x01eb, 0x01ec, 0x01ed),
53948c2ecf20Sopenharmony_ci  },
53958c2ecf20Sopenharmony_ci  {	.freq			= 5340,
53968c2ecf20Sopenharmony_ci	RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x16, 0x05, 0x05, 0x04,
53978c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
53988c2ecf20Sopenharmony_ci		   0xff, 0xb7, 0x00, 0x03, 0x00, 0x70, 0x00, 0x07,
53998c2ecf20Sopenharmony_ci		   0x00, 0x9b, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x70,
54008c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6b, 0x00),
54018c2ecf20Sopenharmony_ci	PHYREGS(0x085c, 0x0858, 0x0854, 0x01ea, 0x01eb, 0x01ec),
54028c2ecf20Sopenharmony_ci  },
54038c2ecf20Sopenharmony_ci  {	.freq			= 5350,
54048c2ecf20Sopenharmony_ci	RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x17, 0x05, 0x05, 0x04,
54058c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
54068c2ecf20Sopenharmony_ci		   0xff, 0xa7, 0x00, 0x03, 0x00, 0x70, 0x00, 0x06,
54078c2ecf20Sopenharmony_ci		   0x00, 0x9b, 0x00, 0xa7, 0x00, 0x03, 0x00, 0x70,
54088c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6b, 0x00),
54098c2ecf20Sopenharmony_ci	PHYREGS(0x0860, 0x085c, 0x0858, 0x01e9, 0x01ea, 0x01eb),
54108c2ecf20Sopenharmony_ci  },
54118c2ecf20Sopenharmony_ci  {	.freq			= 5360,
54128c2ecf20Sopenharmony_ci	RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x18, 0x05, 0x05, 0x04,
54138c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
54148c2ecf20Sopenharmony_ci		   0xff, 0xa6, 0x00, 0x03, 0x00, 0x70, 0x00, 0x06,
54158c2ecf20Sopenharmony_ci		   0x00, 0x9b, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x70,
54168c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6b, 0x00),
54178c2ecf20Sopenharmony_ci	PHYREGS(0x0864, 0x0860, 0x085c, 0x01e8, 0x01e9, 0x01ea),
54188c2ecf20Sopenharmony_ci  },
54198c2ecf20Sopenharmony_ci  {	.freq			= 5370,
54208c2ecf20Sopenharmony_ci	RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x19, 0x05, 0x05, 0x04,
54218c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
54228c2ecf20Sopenharmony_ci		   0xff, 0xa6, 0x00, 0x03, 0x00, 0x70, 0x00, 0x06,
54238c2ecf20Sopenharmony_ci		   0x00, 0x9b, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x70,
54248c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x5b, 0x00),
54258c2ecf20Sopenharmony_ci	PHYREGS(0x0868, 0x0864, 0x0860, 0x01e7, 0x01e8, 0x01e9),
54268c2ecf20Sopenharmony_ci  },
54278c2ecf20Sopenharmony_ci  {	.freq			= 5380,
54288c2ecf20Sopenharmony_ci	RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1a, 0x05, 0x05, 0x04,
54298c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
54308c2ecf20Sopenharmony_ci		   0xff, 0x96, 0x00, 0x03, 0x00, 0x70, 0x00, 0x06,
54318c2ecf20Sopenharmony_ci		   0x00, 0x9a, 0x00, 0x96, 0x00, 0x03, 0x00, 0x70,
54328c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x5a, 0x00),
54338c2ecf20Sopenharmony_ci	PHYREGS(0x086c, 0x0868, 0x0864, 0x01e6, 0x01e7, 0x01e8),
54348c2ecf20Sopenharmony_ci  },
54358c2ecf20Sopenharmony_ci  {	.freq			= 5390,
54368c2ecf20Sopenharmony_ci	RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1b, 0x05, 0x05, 0x04,
54378c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8f, 0x0e, 0x00,
54388c2ecf20Sopenharmony_ci		   0xff, 0x95, 0x00, 0x03, 0x00, 0x70, 0x00, 0x06,
54398c2ecf20Sopenharmony_ci		   0x00, 0x9a, 0x00, 0x95, 0x00, 0x03, 0x00, 0x70,
54408c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x5a, 0x00),
54418c2ecf20Sopenharmony_ci	PHYREGS(0x0870, 0x086c, 0x0868, 0x01e5, 0x01e6, 0x01e7),
54428c2ecf20Sopenharmony_ci  },
54438c2ecf20Sopenharmony_ci  {	.freq			= 5400,
54448c2ecf20Sopenharmony_ci	RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1c, 0x05, 0x05, 0x04,
54458c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
54468c2ecf20Sopenharmony_ci		   0xc8, 0x95, 0x00, 0x03, 0x00, 0x70, 0x00, 0x06,
54478c2ecf20Sopenharmony_ci		   0x00, 0x9a, 0x00, 0x95, 0x00, 0x03, 0x00, 0x70,
54488c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x5a, 0x00),
54498c2ecf20Sopenharmony_ci	PHYREGS(0x0874, 0x0870, 0x086c, 0x01e5, 0x01e5, 0x01e6),
54508c2ecf20Sopenharmony_ci  },
54518c2ecf20Sopenharmony_ci  {	.freq			= 5410,
54528c2ecf20Sopenharmony_ci	RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1d, 0x05, 0x05, 0x04,
54538c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
54548c2ecf20Sopenharmony_ci		   0xc8, 0x95, 0x00, 0x03, 0x00, 0x70, 0x00, 0x05,
54558c2ecf20Sopenharmony_ci		   0x00, 0x9a, 0x00, 0x95, 0x00, 0x03, 0x00, 0x70,
54568c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x5a, 0x00),
54578c2ecf20Sopenharmony_ci	PHYREGS(0x0878, 0x0874, 0x0870, 0x01e4, 0x01e5, 0x01e5),
54588c2ecf20Sopenharmony_ci  },
54598c2ecf20Sopenharmony_ci  {	.freq			= 5420,
54608c2ecf20Sopenharmony_ci	RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1e, 0x05, 0x05, 0x04,
54618c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
54628c2ecf20Sopenharmony_ci		   0xc8, 0x95, 0x00, 0x03, 0x00, 0x70, 0x00, 0x05,
54638c2ecf20Sopenharmony_ci		   0x00, 0x9a, 0x00, 0x95, 0x00, 0x03, 0x00, 0x70,
54648c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x5a, 0x00),
54658c2ecf20Sopenharmony_ci	PHYREGS(0x087c, 0x0878, 0x0874, 0x01e3, 0x01e4, 0x01e5),
54668c2ecf20Sopenharmony_ci  },
54678c2ecf20Sopenharmony_ci  {	.freq			= 5430,
54688c2ecf20Sopenharmony_ci	RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1f, 0x05, 0x05, 0x04,
54698c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
54708c2ecf20Sopenharmony_ci		   0xc8, 0x85, 0x00, 0x02, 0x00, 0x70, 0x00, 0x05,
54718c2ecf20Sopenharmony_ci		   0x00, 0x99, 0x00, 0x85, 0x00, 0x02, 0x00, 0x70,
54728c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x59, 0x00),
54738c2ecf20Sopenharmony_ci	PHYREGS(0x0880, 0x087c, 0x0878, 0x01e2, 0x01e3, 0x01e4),
54748c2ecf20Sopenharmony_ci  },
54758c2ecf20Sopenharmony_ci  {	.freq			= 5440,
54768c2ecf20Sopenharmony_ci	RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x20, 0x05, 0x05, 0x04,
54778c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
54788c2ecf20Sopenharmony_ci		   0xc8, 0x84, 0x00, 0x02, 0x00, 0x70, 0x00, 0x05,
54798c2ecf20Sopenharmony_ci		   0x00, 0x99, 0x00, 0x84, 0x00, 0x02, 0x00, 0x70,
54808c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x59, 0x00),
54818c2ecf20Sopenharmony_ci	PHYREGS(0x0884, 0x0880, 0x087c, 0x01e1, 0x01e2, 0x01e3),
54828c2ecf20Sopenharmony_ci  },
54838c2ecf20Sopenharmony_ci  {	.freq			= 5450,
54848c2ecf20Sopenharmony_ci	RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x21, 0x05, 0x05, 0x04,
54858c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
54868c2ecf20Sopenharmony_ci		   0xc8, 0x84, 0x00, 0x02, 0x00, 0x70, 0x00, 0x05,
54878c2ecf20Sopenharmony_ci		   0x00, 0x99, 0x00, 0x84, 0x00, 0x02, 0x00, 0x70,
54888c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x59, 0x00),
54898c2ecf20Sopenharmony_ci	PHYREGS(0x0888, 0x0884, 0x0880, 0x01e0, 0x01e1, 0x01e2),
54908c2ecf20Sopenharmony_ci  },
54918c2ecf20Sopenharmony_ci  {	.freq			= 5460,
54928c2ecf20Sopenharmony_ci	RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x22, 0x05, 0x05, 0x04,
54938c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
54948c2ecf20Sopenharmony_ci		   0xc8, 0x84, 0x00, 0x02, 0x00, 0x70, 0x00, 0x04,
54958c2ecf20Sopenharmony_ci		   0x00, 0x99, 0x00, 0x84, 0x00, 0x02, 0x00, 0x70,
54968c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x69, 0x00),
54978c2ecf20Sopenharmony_ci	PHYREGS(0x088c, 0x0888, 0x0884, 0x01df, 0x01e0, 0x01e1),
54988c2ecf20Sopenharmony_ci  },
54998c2ecf20Sopenharmony_ci  {	.freq			= 5470,
55008c2ecf20Sopenharmony_ci	RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x23, 0x05, 0x05, 0x04,
55018c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
55028c2ecf20Sopenharmony_ci		   0xc8, 0x74, 0x00, 0x01, 0x00, 0x70, 0x00, 0x04,
55038c2ecf20Sopenharmony_ci		   0x00, 0x99, 0x00, 0x74, 0x00, 0x01, 0x00, 0x70,
55048c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x69, 0x00),
55058c2ecf20Sopenharmony_ci	PHYREGS(0x0890, 0x088c, 0x0888, 0x01de, 0x01df, 0x01e0),
55068c2ecf20Sopenharmony_ci  },
55078c2ecf20Sopenharmony_ci  {	.freq			= 5480,
55088c2ecf20Sopenharmony_ci	RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x24, 0x05, 0x05, 0x04,
55098c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
55108c2ecf20Sopenharmony_ci		   0xc8, 0x73, 0x00, 0x01, 0x00, 0x70, 0x00, 0x04,
55118c2ecf20Sopenharmony_ci		   0x00, 0x98, 0x00, 0x73, 0x00, 0x01, 0x00, 0x70,
55128c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x68, 0x00),
55138c2ecf20Sopenharmony_ci	PHYREGS(0x0894, 0x0890, 0x088c, 0x01dd, 0x01de, 0x01df),
55148c2ecf20Sopenharmony_ci  },
55158c2ecf20Sopenharmony_ci  {	.freq			= 5490,
55168c2ecf20Sopenharmony_ci	RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x25, 0x05, 0x05, 0x04,
55178c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0d, 0x00,
55188c2ecf20Sopenharmony_ci		   0xc8, 0x73, 0x00, 0x01, 0x00, 0x70, 0x00, 0x04,
55198c2ecf20Sopenharmony_ci		   0x00, 0x98, 0x00, 0x73, 0x00, 0x01, 0x00, 0x70,
55208c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x68, 0x00),
55218c2ecf20Sopenharmony_ci	PHYREGS(0x0898, 0x0894, 0x0890, 0x01dd, 0x01dd, 0x01de),
55228c2ecf20Sopenharmony_ci  },
55238c2ecf20Sopenharmony_ci  {	.freq			= 5500,
55248c2ecf20Sopenharmony_ci	RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x26, 0x05, 0x05, 0x04,
55258c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
55268c2ecf20Sopenharmony_ci		   0x84, 0x73, 0x00, 0x01, 0x00, 0x70, 0x00, 0x04,
55278c2ecf20Sopenharmony_ci		   0x00, 0x98, 0x00, 0x73, 0x00, 0x01, 0x00, 0x70,
55288c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x78, 0x00),
55298c2ecf20Sopenharmony_ci	PHYREGS(0x089c, 0x0898, 0x0894, 0x01dc, 0x01dd, 0x01dd),
55308c2ecf20Sopenharmony_ci  },
55318c2ecf20Sopenharmony_ci  {	.freq			= 5510,
55328c2ecf20Sopenharmony_ci	RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x27, 0x05, 0x05, 0x04,
55338c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
55348c2ecf20Sopenharmony_ci		   0x84, 0x73, 0x00, 0x01, 0x00, 0x70, 0x00, 0x04,
55358c2ecf20Sopenharmony_ci		   0x00, 0x98, 0x00, 0x73, 0x00, 0x01, 0x00, 0x70,
55368c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x78, 0x00),
55378c2ecf20Sopenharmony_ci	PHYREGS(0x08a0, 0x089c, 0x0898, 0x01db, 0x01dc, 0x01dd),
55388c2ecf20Sopenharmony_ci  },
55398c2ecf20Sopenharmony_ci  {	.freq			= 5520,
55408c2ecf20Sopenharmony_ci	RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x28, 0x05, 0x05, 0x04,
55418c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
55428c2ecf20Sopenharmony_ci		   0x84, 0x73, 0x00, 0x01, 0x00, 0x70, 0x00, 0x04,
55438c2ecf20Sopenharmony_ci		   0x00, 0x98, 0x00, 0x73, 0x00, 0x01, 0x00, 0x70,
55448c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x78, 0x00),
55458c2ecf20Sopenharmony_ci	PHYREGS(0x08a4, 0x08a0, 0x089c, 0x01da, 0x01db, 0x01dc),
55468c2ecf20Sopenharmony_ci  },
55478c2ecf20Sopenharmony_ci  {	.freq			= 5530,
55488c2ecf20Sopenharmony_ci	RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x29, 0x05, 0x05, 0x04,
55498c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
55508c2ecf20Sopenharmony_ci		   0x84, 0x63, 0x00, 0x01, 0x00, 0x70, 0x00, 0x03,
55518c2ecf20Sopenharmony_ci		   0x00, 0x98, 0x00, 0x63, 0x00, 0x01, 0x00, 0x70,
55528c2ecf20Sopenharmony_ci		   0x00, 0x03, 0x00, 0x78, 0x00),
55538c2ecf20Sopenharmony_ci	PHYREGS(0x08a8, 0x08a4, 0x08a0, 0x01d9, 0x01da, 0x01db),
55548c2ecf20Sopenharmony_ci  },
55558c2ecf20Sopenharmony_ci  {	.freq			= 5540,
55568c2ecf20Sopenharmony_ci	RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2a, 0x05, 0x05, 0x04,
55578c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
55588c2ecf20Sopenharmony_ci		   0x84, 0x62, 0x00, 0x00, 0x00, 0x70, 0x00, 0x03,
55598c2ecf20Sopenharmony_ci		   0x00, 0x97, 0x00, 0x62, 0x00, 0x00, 0x00, 0x70,
55608c2ecf20Sopenharmony_ci		   0x00, 0x03, 0x00, 0x77, 0x00),
55618c2ecf20Sopenharmony_ci	PHYREGS(0x08ac, 0x08a8, 0x08a4, 0x01d8, 0x01d9, 0x01da),
55628c2ecf20Sopenharmony_ci  },
55638c2ecf20Sopenharmony_ci  {	.freq			= 5550,
55648c2ecf20Sopenharmony_ci	RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2b, 0x05, 0x05, 0x04,
55658c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
55668c2ecf20Sopenharmony_ci		   0x84, 0x62, 0x00, 0x00, 0x00, 0x70, 0x00, 0x03,
55678c2ecf20Sopenharmony_ci		   0x00, 0x97, 0x00, 0x62, 0x00, 0x00, 0x00, 0x70,
55688c2ecf20Sopenharmony_ci		   0x00, 0x03, 0x00, 0x77, 0x00),
55698c2ecf20Sopenharmony_ci	PHYREGS(0x08b0, 0x08ac, 0x08a8, 0x01d7, 0x01d8, 0x01d9),
55708c2ecf20Sopenharmony_ci  },
55718c2ecf20Sopenharmony_ci  {	.freq			= 5560,
55728c2ecf20Sopenharmony_ci	RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2c, 0x05, 0x05, 0x04,
55738c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
55748c2ecf20Sopenharmony_ci		   0x84, 0x62, 0x00, 0x00, 0x00, 0x70, 0x00, 0x03,
55758c2ecf20Sopenharmony_ci		   0x00, 0x97, 0x00, 0x62, 0x00, 0x00, 0x00, 0x70,
55768c2ecf20Sopenharmony_ci		   0x00, 0x03, 0x00, 0x77, 0x00),
55778c2ecf20Sopenharmony_ci	PHYREGS(0x08b4, 0x08b0, 0x08ac, 0x01d7, 0x01d7, 0x01d8),
55788c2ecf20Sopenharmony_ci  },
55798c2ecf20Sopenharmony_ci  {	.freq			= 5570,
55808c2ecf20Sopenharmony_ci	RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2d, 0x05, 0x05, 0x04,
55818c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
55828c2ecf20Sopenharmony_ci		   0x84, 0x52, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
55838c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x52, 0x00, 0x00, 0x00, 0x70,
55848c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x76, 0x00),
55858c2ecf20Sopenharmony_ci	PHYREGS(0x08b8, 0x08b4, 0x08b0, 0x01d6, 0x01d7, 0x01d7),
55868c2ecf20Sopenharmony_ci  },
55878c2ecf20Sopenharmony_ci  {	.freq			= 5580,
55888c2ecf20Sopenharmony_ci	RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2e, 0x05, 0x05, 0x04,
55898c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
55908c2ecf20Sopenharmony_ci		   0x84, 0x52, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
55918c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x52, 0x00, 0x00, 0x00, 0x70,
55928c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x76, 0x00),
55938c2ecf20Sopenharmony_ci	PHYREGS(0x08bc, 0x08b8, 0x08b4, 0x01d5, 0x01d6, 0x01d7),
55948c2ecf20Sopenharmony_ci  },
55958c2ecf20Sopenharmony_ci  {	.freq			= 5590,
55968c2ecf20Sopenharmony_ci	RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2f, 0x05, 0x05, 0x04,
55978c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8d, 0x0b, 0x00,
55988c2ecf20Sopenharmony_ci		   0x84, 0x51, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
55998c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x51, 0x00, 0x00, 0x00, 0x70,
56008c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x76, 0x00),
56018c2ecf20Sopenharmony_ci	PHYREGS(0x08c0, 0x08bc, 0x08b8, 0x01d4, 0x01d5, 0x01d6),
56028c2ecf20Sopenharmony_ci  },
56038c2ecf20Sopenharmony_ci  {	.freq			= 5600,
56048c2ecf20Sopenharmony_ci	RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x30, 0x05, 0x05, 0x04,
56058c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
56068c2ecf20Sopenharmony_ci		   0x70, 0x51, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
56078c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x51, 0x00, 0x00, 0x00, 0x70,
56088c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x76, 0x00),
56098c2ecf20Sopenharmony_ci	PHYREGS(0x08c4, 0x08c0, 0x08bc, 0x01d3, 0x01d4, 0x01d5),
56108c2ecf20Sopenharmony_ci  },
56118c2ecf20Sopenharmony_ci  {	.freq			= 5610,
56128c2ecf20Sopenharmony_ci	RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x31, 0x05, 0x05, 0x04,
56138c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
56148c2ecf20Sopenharmony_ci		   0x70, 0x51, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
56158c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x51, 0x00, 0x00, 0x00, 0x70,
56168c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x76, 0x00),
56178c2ecf20Sopenharmony_ci	PHYREGS(0x08c8, 0x08c4, 0x08c0, 0x01d2, 0x01d3, 0x01d4),
56188c2ecf20Sopenharmony_ci  },
56198c2ecf20Sopenharmony_ci  {	.freq			= 5620,
56208c2ecf20Sopenharmony_ci	RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x32, 0x05, 0x05, 0x04,
56218c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
56228c2ecf20Sopenharmony_ci		   0x70, 0x51, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
56238c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x51, 0x00, 0x00, 0x00, 0x70,
56248c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x76, 0x00),
56258c2ecf20Sopenharmony_ci	PHYREGS(0x08cc, 0x08c8, 0x08c4, 0x01d2, 0x01d2, 0x01d3),
56268c2ecf20Sopenharmony_ci  },
56278c2ecf20Sopenharmony_ci  {	.freq			= 5630,
56288c2ecf20Sopenharmony_ci	RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x33, 0x05, 0x05, 0x04,
56298c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
56308c2ecf20Sopenharmony_ci		   0x70, 0x51, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
56318c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x51, 0x00, 0x00, 0x00, 0x70,
56328c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x76, 0x00),
56338c2ecf20Sopenharmony_ci	PHYREGS(0x08d0, 0x08cc, 0x08c8, 0x01d1, 0x01d2, 0x01d2),
56348c2ecf20Sopenharmony_ci  },
56358c2ecf20Sopenharmony_ci  {	.freq			= 5640,
56368c2ecf20Sopenharmony_ci	RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x34, 0x05, 0x05, 0x04,
56378c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
56388c2ecf20Sopenharmony_ci		   0x70, 0x51, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
56398c2ecf20Sopenharmony_ci		   0x00, 0x95, 0x00, 0x51, 0x00, 0x00, 0x00, 0x70,
56408c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x75, 0x00),
56418c2ecf20Sopenharmony_ci	PHYREGS(0x08d4, 0x08d0, 0x08cc, 0x01d0, 0x01d1, 0x01d2),
56428c2ecf20Sopenharmony_ci  },
56438c2ecf20Sopenharmony_ci  {	.freq			= 5650,
56448c2ecf20Sopenharmony_ci	RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x35, 0x05, 0x05, 0x04,
56458c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
56468c2ecf20Sopenharmony_ci		   0x70, 0x50, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
56478c2ecf20Sopenharmony_ci		   0x00, 0x95, 0x00, 0x50, 0x00, 0x00, 0x00, 0x70,
56488c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x75, 0x00),
56498c2ecf20Sopenharmony_ci	PHYREGS(0x08d8, 0x08d4, 0x08d0, 0x01cf, 0x01d0, 0x01d1),
56508c2ecf20Sopenharmony_ci  },
56518c2ecf20Sopenharmony_ci  {	.freq			= 5660,
56528c2ecf20Sopenharmony_ci	RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x36, 0x05, 0x05, 0x04,
56538c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
56548c2ecf20Sopenharmony_ci		   0x70, 0x50, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
56558c2ecf20Sopenharmony_ci		   0x00, 0x95, 0x00, 0x50, 0x00, 0x00, 0x00, 0x70,
56568c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x75, 0x00),
56578c2ecf20Sopenharmony_ci	PHYREGS(0x08dc, 0x08d8, 0x08d4, 0x01ce, 0x01cf, 0x01d0),
56588c2ecf20Sopenharmony_ci  },
56598c2ecf20Sopenharmony_ci  {	.freq			= 5670,
56608c2ecf20Sopenharmony_ci	RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x37, 0x05, 0x05, 0x04,
56618c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
56628c2ecf20Sopenharmony_ci		   0x70, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
56638c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
56648c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x74, 0x00),
56658c2ecf20Sopenharmony_ci	PHYREGS(0x08e0, 0x08dc, 0x08d8, 0x01ce, 0x01ce, 0x01cf),
56668c2ecf20Sopenharmony_ci  },
56678c2ecf20Sopenharmony_ci  {	.freq			= 5680,
56688c2ecf20Sopenharmony_ci	RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x38, 0x05, 0x05, 0x04,
56698c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
56708c2ecf20Sopenharmony_ci		   0x70, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
56718c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
56728c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x74, 0x00),
56738c2ecf20Sopenharmony_ci	PHYREGS(0x08e4, 0x08e0, 0x08dc, 0x01cd, 0x01ce, 0x01ce),
56748c2ecf20Sopenharmony_ci  },
56758c2ecf20Sopenharmony_ci  {	.freq			= 5690,
56768c2ecf20Sopenharmony_ci	RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x39, 0x05, 0x05, 0x04,
56778c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8b, 0x09, 0x00,
56788c2ecf20Sopenharmony_ci		   0x70, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
56798c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
56808c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x74, 0x00),
56818c2ecf20Sopenharmony_ci	PHYREGS(0x08e8, 0x08e4, 0x08e0, 0x01cc, 0x01cd, 0x01ce),
56828c2ecf20Sopenharmony_ci  },
56838c2ecf20Sopenharmony_ci  {	.freq			= 5700,
56848c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3a, 0x05, 0x05, 0x04,
56858c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
56868c2ecf20Sopenharmony_ci		   0x40, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
56878c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
56888c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x74, 0x00),
56898c2ecf20Sopenharmony_ci	PHYREGS(0x08ec, 0x08e8, 0x08e4, 0x01cb, 0x01cc, 0x01cd),
56908c2ecf20Sopenharmony_ci  },
56918c2ecf20Sopenharmony_ci  {	.freq			= 5710,
56928c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3b, 0x05, 0x05, 0x04,
56938c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
56948c2ecf20Sopenharmony_ci		   0x40, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
56958c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
56968c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x74, 0x00),
56978c2ecf20Sopenharmony_ci	PHYREGS(0x08f0, 0x08ec, 0x08e8, 0x01ca, 0x01cb, 0x01cc),
56988c2ecf20Sopenharmony_ci  },
56998c2ecf20Sopenharmony_ci  {	.freq			= 5720,
57008c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3c, 0x05, 0x05, 0x04,
57018c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57028c2ecf20Sopenharmony_ci		   0x40, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
57038c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
57048c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x74, 0x00),
57058c2ecf20Sopenharmony_ci	PHYREGS(0x08f4, 0x08f0, 0x08ec, 0x01c9, 0x01ca, 0x01cb),
57068c2ecf20Sopenharmony_ci  },
57078c2ecf20Sopenharmony_ci  {	.freq			= 5725,
57088c2ecf20Sopenharmony_ci	RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x79, 0x07, 0x07, 0x04,
57098c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57108c2ecf20Sopenharmony_ci		   0x40, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
57118c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
57128c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x74, 0x00),
57138c2ecf20Sopenharmony_ci	PHYREGS(0x08f6, 0x08f2, 0x08ee, 0x01c9, 0x01ca, 0x01cb),
57148c2ecf20Sopenharmony_ci  },
57158c2ecf20Sopenharmony_ci  {	.freq			= 5730,
57168c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3d, 0x05, 0x05, 0x04,
57178c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57188c2ecf20Sopenharmony_ci		   0x40, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
57198c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70,
57208c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x84, 0x00),
57218c2ecf20Sopenharmony_ci	PHYREGS(0x08f8, 0x08f4, 0x08f0, 0x01c9, 0x01c9, 0x01ca),
57228c2ecf20Sopenharmony_ci  },
57238c2ecf20Sopenharmony_ci  {	.freq			= 5735,
57248c2ecf20Sopenharmony_ci	RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x7b, 0x07, 0x07, 0x04,
57258c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57268c2ecf20Sopenharmony_ci		   0x40, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
57278c2ecf20Sopenharmony_ci		   0x00, 0x93, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70,
57288c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x83, 0x00),
57298c2ecf20Sopenharmony_ci	PHYREGS(0x08fa, 0x08f6, 0x08f2, 0x01c8, 0x01c9, 0x01ca),
57308c2ecf20Sopenharmony_ci  },
57318c2ecf20Sopenharmony_ci  {	.freq			= 5740,
57328c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3e, 0x05, 0x05, 0x04,
57338c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57348c2ecf20Sopenharmony_ci		   0x40, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
57358c2ecf20Sopenharmony_ci		   0x00, 0x93, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70,
57368c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x83, 0x00),
57378c2ecf20Sopenharmony_ci	PHYREGS(0x08fc, 0x08f8, 0x08f4, 0x01c8, 0x01c9, 0x01c9),
57388c2ecf20Sopenharmony_ci  },
57398c2ecf20Sopenharmony_ci  {	.freq			= 5745,
57408c2ecf20Sopenharmony_ci	RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7d, 0x07, 0x07, 0x04,
57418c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57428c2ecf20Sopenharmony_ci		   0x40, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
57438c2ecf20Sopenharmony_ci		   0x00, 0x93, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70,
57448c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x83, 0x00),
57458c2ecf20Sopenharmony_ci	PHYREGS(0x08fe, 0x08fa, 0x08f6, 0x01c8, 0x01c8, 0x01c9),
57468c2ecf20Sopenharmony_ci  },
57478c2ecf20Sopenharmony_ci  {	.freq			= 5750,
57488c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3f, 0x05, 0x05, 0x04,
57498c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57508c2ecf20Sopenharmony_ci		   0x40, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
57518c2ecf20Sopenharmony_ci		   0x00, 0x93, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70,
57528c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x83, 0x00),
57538c2ecf20Sopenharmony_ci	PHYREGS(0x0900, 0x08fc, 0x08f8, 0x01c7, 0x01c8, 0x01c9),
57548c2ecf20Sopenharmony_ci  },
57558c2ecf20Sopenharmony_ci  {	.freq			= 5755,
57568c2ecf20Sopenharmony_ci	RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7f, 0x07, 0x07, 0x04,
57578c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57588c2ecf20Sopenharmony_ci		   0x40, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
57598c2ecf20Sopenharmony_ci		   0x00, 0x93, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70,
57608c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x83, 0x00),
57618c2ecf20Sopenharmony_ci	PHYREGS(0x0902, 0x08fe, 0x08fa, 0x01c7, 0x01c8, 0x01c8),
57628c2ecf20Sopenharmony_ci  },
57638c2ecf20Sopenharmony_ci  {	.freq			= 5760,
57648c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x40, 0x05, 0x05, 0x04,
57658c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57668c2ecf20Sopenharmony_ci		   0x40, 0x20, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
57678c2ecf20Sopenharmony_ci		   0x00, 0x93, 0x00, 0x20, 0x00, 0x00, 0x00, 0x70,
57688c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x83, 0x00),
57698c2ecf20Sopenharmony_ci	PHYREGS(0x0904, 0x0900, 0x08fc, 0x01c6, 0x01c7, 0x01c8),
57708c2ecf20Sopenharmony_ci  },
57718c2ecf20Sopenharmony_ci  {	.freq			= 5765,
57728c2ecf20Sopenharmony_ci	RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x81, 0x07, 0x07, 0x04,
57738c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57748c2ecf20Sopenharmony_ci		   0x40, 0x20, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
57758c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x20, 0x00, 0x00, 0x00, 0x70,
57768c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
57778c2ecf20Sopenharmony_ci	PHYREGS(0x0906, 0x0902, 0x08fe, 0x01c6, 0x01c7, 0x01c8),
57788c2ecf20Sopenharmony_ci  },
57798c2ecf20Sopenharmony_ci  {	.freq			= 5770,
57808c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x41, 0x05, 0x05, 0x04,
57818c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57828c2ecf20Sopenharmony_ci		   0x40, 0x20, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
57838c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x20, 0x00, 0x00, 0x00, 0x70,
57848c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
57858c2ecf20Sopenharmony_ci	PHYREGS(0x0908, 0x0904, 0x0900, 0x01c6, 0x01c6, 0x01c7),
57868c2ecf20Sopenharmony_ci  },
57878c2ecf20Sopenharmony_ci  {	.freq			= 5775,
57888c2ecf20Sopenharmony_ci	RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x83, 0x07, 0x07, 0x04,
57898c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57908c2ecf20Sopenharmony_ci		   0x40, 0x20, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
57918c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x20, 0x00, 0x00, 0x00, 0x70,
57928c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
57938c2ecf20Sopenharmony_ci	PHYREGS(0x090a, 0x0906, 0x0902, 0x01c5, 0x01c6, 0x01c7),
57948c2ecf20Sopenharmony_ci  },
57958c2ecf20Sopenharmony_ci  {	.freq			= 5780,
57968c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x42, 0x05, 0x05, 0x04,
57978c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x8a, 0x06, 0x00,
57988c2ecf20Sopenharmony_ci		   0x40, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
57998c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
58008c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
58018c2ecf20Sopenharmony_ci	PHYREGS(0x090c, 0x0908, 0x0904, 0x01c5, 0x01c6, 0x01c6),
58028c2ecf20Sopenharmony_ci  },
58038c2ecf20Sopenharmony_ci  {	.freq			= 5785,
58048c2ecf20Sopenharmony_ci	RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x85, 0x07, 0x07, 0x04,
58058c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x8a, 0x06, 0x00,
58068c2ecf20Sopenharmony_ci		   0x40, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
58078c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
58088c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
58098c2ecf20Sopenharmony_ci	PHYREGS(0x090e, 0x090a, 0x0906, 0x01c4, 0x01c5, 0x01c6),
58108c2ecf20Sopenharmony_ci  },
58118c2ecf20Sopenharmony_ci  {	.freq			= 5790,
58128c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x43, 0x05, 0x05, 0x04,
58138c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x8a, 0x06, 0x00,
58148c2ecf20Sopenharmony_ci		   0x40, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
58158c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
58168c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
58178c2ecf20Sopenharmony_ci	PHYREGS(0x0910, 0x090c, 0x0908, 0x01c4, 0x01c5, 0x01c6),
58188c2ecf20Sopenharmony_ci  },
58198c2ecf20Sopenharmony_ci  {	.freq			= 5795,
58208c2ecf20Sopenharmony_ci	RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x87, 0x07, 0x07, 0x04,
58218c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x8a, 0x06, 0x00,
58228c2ecf20Sopenharmony_ci		   0x40, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
58238c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
58248c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
58258c2ecf20Sopenharmony_ci	PHYREGS(0x0912, 0x090e, 0x090a, 0x01c4, 0x01c4, 0x01c5),
58268c2ecf20Sopenharmony_ci  },
58278c2ecf20Sopenharmony_ci  {	.freq			= 5800,
58288c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x44, 0x05, 0x05, 0x04,
58298c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
58308c2ecf20Sopenharmony_ci		   0x20, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
58318c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
58328c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
58338c2ecf20Sopenharmony_ci	PHYREGS(0x0914, 0x0910, 0x090c, 0x01c3, 0x01c4, 0x01c5),
58348c2ecf20Sopenharmony_ci  },
58358c2ecf20Sopenharmony_ci  {	.freq			= 5805,
58368c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x89, 0x07, 0x07, 0x04,
58378c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
58388c2ecf20Sopenharmony_ci		   0x20, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
58398c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
58408c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
58418c2ecf20Sopenharmony_ci	PHYREGS(0x0916, 0x0912, 0x090e, 0x01c3, 0x01c4, 0x01c4),
58428c2ecf20Sopenharmony_ci  },
58438c2ecf20Sopenharmony_ci  {	.freq			= 5810,
58448c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x45, 0x05, 0x05, 0x04,
58458c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
58468c2ecf20Sopenharmony_ci		   0x20, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
58478c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
58488c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
58498c2ecf20Sopenharmony_ci	PHYREGS(0x0918, 0x0914, 0x0910, 0x01c2, 0x01c3, 0x01c4),
58508c2ecf20Sopenharmony_ci  },
58518c2ecf20Sopenharmony_ci  {	.freq			= 5815,
58528c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8b, 0x07, 0x07, 0x04,
58538c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
58548c2ecf20Sopenharmony_ci		   0x20, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
58558c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
58568c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
58578c2ecf20Sopenharmony_ci	PHYREGS(0x091a, 0x0916, 0x0912, 0x01c2, 0x01c3, 0x01c4),
58588c2ecf20Sopenharmony_ci  },
58598c2ecf20Sopenharmony_ci  {	.freq			= 5820,
58608c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x46, 0x05, 0x05, 0x04,
58618c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
58628c2ecf20Sopenharmony_ci		   0x20, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
58638c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
58648c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
58658c2ecf20Sopenharmony_ci	PHYREGS(0x091c, 0x0918, 0x0914, 0x01c2, 0x01c2, 0x01c3),
58668c2ecf20Sopenharmony_ci  },
58678c2ecf20Sopenharmony_ci  {	.freq			= 5825,
58688c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8d, 0x07, 0x07, 0x04,
58698c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
58708c2ecf20Sopenharmony_ci		   0x20, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
58718c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
58728c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x82, 0x00),
58738c2ecf20Sopenharmony_ci	PHYREGS(0x091e, 0x091a, 0x0916, 0x01c1, 0x01c2, 0x01c3),
58748c2ecf20Sopenharmony_ci  },
58758c2ecf20Sopenharmony_ci  {	.freq			= 5830,
58768c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x47, 0x05, 0x05, 0x04,
58778c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
58788c2ecf20Sopenharmony_ci		   0x20, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
58798c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
58808c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x72, 0x00),
58818c2ecf20Sopenharmony_ci	PHYREGS(0x0920, 0x091c, 0x0918, 0x01c1, 0x01c2, 0x01c2),
58828c2ecf20Sopenharmony_ci  },
58838c2ecf20Sopenharmony_ci  {	.freq			= 5840,
58848c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x48, 0x05, 0x05, 0x04,
58858c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
58868c2ecf20Sopenharmony_ci		   0x20, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
58878c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
58888c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x72, 0x00),
58898c2ecf20Sopenharmony_ci	PHYREGS(0x0924, 0x0920, 0x091c, 0x01c0, 0x01c1, 0x01c2),
58908c2ecf20Sopenharmony_ci  },
58918c2ecf20Sopenharmony_ci  {	.freq			= 5850,
58928c2ecf20Sopenharmony_ci	RADIOREGS3(0xe0, 0x00, 0x01, 0x02, 0x49, 0x05, 0x05, 0x04,
58938c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
58948c2ecf20Sopenharmony_ci		   0x20, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
58958c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
58968c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x72, 0x00),
58978c2ecf20Sopenharmony_ci	PHYREGS(0x0928, 0x0924, 0x0920, 0x01bf, 0x01c0, 0x01c1),
58988c2ecf20Sopenharmony_ci  },
58998c2ecf20Sopenharmony_ci  {	.freq			= 5860,
59008c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x00, 0x01, 0x02, 0x4a, 0x05, 0x05, 0x04,
59018c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
59028c2ecf20Sopenharmony_ci		   0x20, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
59038c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
59048c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x72, 0x00),
59058c2ecf20Sopenharmony_ci	PHYREGS(0x092c, 0x0928, 0x0924, 0x01bf, 0x01bf, 0x01c0),
59068c2ecf20Sopenharmony_ci  },
59078c2ecf20Sopenharmony_ci  {	.freq			= 5870,
59088c2ecf20Sopenharmony_ci	RADIOREGS3(0xdb, 0x00, 0x01, 0x02, 0x4b, 0x05, 0x05, 0x04,
59098c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
59108c2ecf20Sopenharmony_ci		   0x20, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
59118c2ecf20Sopenharmony_ci		   0x00, 0x91, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
59128c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x71, 0x00),
59138c2ecf20Sopenharmony_ci	PHYREGS(0x0930, 0x092c, 0x0928, 0x01be, 0x01bf, 0x01bf),
59148c2ecf20Sopenharmony_ci  },
59158c2ecf20Sopenharmony_ci  {	.freq			= 5880,
59168c2ecf20Sopenharmony_ci	RADIOREGS3(0xd8, 0x00, 0x01, 0x02, 0x4c, 0x05, 0x05, 0x04,
59178c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
59188c2ecf20Sopenharmony_ci		   0x20, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
59198c2ecf20Sopenharmony_ci		   0x00, 0x91, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
59208c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x71, 0x00),
59218c2ecf20Sopenharmony_ci	PHYREGS(0x0934, 0x0930, 0x092c, 0x01bd, 0x01be, 0x01bf),
59228c2ecf20Sopenharmony_ci  },
59238c2ecf20Sopenharmony_ci  {	.freq			= 5890,
59248c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4d, 0x05, 0x05, 0x04,
59258c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x88, 0x04, 0x00,
59268c2ecf20Sopenharmony_ci		   0x20, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
59278c2ecf20Sopenharmony_ci		   0x00, 0x91, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
59288c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x71, 0x00),
59298c2ecf20Sopenharmony_ci	PHYREGS(0x0938, 0x0934, 0x0930, 0x01bc, 0x01bd, 0x01be),
59308c2ecf20Sopenharmony_ci  },
59318c2ecf20Sopenharmony_ci  {	.freq			= 5900,
59328c2ecf20Sopenharmony_ci	RADIOREGS3(0xd3, 0x00, 0x01, 0x02, 0x4e, 0x05, 0x05, 0x04,
59338c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x87, 0x03, 0x00,
59348c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
59358c2ecf20Sopenharmony_ci		   0x00, 0x91, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
59368c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x71, 0x00),
59378c2ecf20Sopenharmony_ci	PHYREGS(0x093c, 0x0938, 0x0934, 0x01bc, 0x01bc, 0x01bd),
59388c2ecf20Sopenharmony_ci  },
59398c2ecf20Sopenharmony_ci  {	.freq			= 5910,
59408c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4f, 0x05, 0x05, 0x04,
59418c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x87, 0x03, 0x00,
59428c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
59438c2ecf20Sopenharmony_ci		   0x00, 0x91, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
59448c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x71, 0x00),
59458c2ecf20Sopenharmony_ci	PHYREGS(0x0940, 0x093c, 0x0938, 0x01bb, 0x01bc, 0x01bc),
59468c2ecf20Sopenharmony_ci  },
59478c2ecf20Sopenharmony_ci  {	.freq			= 2412,
59488c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x6c, 0x08, 0x08, 0x04,
59498c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x04, 0x04, 0x04, 0x8f, 0x30, 0x00,
59508c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x1f, 0x00, 0x03, 0x00, 0x70, 0x00,
59518c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0b, 0x00, 0x1f, 0x00, 0x03, 0x00,
59528c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0b),
59538c2ecf20Sopenharmony_ci	PHYREGS(0x03c9, 0x03c5, 0x03c1, 0x043a, 0x043f, 0x0443),
59548c2ecf20Sopenharmony_ci  },
59558c2ecf20Sopenharmony_ci  {	.freq			= 2417,
59568c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x71, 0x08, 0x08, 0x04,
59578c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
59588c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x1f, 0x00, 0x03, 0x00, 0x70, 0x00,
59598c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0a, 0x00, 0x1f, 0x00, 0x03, 0x00,
59608c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0a),
59618c2ecf20Sopenharmony_ci	PHYREGS(0x03cb, 0x03c7, 0x03c3, 0x0438, 0x043d, 0x0441),
59628c2ecf20Sopenharmony_ci  },
59638c2ecf20Sopenharmony_ci  {	.freq			= 2422,
59648c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x76, 0x08, 0x08, 0x04,
59658c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
59668c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x0e, 0x00, 0x03, 0x00, 0x70, 0x00,
59678c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0a, 0x00, 0x0e, 0x00, 0x03, 0x00,
59688c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0a),
59698c2ecf20Sopenharmony_ci	PHYREGS(0x03cd, 0x03c9, 0x03c5, 0x0436, 0x043a, 0x043f),
59708c2ecf20Sopenharmony_ci  },
59718c2ecf20Sopenharmony_ci  {	.freq			= 2427,
59728c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x7b, 0x08, 0x08, 0x04,
59738c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
59748c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x0d, 0x00, 0x03, 0x00, 0x70, 0x00,
59758c2ecf20Sopenharmony_ci		   0x0e, 0x00, 0x0a, 0x00, 0x0d, 0x00, 0x03, 0x00,
59768c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0e, 0x00, 0x0a),
59778c2ecf20Sopenharmony_ci	PHYREGS(0x03cf, 0x03cb, 0x03c7, 0x0434, 0x0438, 0x043d),
59788c2ecf20Sopenharmony_ci  },
59798c2ecf20Sopenharmony_ci  {	.freq			= 2432,
59808c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x80, 0x08, 0x08, 0x04,
59818c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
59828c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x0c, 0x00, 0x03, 0x00, 0x70, 0x00,
59838c2ecf20Sopenharmony_ci		   0x0e, 0x00, 0x0a, 0x00, 0x0c, 0x00, 0x03, 0x00,
59848c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0e, 0x00, 0x0a),
59858c2ecf20Sopenharmony_ci	PHYREGS(0x03d1, 0x03cd, 0x03c9, 0x0431, 0x0436, 0x043a),
59868c2ecf20Sopenharmony_ci  },
59878c2ecf20Sopenharmony_ci  {	.freq			= 2437,
59888c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x85, 0x08, 0x08, 0x04,
59898c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
59908c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x0b, 0x00, 0x03, 0x00, 0x70, 0x00,
59918c2ecf20Sopenharmony_ci		   0x0e, 0x00, 0x0a, 0x00, 0x0b, 0x00, 0x03, 0x00,
59928c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0e, 0x00, 0x0a),
59938c2ecf20Sopenharmony_ci	PHYREGS(0x03d3, 0x03cf, 0x03cb, 0x042f, 0x0434, 0x0438),
59948c2ecf20Sopenharmony_ci  },
59958c2ecf20Sopenharmony_ci  {	.freq			= 2442,
59968c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8a, 0x08, 0x08, 0x04,
59978c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
59988c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x09, 0x00, 0x03, 0x00, 0x70, 0x00,
59998c2ecf20Sopenharmony_ci		   0x0e, 0x00, 0x0a, 0x00, 0x09, 0x00, 0x03, 0x00,
60008c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0e, 0x00, 0x0a),
60018c2ecf20Sopenharmony_ci	PHYREGS(0x03d5, 0x03d1, 0x03cd, 0x042d, 0x0431, 0x0436),
60028c2ecf20Sopenharmony_ci  },
60038c2ecf20Sopenharmony_ci  {	.freq			= 2447,
60048c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8f, 0x08, 0x08, 0x04,
60058c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
60068c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x08, 0x00, 0x02, 0x00, 0x70, 0x00,
60078c2ecf20Sopenharmony_ci		   0x0e, 0x00, 0x09, 0x00, 0x08, 0x00, 0x02, 0x00,
60088c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0e, 0x00, 0x09),
60098c2ecf20Sopenharmony_ci	PHYREGS(0x03d7, 0x03d3, 0x03cf, 0x042b, 0x042f, 0x0434),
60108c2ecf20Sopenharmony_ci  },
60118c2ecf20Sopenharmony_ci  {	.freq			= 2452,
60128c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x94, 0x08, 0x08, 0x04,
60138c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
60148c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x07, 0x00, 0x02, 0x00, 0x70, 0x00,
60158c2ecf20Sopenharmony_ci		   0x0e, 0x00, 0x09, 0x00, 0x07, 0x00, 0x02, 0x00,
60168c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0e, 0x00, 0x09),
60178c2ecf20Sopenharmony_ci	PHYREGS(0x03d9, 0x03d5, 0x03d1, 0x0429, 0x042d, 0x0431),
60188c2ecf20Sopenharmony_ci  },
60198c2ecf20Sopenharmony_ci  {	.freq			= 2457,
60208c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x99, 0x08, 0x08, 0x04,
60218c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
60228c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x06, 0x00, 0x02, 0x00, 0x70, 0x00,
60238c2ecf20Sopenharmony_ci		   0x0d, 0x00, 0x09, 0x00, 0x06, 0x00, 0x02, 0x00,
60248c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0d, 0x00, 0x09),
60258c2ecf20Sopenharmony_ci	PHYREGS(0x03db, 0x03d7, 0x03d3, 0x0427, 0x042b, 0x042f),
60268c2ecf20Sopenharmony_ci  },
60278c2ecf20Sopenharmony_ci  {	.freq			= 2462,
60288c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x9e, 0x08, 0x08, 0x04,
60298c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
60308c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x05, 0x00, 0x02, 0x00, 0x70, 0x00,
60318c2ecf20Sopenharmony_ci		   0x0d, 0x00, 0x09, 0x00, 0x05, 0x00, 0x02, 0x00,
60328c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0d, 0x00, 0x09),
60338c2ecf20Sopenharmony_ci	PHYREGS(0x03dd, 0x03d9, 0x03d5, 0x0424, 0x0429, 0x042d),
60348c2ecf20Sopenharmony_ci  },
60358c2ecf20Sopenharmony_ci  {	.freq			= 2467,
60368c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa3, 0x08, 0x08, 0x04,
60378c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
60388c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x04, 0x00, 0x02, 0x00, 0x70, 0x00,
60398c2ecf20Sopenharmony_ci		   0x0d, 0x00, 0x08, 0x00, 0x04, 0x00, 0x02, 0x00,
60408c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0d, 0x00, 0x08),
60418c2ecf20Sopenharmony_ci	PHYREGS(0x03df, 0x03db, 0x03d7, 0x0422, 0x0427, 0x042b),
60428c2ecf20Sopenharmony_ci  },
60438c2ecf20Sopenharmony_ci  {	.freq			= 2472,
60448c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa8, 0x08, 0x08, 0x04,
60458c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x30, 0x00,
60468c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x03, 0x00, 0x02, 0x00, 0x70, 0x00,
60478c2ecf20Sopenharmony_ci		   0x0d, 0x00, 0x08, 0x00, 0x03, 0x00, 0x02, 0x00,
60488c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0d, 0x00, 0x08),
60498c2ecf20Sopenharmony_ci	PHYREGS(0x03e1, 0x03dd, 0x03d9, 0x0420, 0x0424, 0x0429),
60508c2ecf20Sopenharmony_ci  },
60518c2ecf20Sopenharmony_ci  {	.freq			= 2484,
60528c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x03, 0x09, 0xb4, 0x08, 0x08, 0x04,
60538c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x30, 0x00,
60548c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x70, 0x00,
60558c2ecf20Sopenharmony_ci		   0x0d, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00,
60568c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0d, 0x00, 0x08),
60578c2ecf20Sopenharmony_ci	PHYREGS(0x03e6, 0x03e2, 0x03de, 0x041b, 0x041f, 0x0424),
60588c2ecf20Sopenharmony_ci  },
60598c2ecf20Sopenharmony_ci};
60608c2ecf20Sopenharmony_ci
60618c2ecf20Sopenharmony_cistatic const struct b43_nphy_channeltab_entry_rev3 b43_nphy_channeltab_radio_rev6[] = {
60628c2ecf20Sopenharmony_ci  {	.freq			= 4920,
60638c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xec, 0x05, 0x05, 0x04,
60648c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
60658c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
60668c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
60678c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
60688c2ecf20Sopenharmony_ci	PHYREGS(0x07b4, 0x07b0, 0x07ac, 0x0214, 0x0215, 0x0216),
60698c2ecf20Sopenharmony_ci  },
60708c2ecf20Sopenharmony_ci  {	.freq			= 4930,
60718c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xed, 0x05, 0x05, 0x04,
60728c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
60738c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
60748c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
60758c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
60768c2ecf20Sopenharmony_ci	PHYREGS(0x07b8, 0x07b4, 0x07b0, 0x0213, 0x0214, 0x0215),
60778c2ecf20Sopenharmony_ci  },
60788c2ecf20Sopenharmony_ci  {	.freq			= 4940,
60798c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xee, 0x05, 0x05, 0x04,
60808c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
60818c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
60828c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
60838c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
60848c2ecf20Sopenharmony_ci	PHYREGS(0x07bc, 0x07b8, 0x07b4, 0x0212, 0x0213, 0x0214),
60858c2ecf20Sopenharmony_ci  },
60868c2ecf20Sopenharmony_ci  {	.freq			= 4950,
60878c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xef, 0x05, 0x05, 0x04,
60888c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
60898c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
60908c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
60918c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
60928c2ecf20Sopenharmony_ci	PHYREGS(0x07c0, 0x07bc, 0x07b8, 0x0211, 0x0212, 0x0213),
60938c2ecf20Sopenharmony_ci  },
60948c2ecf20Sopenharmony_ci  {	.freq			= 4960,
60958c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf0, 0x05, 0x05, 0x04,
60968c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
60978c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
60988c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
60998c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61008c2ecf20Sopenharmony_ci	PHYREGS(0x07c4, 0x07c0, 0x07bc, 0x020f, 0x0211, 0x0212),
61018c2ecf20Sopenharmony_ci  },
61028c2ecf20Sopenharmony_ci  {	.freq			= 4970,
61038c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf1, 0x05, 0x05, 0x04,
61048c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
61058c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
61068c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
61078c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61088c2ecf20Sopenharmony_ci	PHYREGS(0x07c8, 0x07c4, 0x07c0, 0x020e, 0x020f, 0x0211),
61098c2ecf20Sopenharmony_ci  },
61108c2ecf20Sopenharmony_ci  {	.freq			= 4980,
61118c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf2, 0x05, 0x05, 0x04,
61128c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
61138c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
61148c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
61158c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61168c2ecf20Sopenharmony_ci	PHYREGS(0x07cc, 0x07c8, 0x07c4, 0x020d, 0x020e, 0x020f),
61178c2ecf20Sopenharmony_ci  },
61188c2ecf20Sopenharmony_ci  {	.freq			= 4990,
61198c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf3, 0x05, 0x05, 0x04,
61208c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
61218c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
61228c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
61238c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61248c2ecf20Sopenharmony_ci	PHYREGS(0x07d0, 0x07cc, 0x07c8, 0x020c, 0x020d, 0x020e),
61258c2ecf20Sopenharmony_ci  },
61268c2ecf20Sopenharmony_ci  {	.freq			= 5000,
61278c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf4, 0x05, 0x05, 0x04,
61288c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
61298c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
61308c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
61318c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61328c2ecf20Sopenharmony_ci	PHYREGS(0x07d4, 0x07d0, 0x07cc, 0x020b, 0x020c, 0x020d),
61338c2ecf20Sopenharmony_ci  },
61348c2ecf20Sopenharmony_ci  {	.freq			= 5010,
61358c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf5, 0x05, 0x05, 0x04,
61368c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
61378c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
61388c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
61398c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61408c2ecf20Sopenharmony_ci	PHYREGS(0x07d8, 0x07d4, 0x07d0, 0x020a, 0x020b, 0x020c),
61418c2ecf20Sopenharmony_ci  },
61428c2ecf20Sopenharmony_ci  {	.freq			= 5020,
61438c2ecf20Sopenharmony_ci	RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf6, 0x05, 0x05, 0x04,
61448c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
61458c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
61468c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
61478c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61488c2ecf20Sopenharmony_ci	PHYREGS(0x07dc, 0x07d8, 0x07d4, 0x0209, 0x020a, 0x020b),
61498c2ecf20Sopenharmony_ci  },
61508c2ecf20Sopenharmony_ci  {	.freq			= 5030,
61518c2ecf20Sopenharmony_ci	RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf7, 0x05, 0x05, 0x04,
61528c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
61538c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
61548c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
61558c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61568c2ecf20Sopenharmony_ci	PHYREGS(0x07e0, 0x07dc, 0x07d8, 0x0208, 0x0209, 0x020a),
61578c2ecf20Sopenharmony_ci  },
61588c2ecf20Sopenharmony_ci  {	.freq			= 5040,
61598c2ecf20Sopenharmony_ci	RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf8, 0x05, 0x05, 0x04,
61608c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
61618c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
61628c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
61638c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61648c2ecf20Sopenharmony_ci	PHYREGS(0x07e4, 0x07e0, 0x07dc, 0x0207, 0x0208, 0x0209),
61658c2ecf20Sopenharmony_ci  },
61668c2ecf20Sopenharmony_ci  {	.freq			= 5050,
61678c2ecf20Sopenharmony_ci	RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf9, 0x05, 0x05, 0x04,
61688c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
61698c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
61708c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
61718c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61728c2ecf20Sopenharmony_ci	PHYREGS(0x07e8, 0x07e4, 0x07e0, 0x0206, 0x0207, 0x0208),
61738c2ecf20Sopenharmony_ci  },
61748c2ecf20Sopenharmony_ci  {	.freq			= 5060,
61758c2ecf20Sopenharmony_ci	RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfa, 0x05, 0x05, 0x04,
61768c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
61778c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
61788c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
61798c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61808c2ecf20Sopenharmony_ci	PHYREGS(0x07ec, 0x07e8, 0x07e4, 0x0205, 0x0206, 0x0207),
61818c2ecf20Sopenharmony_ci  },
61828c2ecf20Sopenharmony_ci  {	.freq			= 5070,
61838c2ecf20Sopenharmony_ci	RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfb, 0x05, 0x05, 0x04,
61848c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
61858c2ecf20Sopenharmony_ci		   0xff, 0xfd, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
61868c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfd, 0x00, 0x09, 0x00, 0x77,
61878c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61888c2ecf20Sopenharmony_ci	PHYREGS(0x07f0, 0x07ec, 0x07e8, 0x0204, 0x0205, 0x0206),
61898c2ecf20Sopenharmony_ci  },
61908c2ecf20Sopenharmony_ci  {	.freq			= 5080,
61918c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfc, 0x05, 0x05, 0x04,
61928c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
61938c2ecf20Sopenharmony_ci		   0xff, 0xfd, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
61948c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfd, 0x00, 0x09, 0x00, 0x77,
61958c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
61968c2ecf20Sopenharmony_ci	PHYREGS(0x07f4, 0x07f0, 0x07ec, 0x0203, 0x0204, 0x0205),
61978c2ecf20Sopenharmony_ci  },
61988c2ecf20Sopenharmony_ci  {	.freq			= 5090,
61998c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfd, 0x05, 0x05, 0x04,
62008c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
62018c2ecf20Sopenharmony_ci		   0xff, 0xfd, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
62028c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfd, 0x00, 0x09, 0x00, 0x77,
62038c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
62048c2ecf20Sopenharmony_ci	PHYREGS(0x07f8, 0x07f4, 0x07f0, 0x0202, 0x0203, 0x0204),
62058c2ecf20Sopenharmony_ci  },
62068c2ecf20Sopenharmony_ci  {	.freq			= 5100,
62078c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xfe, 0x05, 0x05, 0x04,
62088c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
62098c2ecf20Sopenharmony_ci		   0xff, 0xfd, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
62108c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfd, 0x00, 0x08, 0x00, 0x77,
62118c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
62128c2ecf20Sopenharmony_ci	PHYREGS(0x07fc, 0x07f8, 0x07f4, 0x0201, 0x0202, 0x0203),
62138c2ecf20Sopenharmony_ci  },
62148c2ecf20Sopenharmony_ci  {	.freq			= 5110,
62158c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xff, 0x05, 0x05, 0x04,
62168c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
62178c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
62188c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x77,
62198c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
62208c2ecf20Sopenharmony_ci	PHYREGS(0x0800, 0x07fc, 0x07f8, 0x0200, 0x0201, 0x0202),
62218c2ecf20Sopenharmony_ci  },
62228c2ecf20Sopenharmony_ci  {	.freq			= 5120,
62238c2ecf20Sopenharmony_ci	RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x00, 0x05, 0x05, 0x04,
62248c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
62258c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
62268c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x77,
62278c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
62288c2ecf20Sopenharmony_ci	PHYREGS(0x0804, 0x0800, 0x07fc, 0x01ff, 0x0200, 0x0201),
62298c2ecf20Sopenharmony_ci  },
62308c2ecf20Sopenharmony_ci  {	.freq			= 5130,
62318c2ecf20Sopenharmony_ci	RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x01, 0x05, 0x05, 0x04,
62328c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
62338c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
62348c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x77,
62358c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
62368c2ecf20Sopenharmony_ci	PHYREGS(0x0808, 0x0804, 0x0800, 0x01fe, 0x01ff, 0x0200),
62378c2ecf20Sopenharmony_ci  },
62388c2ecf20Sopenharmony_ci  {	.freq			= 5140,
62398c2ecf20Sopenharmony_ci	RADIOREGS3(0xc6, 0x01, 0x01, 0x02, 0x02, 0x05, 0x05, 0x04,
62408c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
62418c2ecf20Sopenharmony_ci		   0xff, 0xfb, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
62428c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfb, 0x00, 0x08, 0x00, 0x77,
62438c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
62448c2ecf20Sopenharmony_ci	PHYREGS(0x080c, 0x0808, 0x0804, 0x01fd, 0x01fe, 0x01ff),
62458c2ecf20Sopenharmony_ci  },
62468c2ecf20Sopenharmony_ci  {	.freq			= 5160,
62478c2ecf20Sopenharmony_ci	RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x04, 0x05, 0x05, 0x04,
62488c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
62498c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x07, 0x00, 0x77, 0x00, 0x0e,
62508c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfa, 0x00, 0x07, 0x00, 0x77,
62518c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
62528c2ecf20Sopenharmony_ci	PHYREGS(0x0814, 0x0810, 0x080c, 0x01fb, 0x01fc, 0x01fd),
62538c2ecf20Sopenharmony_ci  },
62548c2ecf20Sopenharmony_ci  {	.freq			= 5170,
62558c2ecf20Sopenharmony_ci	RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x05, 0x05, 0x05, 0x04,
62568c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
62578c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x07, 0x00, 0x77, 0x00, 0x0e,
62588c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfa, 0x00, 0x07, 0x00, 0x77,
62598c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
62608c2ecf20Sopenharmony_ci	PHYREGS(0x0818, 0x0814, 0x0810, 0x01fa, 0x01fb, 0x01fc),
62618c2ecf20Sopenharmony_ci  },
62628c2ecf20Sopenharmony_ci  {	.freq			= 5180,
62638c2ecf20Sopenharmony_ci	RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x06, 0x05, 0x05, 0x04,
62648c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
62658c2ecf20Sopenharmony_ci		   0xff, 0xf9, 0x00, 0x06, 0x00, 0x77, 0x00, 0x0e,
62668c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xf9, 0x00, 0x06, 0x00, 0x77,
62678c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
62688c2ecf20Sopenharmony_ci	PHYREGS(0x081c, 0x0818, 0x0814, 0x01f9, 0x01fa, 0x01fb),
62698c2ecf20Sopenharmony_ci  },
62708c2ecf20Sopenharmony_ci  {	.freq			= 5190,
62718c2ecf20Sopenharmony_ci	RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x07, 0x05, 0x05, 0x04,
62728c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
62738c2ecf20Sopenharmony_ci		   0xff, 0xf9, 0x00, 0x06, 0x00, 0x77, 0x00, 0x0d,
62748c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xf9, 0x00, 0x06, 0x00, 0x77,
62758c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
62768c2ecf20Sopenharmony_ci	PHYREGS(0x0820, 0x081c, 0x0818, 0x01f8, 0x01f9, 0x01fa),
62778c2ecf20Sopenharmony_ci  },
62788c2ecf20Sopenharmony_ci  {	.freq			= 5200,
62798c2ecf20Sopenharmony_ci	RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x08, 0x05, 0x05, 0x04,
62808c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
62818c2ecf20Sopenharmony_ci		   0xff, 0xf9, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
62828c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xf9, 0x00, 0x05, 0x00, 0x77,
62838c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
62848c2ecf20Sopenharmony_ci	PHYREGS(0x0824, 0x0820, 0x081c, 0x01f7, 0x01f8, 0x01f9),
62858c2ecf20Sopenharmony_ci  },
62868c2ecf20Sopenharmony_ci  {	.freq			= 5210,
62878c2ecf20Sopenharmony_ci	RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x09, 0x05, 0x05, 0x04,
62888c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
62898c2ecf20Sopenharmony_ci		   0xff, 0xf9, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
62908c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xf9, 0x00, 0x05, 0x00, 0x77,
62918c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
62928c2ecf20Sopenharmony_ci	PHYREGS(0x0828, 0x0824, 0x0820, 0x01f6, 0x01f7, 0x01f8),
62938c2ecf20Sopenharmony_ci  },
62948c2ecf20Sopenharmony_ci  {	.freq			= 5220,
62958c2ecf20Sopenharmony_ci	RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0a, 0x05, 0x05, 0x04,
62968c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
62978c2ecf20Sopenharmony_ci		   0xfe, 0xd8, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
62988c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xd8, 0x00, 0x05, 0x00, 0x77,
62998c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
63008c2ecf20Sopenharmony_ci	PHYREGS(0x082c, 0x0828, 0x0824, 0x01f5, 0x01f6, 0x01f7),
63018c2ecf20Sopenharmony_ci  },
63028c2ecf20Sopenharmony_ci  {	.freq			= 5230,
63038c2ecf20Sopenharmony_ci	RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0b, 0x05, 0x05, 0x04,
63048c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
63058c2ecf20Sopenharmony_ci		   0xee, 0xd8, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
63068c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xd8, 0x00, 0x05, 0x00, 0x77,
63078c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
63088c2ecf20Sopenharmony_ci	PHYREGS(0x0830, 0x082c, 0x0828, 0x01f4, 0x01f5, 0x01f6),
63098c2ecf20Sopenharmony_ci  },
63108c2ecf20Sopenharmony_ci  {	.freq			= 5240,
63118c2ecf20Sopenharmony_ci	RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0c, 0x05, 0x05, 0x04,
63128c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
63138c2ecf20Sopenharmony_ci		   0xee, 0xc8, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
63148c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xc8, 0x00, 0x05, 0x00, 0x77,
63158c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
63168c2ecf20Sopenharmony_ci	PHYREGS(0x0834, 0x0830, 0x082c, 0x01f3, 0x01f4, 0x01f5),
63178c2ecf20Sopenharmony_ci  },
63188c2ecf20Sopenharmony_ci  {	.freq			= 5250,
63198c2ecf20Sopenharmony_ci	RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0d, 0x05, 0x05, 0x04,
63208c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
63218c2ecf20Sopenharmony_ci		   0xed, 0xc7, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
63228c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xc7, 0x00, 0x05, 0x00, 0x77,
63238c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
63248c2ecf20Sopenharmony_ci	PHYREGS(0x0838, 0x0834, 0x0830, 0x01f2, 0x01f3, 0x01f4),
63258c2ecf20Sopenharmony_ci  },
63268c2ecf20Sopenharmony_ci  {	.freq			= 5260,
63278c2ecf20Sopenharmony_ci	RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0e, 0x05, 0x05, 0x04,
63288c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0e, 0x00,
63298c2ecf20Sopenharmony_ci		   0xed, 0xc7, 0x00, 0x04, 0x00, 0x77, 0x00, 0x0d,
63308c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xc7, 0x00, 0x04, 0x00, 0x77,
63318c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
63328c2ecf20Sopenharmony_ci	PHYREGS(0x083c, 0x0838, 0x0834, 0x01f1, 0x01f2, 0x01f3),
63338c2ecf20Sopenharmony_ci  },
63348c2ecf20Sopenharmony_ci  {	.freq			= 5270,
63358c2ecf20Sopenharmony_ci	RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0f, 0x05, 0x05, 0x04,
63368c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8e, 0x0e, 0x00,
63378c2ecf20Sopenharmony_ci		   0xed, 0xc7, 0x00, 0x04, 0x00, 0x77, 0x00, 0x0c,
63388c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xc7, 0x00, 0x04, 0x00, 0x77,
63398c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
63408c2ecf20Sopenharmony_ci	PHYREGS(0x0840, 0x083c, 0x0838, 0x01f0, 0x01f1, 0x01f2),
63418c2ecf20Sopenharmony_ci  },
63428c2ecf20Sopenharmony_ci  {	.freq			= 5280,
63438c2ecf20Sopenharmony_ci	RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x10, 0x05, 0x05, 0x04,
63448c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
63458c2ecf20Sopenharmony_ci		   0xdc, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
63468c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
63478c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
63488c2ecf20Sopenharmony_ci	PHYREGS(0x0844, 0x0840, 0x083c, 0x01f0, 0x01f0, 0x01f1),
63498c2ecf20Sopenharmony_ci  },
63508c2ecf20Sopenharmony_ci  {	.freq			= 5290,
63518c2ecf20Sopenharmony_ci	RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x11, 0x05, 0x05, 0x04,
63528c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
63538c2ecf20Sopenharmony_ci		   0xdc, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
63548c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
63558c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
63568c2ecf20Sopenharmony_ci	PHYREGS(0x0848, 0x0844, 0x0840, 0x01ef, 0x01f0, 0x01f0),
63578c2ecf20Sopenharmony_ci  },
63588c2ecf20Sopenharmony_ci  {	.freq			= 5300,
63598c2ecf20Sopenharmony_ci	RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x12, 0x05, 0x05, 0x04,
63608c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
63618c2ecf20Sopenharmony_ci		   0xdc, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
63628c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
63638c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
63648c2ecf20Sopenharmony_ci	PHYREGS(0x084c, 0x0848, 0x0844, 0x01ee, 0x01ef, 0x01f0),
63658c2ecf20Sopenharmony_ci  },
63668c2ecf20Sopenharmony_ci  {	.freq			= 5310,
63678c2ecf20Sopenharmony_ci	RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x13, 0x05, 0x05, 0x04,
63688c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
63698c2ecf20Sopenharmony_ci		   0xdc, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
63708c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
63718c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
63728c2ecf20Sopenharmony_ci	PHYREGS(0x0850, 0x084c, 0x0848, 0x01ed, 0x01ee, 0x01ef),
63738c2ecf20Sopenharmony_ci  },
63748c2ecf20Sopenharmony_ci  {	.freq			= 5320,
63758c2ecf20Sopenharmony_ci	RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x14, 0x05, 0x05, 0x04,
63768c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
63778c2ecf20Sopenharmony_ci		   0xdb, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
63788c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
63798c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
63808c2ecf20Sopenharmony_ci	PHYREGS(0x0854, 0x0850, 0x084c, 0x01ec, 0x01ed, 0x01ee),
63818c2ecf20Sopenharmony_ci  },
63828c2ecf20Sopenharmony_ci  {	.freq			= 5330,
63838c2ecf20Sopenharmony_ci	RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x15, 0x05, 0x05, 0x04,
63848c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
63858c2ecf20Sopenharmony_ci		   0xcb, 0xa6, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0b,
63868c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x77,
63878c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
63888c2ecf20Sopenharmony_ci	PHYREGS(0x0858, 0x0854, 0x0850, 0x01eb, 0x01ec, 0x01ed),
63898c2ecf20Sopenharmony_ci  },
63908c2ecf20Sopenharmony_ci  {	.freq			= 5340,
63918c2ecf20Sopenharmony_ci	RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x16, 0x05, 0x05, 0x04,
63928c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
63938c2ecf20Sopenharmony_ci		   0xca, 0xa6, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0b,
63948c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x77,
63958c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
63968c2ecf20Sopenharmony_ci	PHYREGS(0x085c, 0x0858, 0x0854, 0x01ea, 0x01eb, 0x01ec),
63978c2ecf20Sopenharmony_ci  },
63988c2ecf20Sopenharmony_ci  {	.freq			= 5350,
63998c2ecf20Sopenharmony_ci	RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x17, 0x05, 0x05, 0x04,
64008c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0d, 0x00,
64018c2ecf20Sopenharmony_ci		   0xca, 0xa6, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0b,
64028c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x77,
64038c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
64048c2ecf20Sopenharmony_ci	PHYREGS(0x0860, 0x085c, 0x0858, 0x01e9, 0x01ea, 0x01eb),
64058c2ecf20Sopenharmony_ci  },
64068c2ecf20Sopenharmony_ci  {	.freq			= 5360,
64078c2ecf20Sopenharmony_ci	RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x18, 0x05, 0x05, 0x04,
64088c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0d, 0x00,
64098c2ecf20Sopenharmony_ci		   0xc9, 0x95, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
64108c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x95, 0x00, 0x03, 0x00, 0x77,
64118c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
64128c2ecf20Sopenharmony_ci	PHYREGS(0x0864, 0x0860, 0x085c, 0x01e8, 0x01e9, 0x01ea),
64138c2ecf20Sopenharmony_ci  },
64148c2ecf20Sopenharmony_ci  {	.freq			= 5370,
64158c2ecf20Sopenharmony_ci	RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x19, 0x05, 0x05, 0x04,
64168c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0d, 0x00,
64178c2ecf20Sopenharmony_ci		   0xc9, 0x95, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
64188c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x95, 0x00, 0x03, 0x00, 0x77,
64198c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
64208c2ecf20Sopenharmony_ci	PHYREGS(0x0868, 0x0864, 0x0860, 0x01e7, 0x01e8, 0x01e9),
64218c2ecf20Sopenharmony_ci  },
64228c2ecf20Sopenharmony_ci  {	.freq			= 5380,
64238c2ecf20Sopenharmony_ci	RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1a, 0x05, 0x05, 0x04,
64248c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
64258c2ecf20Sopenharmony_ci		   0xb8, 0x95, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
64268c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x95, 0x00, 0x03, 0x00, 0x77,
64278c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
64288c2ecf20Sopenharmony_ci	PHYREGS(0x086c, 0x0868, 0x0864, 0x01e6, 0x01e7, 0x01e8),
64298c2ecf20Sopenharmony_ci  },
64308c2ecf20Sopenharmony_ci  {	.freq			= 5390,
64318c2ecf20Sopenharmony_ci	RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1b, 0x05, 0x05, 0x04,
64328c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
64338c2ecf20Sopenharmony_ci		   0xb8, 0x84, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
64348c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x03, 0x00, 0x77,
64358c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
64368c2ecf20Sopenharmony_ci	PHYREGS(0x0870, 0x086c, 0x0868, 0x01e5, 0x01e6, 0x01e7),
64378c2ecf20Sopenharmony_ci  },
64388c2ecf20Sopenharmony_ci  {	.freq			= 5400,
64398c2ecf20Sopenharmony_ci	RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1c, 0x05, 0x05, 0x04,
64408c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
64418c2ecf20Sopenharmony_ci		   0xb8, 0x84, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
64428c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x03, 0x00, 0x77,
64438c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
64448c2ecf20Sopenharmony_ci	PHYREGS(0x0874, 0x0870, 0x086c, 0x01e5, 0x01e5, 0x01e6),
64458c2ecf20Sopenharmony_ci  },
64468c2ecf20Sopenharmony_ci  {	.freq			= 5410,
64478c2ecf20Sopenharmony_ci	RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1d, 0x05, 0x05, 0x04,
64488c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
64498c2ecf20Sopenharmony_ci		   0xb7, 0x84, 0x00, 0x02, 0x00, 0x77, 0x00, 0x0a,
64508c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x02, 0x00, 0x77,
64518c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
64528c2ecf20Sopenharmony_ci	PHYREGS(0x0878, 0x0874, 0x0870, 0x01e4, 0x01e5, 0x01e5),
64538c2ecf20Sopenharmony_ci  },
64548c2ecf20Sopenharmony_ci  {	.freq			= 5420,
64558c2ecf20Sopenharmony_ci	RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1e, 0x05, 0x05, 0x04,
64568c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
64578c2ecf20Sopenharmony_ci		   0xa7, 0x84, 0x00, 0x02, 0x00, 0x77, 0x00, 0x0a,
64588c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x02, 0x00, 0x77,
64598c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
64608c2ecf20Sopenharmony_ci	PHYREGS(0x087c, 0x0878, 0x0874, 0x01e3, 0x01e4, 0x01e5),
64618c2ecf20Sopenharmony_ci  },
64628c2ecf20Sopenharmony_ci  {	.freq			= 5430,
64638c2ecf20Sopenharmony_ci	RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1f, 0x05, 0x05, 0x04,
64648c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0b, 0x00,
64658c2ecf20Sopenharmony_ci		   0xa6, 0x84, 0x00, 0x02, 0x00, 0x77, 0x00, 0x0a,
64668c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x02, 0x00, 0x77,
64678c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
64688c2ecf20Sopenharmony_ci	PHYREGS(0x0880, 0x087c, 0x0878, 0x01e2, 0x01e3, 0x01e4),
64698c2ecf20Sopenharmony_ci  },
64708c2ecf20Sopenharmony_ci  {	.freq			= 5440,
64718c2ecf20Sopenharmony_ci	RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x20, 0x05, 0x05, 0x04,
64728c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
64738c2ecf20Sopenharmony_ci		   0xa6, 0x84, 0x00, 0x02, 0x00, 0x77, 0x00, 0x09,
64748c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x02, 0x00, 0x77,
64758c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
64768c2ecf20Sopenharmony_ci	PHYREGS(0x0884, 0x0880, 0x087c, 0x01e1, 0x01e2, 0x01e3),
64778c2ecf20Sopenharmony_ci  },
64788c2ecf20Sopenharmony_ci  {	.freq			= 5450,
64798c2ecf20Sopenharmony_ci	RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x21, 0x05, 0x05, 0x04,
64808c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
64818c2ecf20Sopenharmony_ci		   0x95, 0x84, 0x00, 0x01, 0x00, 0x77, 0x00, 0x09,
64828c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x01, 0x00, 0x77,
64838c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
64848c2ecf20Sopenharmony_ci	PHYREGS(0x0888, 0x0884, 0x0880, 0x01e0, 0x01e1, 0x01e2),
64858c2ecf20Sopenharmony_ci  },
64868c2ecf20Sopenharmony_ci  {	.freq			= 5460,
64878c2ecf20Sopenharmony_ci	RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x22, 0x05, 0x05, 0x04,
64888c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
64898c2ecf20Sopenharmony_ci		   0x95, 0x84, 0x00, 0x01, 0x00, 0x77, 0x00, 0x09,
64908c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x01, 0x00, 0x77,
64918c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
64928c2ecf20Sopenharmony_ci	PHYREGS(0x088c, 0x0888, 0x0884, 0x01df, 0x01e0, 0x01e1),
64938c2ecf20Sopenharmony_ci  },
64948c2ecf20Sopenharmony_ci  {	.freq			= 5470,
64958c2ecf20Sopenharmony_ci	RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x23, 0x05, 0x05, 0x04,
64968c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
64978c2ecf20Sopenharmony_ci		   0x94, 0x73, 0x00, 0x01, 0x00, 0x77, 0x00, 0x09,
64988c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x01, 0x00, 0x77,
64998c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
65008c2ecf20Sopenharmony_ci	PHYREGS(0x0890, 0x088c, 0x0888, 0x01de, 0x01df, 0x01e0),
65018c2ecf20Sopenharmony_ci  },
65028c2ecf20Sopenharmony_ci  {	.freq			= 5480,
65038c2ecf20Sopenharmony_ci	RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x24, 0x05, 0x05, 0x04,
65048c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
65058c2ecf20Sopenharmony_ci		   0x84, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
65068c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
65078c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
65088c2ecf20Sopenharmony_ci	PHYREGS(0x0894, 0x0890, 0x088c, 0x01dd, 0x01de, 0x01df),
65098c2ecf20Sopenharmony_ci  },
65108c2ecf20Sopenharmony_ci  {	.freq			= 5490,
65118c2ecf20Sopenharmony_ci	RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x25, 0x05, 0x05, 0x04,
65128c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
65138c2ecf20Sopenharmony_ci		   0x83, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
65148c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
65158c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
65168c2ecf20Sopenharmony_ci	PHYREGS(0x0898, 0x0894, 0x0890, 0x01dd, 0x01dd, 0x01de),
65178c2ecf20Sopenharmony_ci  },
65188c2ecf20Sopenharmony_ci  {	.freq			= 5500,
65198c2ecf20Sopenharmony_ci	RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x26, 0x05, 0x05, 0x04,
65208c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
65218c2ecf20Sopenharmony_ci		   0x82, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
65228c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
65238c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
65248c2ecf20Sopenharmony_ci	PHYREGS(0x089c, 0x0898, 0x0894, 0x01dc, 0x01dd, 0x01dd),
65258c2ecf20Sopenharmony_ci  },
65268c2ecf20Sopenharmony_ci  {	.freq			= 5510,
65278c2ecf20Sopenharmony_ci	RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x27, 0x05, 0x05, 0x04,
65288c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
65298c2ecf20Sopenharmony_ci		   0x82, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
65308c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
65318c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
65328c2ecf20Sopenharmony_ci	PHYREGS(0x08a0, 0x089c, 0x0898, 0x01db, 0x01dc, 0x01dd),
65338c2ecf20Sopenharmony_ci  },
65348c2ecf20Sopenharmony_ci  {	.freq			= 5520,
65358c2ecf20Sopenharmony_ci	RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x28, 0x05, 0x05, 0x04,
65368c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
65378c2ecf20Sopenharmony_ci		   0x72, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
65388c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
65398c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
65408c2ecf20Sopenharmony_ci	PHYREGS(0x08a4, 0x08a0, 0x089c, 0x01da, 0x01db, 0x01dc),
65418c2ecf20Sopenharmony_ci  },
65428c2ecf20Sopenharmony_ci  {	.freq			= 5530,
65438c2ecf20Sopenharmony_ci	RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x29, 0x05, 0x05, 0x04,
65448c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x09, 0x00,
65458c2ecf20Sopenharmony_ci		   0x72, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
65468c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
65478c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
65488c2ecf20Sopenharmony_ci	PHYREGS(0x08a8, 0x08a4, 0x08a0, 0x01d9, 0x01da, 0x01db),
65498c2ecf20Sopenharmony_ci  },
65508c2ecf20Sopenharmony_ci  {	.freq			= 5540,
65518c2ecf20Sopenharmony_ci	RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2a, 0x05, 0x05, 0x04,
65528c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x09, 0x00,
65538c2ecf20Sopenharmony_ci		   0x71, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
65548c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
65558c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
65568c2ecf20Sopenharmony_ci	PHYREGS(0x08ac, 0x08a8, 0x08a4, 0x01d8, 0x01d9, 0x01da),
65578c2ecf20Sopenharmony_ci  },
65588c2ecf20Sopenharmony_ci  {	.freq			= 5550,
65598c2ecf20Sopenharmony_ci	RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2b, 0x05, 0x05, 0x04,
65608c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x09, 0x00,
65618c2ecf20Sopenharmony_ci		   0x61, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
65628c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
65638c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
65648c2ecf20Sopenharmony_ci	PHYREGS(0x08b0, 0x08ac, 0x08a8, 0x01d7, 0x01d8, 0x01d9),
65658c2ecf20Sopenharmony_ci  },
65668c2ecf20Sopenharmony_ci  {	.freq			= 5560,
65678c2ecf20Sopenharmony_ci	RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2c, 0x05, 0x05, 0x04,
65688c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x09, 0x00,
65698c2ecf20Sopenharmony_ci		   0x61, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
65708c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
65718c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
65728c2ecf20Sopenharmony_ci	PHYREGS(0x08b4, 0x08b0, 0x08ac, 0x01d7, 0x01d7, 0x01d8),
65738c2ecf20Sopenharmony_ci  },
65748c2ecf20Sopenharmony_ci  {	.freq			= 5570,
65758c2ecf20Sopenharmony_ci	RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2d, 0x05, 0x05, 0x04,
65768c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x09, 0x00,
65778c2ecf20Sopenharmony_ci		   0x61, 0x62, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
65788c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x62, 0x00, 0x00, 0x00, 0x77,
65798c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
65808c2ecf20Sopenharmony_ci	PHYREGS(0x08b8, 0x08b4, 0x08b0, 0x01d6, 0x01d7, 0x01d7),
65818c2ecf20Sopenharmony_ci  },
65828c2ecf20Sopenharmony_ci  {	.freq			= 5580,
65838c2ecf20Sopenharmony_ci	RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2e, 0x05, 0x05, 0x04,
65848c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x08, 0x00,
65858c2ecf20Sopenharmony_ci		   0x60, 0x62, 0x00, 0x00, 0x00, 0x77, 0x00, 0x08,
65868c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x62, 0x00, 0x00, 0x00, 0x77,
65878c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6f, 0x00),
65888c2ecf20Sopenharmony_ci	PHYREGS(0x08bc, 0x08b8, 0x08b4, 0x01d5, 0x01d6, 0x01d7),
65898c2ecf20Sopenharmony_ci  },
65908c2ecf20Sopenharmony_ci  {	.freq			= 5590,
65918c2ecf20Sopenharmony_ci	RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2f, 0x05, 0x05, 0x04,
65928c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x08, 0x00,
65938c2ecf20Sopenharmony_ci		   0x50, 0x61, 0x00, 0x00, 0x00, 0x77, 0x00, 0x08,
65948c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x61, 0x00, 0x00, 0x00, 0x77,
65958c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6f, 0x00),
65968c2ecf20Sopenharmony_ci	PHYREGS(0x08c0, 0x08bc, 0x08b8, 0x01d4, 0x01d5, 0x01d6),
65978c2ecf20Sopenharmony_ci  },
65988c2ecf20Sopenharmony_ci  {	.freq			= 5600,
65998c2ecf20Sopenharmony_ci	RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x30, 0x05, 0x05, 0x04,
66008c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x89, 0x08, 0x00,
66018c2ecf20Sopenharmony_ci		   0x50, 0x51, 0x00, 0x00, 0x00, 0x77, 0x00, 0x08,
66028c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x51, 0x00, 0x00, 0x00, 0x77,
66038c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6f, 0x00),
66048c2ecf20Sopenharmony_ci	PHYREGS(0x08c4, 0x08c0, 0x08bc, 0x01d3, 0x01d4, 0x01d5),
66058c2ecf20Sopenharmony_ci  },
66068c2ecf20Sopenharmony_ci  {	.freq			= 5610,
66078c2ecf20Sopenharmony_ci	RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x31, 0x05, 0x05, 0x04,
66088c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x89, 0x08, 0x00,
66098c2ecf20Sopenharmony_ci		   0x50, 0x51, 0x00, 0x00, 0x00, 0x77, 0x00, 0x08,
66108c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x51, 0x00, 0x00, 0x00, 0x77,
66118c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6f, 0x00),
66128c2ecf20Sopenharmony_ci	PHYREGS(0x08c8, 0x08c4, 0x08c0, 0x01d2, 0x01d3, 0x01d4),
66138c2ecf20Sopenharmony_ci  },
66148c2ecf20Sopenharmony_ci  {	.freq			= 5620,
66158c2ecf20Sopenharmony_ci	RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x32, 0x05, 0x05, 0x04,
66168c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x89, 0x08, 0x00,
66178c2ecf20Sopenharmony_ci		   0x50, 0x50, 0x00, 0x00, 0x00, 0x77, 0x00, 0x07,
66188c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x50, 0x00, 0x00, 0x00, 0x77,
66198c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6f, 0x00),
66208c2ecf20Sopenharmony_ci	PHYREGS(0x08cc, 0x08c8, 0x08c4, 0x01d2, 0x01d2, 0x01d3),
66218c2ecf20Sopenharmony_ci  },
66228c2ecf20Sopenharmony_ci  {	.freq			= 5630,
66238c2ecf20Sopenharmony_ci	RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x33, 0x05, 0x05, 0x04,
66248c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
66258c2ecf20Sopenharmony_ci		   0x50, 0x50, 0x00, 0x00, 0x00, 0x77, 0x00, 0x07,
66268c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x50, 0x00, 0x00, 0x00, 0x77,
66278c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6f, 0x00),
66288c2ecf20Sopenharmony_ci	PHYREGS(0x08d0, 0x08cc, 0x08c8, 0x01d1, 0x01d2, 0x01d2),
66298c2ecf20Sopenharmony_ci  },
66308c2ecf20Sopenharmony_ci  {	.freq			= 5640,
66318c2ecf20Sopenharmony_ci	RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x34, 0x05, 0x05, 0x04,
66328c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
66338c2ecf20Sopenharmony_ci		   0x40, 0x50, 0x00, 0x00, 0x00, 0x77, 0x00, 0x07,
66348c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x50, 0x00, 0x00, 0x00, 0x77,
66358c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6f, 0x00),
66368c2ecf20Sopenharmony_ci	PHYREGS(0x08d4, 0x08d0, 0x08cc, 0x01d0, 0x01d1, 0x01d2),
66378c2ecf20Sopenharmony_ci  },
66388c2ecf20Sopenharmony_ci  {	.freq			= 5650,
66398c2ecf20Sopenharmony_ci	RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x35, 0x05, 0x05, 0x04,
66408c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
66418c2ecf20Sopenharmony_ci		   0x40, 0x40, 0x00, 0x00, 0x00, 0x77, 0x00, 0x07,
66428c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x40, 0x00, 0x00, 0x00, 0x77,
66438c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6f, 0x00),
66448c2ecf20Sopenharmony_ci	PHYREGS(0x08d8, 0x08d4, 0x08d0, 0x01cf, 0x01d0, 0x01d1),
66458c2ecf20Sopenharmony_ci  },
66468c2ecf20Sopenharmony_ci  {	.freq			= 5660,
66478c2ecf20Sopenharmony_ci	RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x36, 0x05, 0x05, 0x04,
66488c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
66498c2ecf20Sopenharmony_ci		   0x40, 0x40, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
66508c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x40, 0x00, 0x00, 0x00, 0x77,
66518c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6f, 0x00),
66528c2ecf20Sopenharmony_ci	PHYREGS(0x08dc, 0x08d8, 0x08d4, 0x01ce, 0x01cf, 0x01d0),
66538c2ecf20Sopenharmony_ci  },
66548c2ecf20Sopenharmony_ci  {	.freq			= 5670,
66558c2ecf20Sopenharmony_ci	RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x37, 0x05, 0x05, 0x04,
66568c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
66578c2ecf20Sopenharmony_ci		   0x40, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
66588c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
66598c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6f, 0x00),
66608c2ecf20Sopenharmony_ci	PHYREGS(0x08e0, 0x08dc, 0x08d8, 0x01ce, 0x01ce, 0x01cf),
66618c2ecf20Sopenharmony_ci  },
66628c2ecf20Sopenharmony_ci  {	.freq			= 5680,
66638c2ecf20Sopenharmony_ci	RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x38, 0x05, 0x05, 0x04,
66648c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
66658c2ecf20Sopenharmony_ci		   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
66668c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
66678c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6f, 0x00),
66688c2ecf20Sopenharmony_ci	PHYREGS(0x08e4, 0x08e0, 0x08dc, 0x01cd, 0x01ce, 0x01ce),
66698c2ecf20Sopenharmony_ci  },
66708c2ecf20Sopenharmony_ci  {	.freq			= 5690,
66718c2ecf20Sopenharmony_ci	RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x39, 0x05, 0x05, 0x04,
66728c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
66738c2ecf20Sopenharmony_ci		   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
66748c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
66758c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6f, 0x00),
66768c2ecf20Sopenharmony_ci	PHYREGS(0x08e8, 0x08e4, 0x08e0, 0x01cc, 0x01cd, 0x01ce),
66778c2ecf20Sopenharmony_ci  },
66788c2ecf20Sopenharmony_ci  {	.freq			= 5700,
66798c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3a, 0x05, 0x05, 0x04,
66808c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
66818c2ecf20Sopenharmony_ci		   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
66828c2ecf20Sopenharmony_ci		   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
66838c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6e, 0x00),
66848c2ecf20Sopenharmony_ci	PHYREGS(0x08ec, 0x08e8, 0x08e4, 0x01cb, 0x01cc, 0x01cd),
66858c2ecf20Sopenharmony_ci  },
66868c2ecf20Sopenharmony_ci  {	.freq			= 5710,
66878c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3b, 0x05, 0x05, 0x04,
66888c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
66898c2ecf20Sopenharmony_ci		   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
66908c2ecf20Sopenharmony_ci		   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
66918c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6e, 0x00),
66928c2ecf20Sopenharmony_ci	PHYREGS(0x08f0, 0x08ec, 0x08e8, 0x01ca, 0x01cb, 0x01cc),
66938c2ecf20Sopenharmony_ci  },
66948c2ecf20Sopenharmony_ci  {	.freq			= 5720,
66958c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3c, 0x05, 0x05, 0x04,
66968c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
66978c2ecf20Sopenharmony_ci		   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
66988c2ecf20Sopenharmony_ci		   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
66998c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6e, 0x00),
67008c2ecf20Sopenharmony_ci	PHYREGS(0x08f4, 0x08f0, 0x08ec, 0x01c9, 0x01ca, 0x01cb),
67018c2ecf20Sopenharmony_ci  },
67028c2ecf20Sopenharmony_ci  {	.freq			= 5725,
67038c2ecf20Sopenharmony_ci	RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x79, 0x07, 0x07, 0x04,
67048c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
67058c2ecf20Sopenharmony_ci		   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
67068c2ecf20Sopenharmony_ci		   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
67078c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6e, 0x00),
67088c2ecf20Sopenharmony_ci	PHYREGS(0x08f6, 0x08f2, 0x08ee, 0x01c9, 0x01ca, 0x01cb),
67098c2ecf20Sopenharmony_ci  },
67108c2ecf20Sopenharmony_ci  {	.freq			= 5730,
67118c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3d, 0x05, 0x05, 0x04,
67128c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
67138c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
67148c2ecf20Sopenharmony_ci		   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
67158c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6e, 0x00),
67168c2ecf20Sopenharmony_ci	PHYREGS(0x08f8, 0x08f4, 0x08f0, 0x01c9, 0x01c9, 0x01ca),
67178c2ecf20Sopenharmony_ci  },
67188c2ecf20Sopenharmony_ci  {	.freq			= 5735,
67198c2ecf20Sopenharmony_ci	RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x7b, 0x07, 0x07, 0x04,
67208c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
67218c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
67228c2ecf20Sopenharmony_ci		   0x00, 0x6d, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
67238c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6d, 0x00),
67248c2ecf20Sopenharmony_ci	PHYREGS(0x08fa, 0x08f6, 0x08f2, 0x01c8, 0x01c9, 0x01ca),
67258c2ecf20Sopenharmony_ci  },
67268c2ecf20Sopenharmony_ci  {	.freq			= 5740,
67278c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3e, 0x05, 0x05, 0x04,
67288c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
67298c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
67308c2ecf20Sopenharmony_ci		   0x00, 0x6d, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
67318c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6d, 0x00),
67328c2ecf20Sopenharmony_ci	PHYREGS(0x08fc, 0x08f8, 0x08f4, 0x01c8, 0x01c9, 0x01c9),
67338c2ecf20Sopenharmony_ci  },
67348c2ecf20Sopenharmony_ci  {	.freq			= 5745,
67358c2ecf20Sopenharmony_ci	RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7d, 0x07, 0x07, 0x04,
67368c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
67378c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
67388c2ecf20Sopenharmony_ci		   0x00, 0x6d, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
67398c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6d, 0x00),
67408c2ecf20Sopenharmony_ci	PHYREGS(0x08fe, 0x08fa, 0x08f6, 0x01c8, 0x01c8, 0x01c9),
67418c2ecf20Sopenharmony_ci  },
67428c2ecf20Sopenharmony_ci  {	.freq			= 5750,
67438c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3f, 0x05, 0x05, 0x04,
67448c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
67458c2ecf20Sopenharmony_ci		   0x20, 0x20, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
67468c2ecf20Sopenharmony_ci		   0x00, 0x6d, 0x00, 0x20, 0x00, 0x00, 0x00, 0x77,
67478c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6d, 0x00),
67488c2ecf20Sopenharmony_ci	PHYREGS(0x0900, 0x08fc, 0x08f8, 0x01c7, 0x01c8, 0x01c9),
67498c2ecf20Sopenharmony_ci  },
67508c2ecf20Sopenharmony_ci  {	.freq			= 5755,
67518c2ecf20Sopenharmony_ci	RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7f, 0x07, 0x07, 0x04,
67528c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
67538c2ecf20Sopenharmony_ci		   0x10, 0x20, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
67548c2ecf20Sopenharmony_ci		   0x00, 0x6c, 0x00, 0x20, 0x00, 0x00, 0x00, 0x77,
67558c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6c, 0x00),
67568c2ecf20Sopenharmony_ci	PHYREGS(0x0902, 0x08fe, 0x08fa, 0x01c7, 0x01c8, 0x01c8),
67578c2ecf20Sopenharmony_ci  },
67588c2ecf20Sopenharmony_ci  {	.freq			= 5760,
67598c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x40, 0x05, 0x05, 0x04,
67608c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x86, 0x05, 0x00,
67618c2ecf20Sopenharmony_ci		   0x10, 0x20, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
67628c2ecf20Sopenharmony_ci		   0x00, 0x6c, 0x00, 0x20, 0x00, 0x00, 0x00, 0x77,
67638c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6c, 0x00),
67648c2ecf20Sopenharmony_ci	PHYREGS(0x0904, 0x0900, 0x08fc, 0x01c6, 0x01c7, 0x01c8),
67658c2ecf20Sopenharmony_ci  },
67668c2ecf20Sopenharmony_ci  {	.freq			= 5765,
67678c2ecf20Sopenharmony_ci	RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x81, 0x07, 0x07, 0x04,
67688c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x86, 0x05, 0x00,
67698c2ecf20Sopenharmony_ci		   0x10, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
67708c2ecf20Sopenharmony_ci		   0x00, 0x6c, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
67718c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6c, 0x00),
67728c2ecf20Sopenharmony_ci	PHYREGS(0x0906, 0x0902, 0x08fe, 0x01c6, 0x01c7, 0x01c8),
67738c2ecf20Sopenharmony_ci  },
67748c2ecf20Sopenharmony_ci  {	.freq			= 5770,
67758c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x41, 0x05, 0x05, 0x04,
67768c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x86, 0x04, 0x00,
67778c2ecf20Sopenharmony_ci		   0x10, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
67788c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
67798c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
67808c2ecf20Sopenharmony_ci	PHYREGS(0x0908, 0x0904, 0x0900, 0x01c6, 0x01c6, 0x01c7),
67818c2ecf20Sopenharmony_ci  },
67828c2ecf20Sopenharmony_ci  {	.freq			= 5775,
67838c2ecf20Sopenharmony_ci	RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x83, 0x07, 0x07, 0x04,
67848c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x86, 0x04, 0x00,
67858c2ecf20Sopenharmony_ci		   0x10, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
67868c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
67878c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
67888c2ecf20Sopenharmony_ci	PHYREGS(0x090a, 0x0906, 0x0902, 0x01c5, 0x01c6, 0x01c7),
67898c2ecf20Sopenharmony_ci  },
67908c2ecf20Sopenharmony_ci  {	.freq			= 5780,
67918c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x42, 0x05, 0x05, 0x04,
67928c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x86, 0x04, 0x00,
67938c2ecf20Sopenharmony_ci		   0x10, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
67948c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
67958c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
67968c2ecf20Sopenharmony_ci	PHYREGS(0x090c, 0x0908, 0x0904, 0x01c5, 0x01c6, 0x01c6),
67978c2ecf20Sopenharmony_ci  },
67988c2ecf20Sopenharmony_ci  {	.freq			= 5785,
67998c2ecf20Sopenharmony_ci	RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x85, 0x07, 0x07, 0x04,
68008c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
68018c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
68028c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
68038c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
68048c2ecf20Sopenharmony_ci	PHYREGS(0x090e, 0x090a, 0x0906, 0x01c4, 0x01c5, 0x01c6),
68058c2ecf20Sopenharmony_ci  },
68068c2ecf20Sopenharmony_ci  {	.freq			= 5790,
68078c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x43, 0x05, 0x05, 0x04,
68088c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
68098c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
68108c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
68118c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
68128c2ecf20Sopenharmony_ci	PHYREGS(0x0910, 0x090c, 0x0908, 0x01c4, 0x01c5, 0x01c6),
68138c2ecf20Sopenharmony_ci  },
68148c2ecf20Sopenharmony_ci  {	.freq			= 5795,
68158c2ecf20Sopenharmony_ci	RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x87, 0x07, 0x07, 0x04,
68168c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
68178c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
68188c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
68198c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
68208c2ecf20Sopenharmony_ci	PHYREGS(0x0912, 0x090e, 0x090a, 0x01c4, 0x01c4, 0x01c5),
68218c2ecf20Sopenharmony_ci  },
68228c2ecf20Sopenharmony_ci  {	.freq			= 5800,
68238c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x44, 0x05, 0x05, 0x04,
68248c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
68258c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
68268c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
68278c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
68288c2ecf20Sopenharmony_ci	PHYREGS(0x0914, 0x0910, 0x090c, 0x01c3, 0x01c4, 0x01c5),
68298c2ecf20Sopenharmony_ci  },
68308c2ecf20Sopenharmony_ci  {	.freq			= 5805,
68318c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x89, 0x07, 0x07, 0x04,
68328c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
68338c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
68348c2ecf20Sopenharmony_ci		   0x00, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
68358c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6a, 0x00),
68368c2ecf20Sopenharmony_ci	PHYREGS(0x0916, 0x0912, 0x090e, 0x01c3, 0x01c4, 0x01c4),
68378c2ecf20Sopenharmony_ci  },
68388c2ecf20Sopenharmony_ci  {	.freq			= 5810,
68398c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x45, 0x05, 0x05, 0x04,
68408c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
68418c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
68428c2ecf20Sopenharmony_ci		   0x00, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
68438c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6a, 0x00),
68448c2ecf20Sopenharmony_ci	PHYREGS(0x0918, 0x0914, 0x0910, 0x01c2, 0x01c3, 0x01c4),
68458c2ecf20Sopenharmony_ci  },
68468c2ecf20Sopenharmony_ci  {	.freq			= 5815,
68478c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8b, 0x07, 0x07, 0x04,
68488c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
68498c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
68508c2ecf20Sopenharmony_ci		   0x00, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
68518c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6a, 0x00),
68528c2ecf20Sopenharmony_ci	PHYREGS(0x091a, 0x0916, 0x0912, 0x01c2, 0x01c3, 0x01c4),
68538c2ecf20Sopenharmony_ci  },
68548c2ecf20Sopenharmony_ci  {	.freq			= 5820,
68558c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x46, 0x05, 0x05, 0x04,
68568c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
68578c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
68588c2ecf20Sopenharmony_ci		   0x00, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
68598c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6a, 0x00),
68608c2ecf20Sopenharmony_ci	PHYREGS(0x091c, 0x0918, 0x0914, 0x01c2, 0x01c2, 0x01c3),
68618c2ecf20Sopenharmony_ci  },
68628c2ecf20Sopenharmony_ci  {	.freq			= 5825,
68638c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8d, 0x07, 0x07, 0x04,
68648c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
68658c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
68668c2ecf20Sopenharmony_ci		   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
68678c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x69, 0x00),
68688c2ecf20Sopenharmony_ci	PHYREGS(0x091e, 0x091a, 0x0916, 0x01c1, 0x01c2, 0x01c3),
68698c2ecf20Sopenharmony_ci  },
68708c2ecf20Sopenharmony_ci  {	.freq			= 5830,
68718c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x47, 0x05, 0x05, 0x04,
68728c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
68738c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
68748c2ecf20Sopenharmony_ci		   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
68758c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x69, 0x00),
68768c2ecf20Sopenharmony_ci	PHYREGS(0x0920, 0x091c, 0x0918, 0x01c1, 0x01c2, 0x01c2),
68778c2ecf20Sopenharmony_ci  },
68788c2ecf20Sopenharmony_ci  {	.freq			= 5840,
68798c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x48, 0x05, 0x05, 0x04,
68808c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
68818c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
68828c2ecf20Sopenharmony_ci		   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
68838c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x69, 0x00),
68848c2ecf20Sopenharmony_ci	PHYREGS(0x0924, 0x0920, 0x091c, 0x01c0, 0x01c1, 0x01c2),
68858c2ecf20Sopenharmony_ci  },
68868c2ecf20Sopenharmony_ci  {	.freq			= 5850,
68878c2ecf20Sopenharmony_ci	RADIOREGS3(0xe0, 0x00, 0x01, 0x02, 0x49, 0x05, 0x05, 0x04,
68888c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
68898c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
68908c2ecf20Sopenharmony_ci		   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
68918c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x69, 0x00),
68928c2ecf20Sopenharmony_ci	PHYREGS(0x0928, 0x0924, 0x0920, 0x01bf, 0x01c0, 0x01c1),
68938c2ecf20Sopenharmony_ci  },
68948c2ecf20Sopenharmony_ci  {	.freq			= 5860,
68958c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x00, 0x01, 0x02, 0x4a, 0x05, 0x05, 0x04,
68968c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
68978c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
68988c2ecf20Sopenharmony_ci		   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
68998c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x69, 0x00),
69008c2ecf20Sopenharmony_ci	PHYREGS(0x092c, 0x0928, 0x0924, 0x01bf, 0x01bf, 0x01c0),
69018c2ecf20Sopenharmony_ci  },
69028c2ecf20Sopenharmony_ci  {	.freq			= 5870,
69038c2ecf20Sopenharmony_ci	RADIOREGS3(0xdb, 0x00, 0x01, 0x02, 0x4b, 0x05, 0x05, 0x04,
69048c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
69058c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
69068c2ecf20Sopenharmony_ci		   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
69078c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x68, 0x00),
69088c2ecf20Sopenharmony_ci	PHYREGS(0x0930, 0x092c, 0x0928, 0x01be, 0x01bf, 0x01bf),
69098c2ecf20Sopenharmony_ci  },
69108c2ecf20Sopenharmony_ci  {	.freq			= 5880,
69118c2ecf20Sopenharmony_ci	RADIOREGS3(0xd8, 0x00, 0x01, 0x02, 0x4c, 0x05, 0x05, 0x04,
69128c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
69138c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
69148c2ecf20Sopenharmony_ci		   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
69158c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x68, 0x00),
69168c2ecf20Sopenharmony_ci	PHYREGS(0x0934, 0x0930, 0x092c, 0x01bd, 0x01be, 0x01bf),
69178c2ecf20Sopenharmony_ci  },
69188c2ecf20Sopenharmony_ci  {	.freq			= 5890,
69198c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4d, 0x05, 0x05, 0x04,
69208c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
69218c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
69228c2ecf20Sopenharmony_ci		   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
69238c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x68, 0x00),
69248c2ecf20Sopenharmony_ci	PHYREGS(0x0938, 0x0934, 0x0930, 0x01bc, 0x01bd, 0x01be),
69258c2ecf20Sopenharmony_ci  },
69268c2ecf20Sopenharmony_ci  {	.freq			= 5900,
69278c2ecf20Sopenharmony_ci	RADIOREGS3(0xd3, 0x00, 0x01, 0x02, 0x4e, 0x05, 0x05, 0x04,
69288c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
69298c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
69308c2ecf20Sopenharmony_ci		   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
69318c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x68, 0x00),
69328c2ecf20Sopenharmony_ci	PHYREGS(0x093c, 0x0938, 0x0934, 0x01bc, 0x01bc, 0x01bd),
69338c2ecf20Sopenharmony_ci  },
69348c2ecf20Sopenharmony_ci  {	.freq			= 5910,
69358c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4f, 0x05, 0x05, 0x04,
69368c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
69378c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
69388c2ecf20Sopenharmony_ci		   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
69398c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x68, 0x00),
69408c2ecf20Sopenharmony_ci	PHYREGS(0x0940, 0x093c, 0x0938, 0x01bb, 0x01bc, 0x01bc),
69418c2ecf20Sopenharmony_ci  },
69428c2ecf20Sopenharmony_ci  {	.freq			= 2412,
69438c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x6c, 0x08, 0x08, 0x04,
69448c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x04, 0x04, 0x04, 0x8f, 0x30, 0x00,
69458c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x78, 0x00, 0x03, 0x00, 0x70, 0x00,
69468c2ecf20Sopenharmony_ci		   0x0b, 0x00, 0x0a, 0x00, 0x78, 0x00, 0x03, 0x00,
69478c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0b, 0x00, 0x0a),
69488c2ecf20Sopenharmony_ci	PHYREGS(0x03c9, 0x03c5, 0x03c1, 0x043a, 0x043f, 0x0443),
69498c2ecf20Sopenharmony_ci  },
69508c2ecf20Sopenharmony_ci  {	.freq			= 2417,
69518c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x71, 0x08, 0x08, 0x04,
69528c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
69538c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x78, 0x00, 0x03, 0x00, 0x70, 0x00,
69548c2ecf20Sopenharmony_ci		   0x0b, 0x00, 0x0a, 0x00, 0x78, 0x00, 0x03, 0x00,
69558c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0b, 0x00, 0x0a),
69568c2ecf20Sopenharmony_ci	PHYREGS(0x03cb, 0x03c7, 0x03c3, 0x0438, 0x043d, 0x0441),
69578c2ecf20Sopenharmony_ci  },
69588c2ecf20Sopenharmony_ci  {	.freq			= 2422,
69598c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x76, 0x08, 0x08, 0x04,
69608c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
69618c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x67, 0x00, 0x03, 0x00, 0x70, 0x00,
69628c2ecf20Sopenharmony_ci		   0x0b, 0x00, 0x0a, 0x00, 0x67, 0x00, 0x03, 0x00,
69638c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0b, 0x00, 0x0a),
69648c2ecf20Sopenharmony_ci	PHYREGS(0x03cd, 0x03c9, 0x03c5, 0x0436, 0x043a, 0x043f),
69658c2ecf20Sopenharmony_ci  },
69668c2ecf20Sopenharmony_ci  {	.freq			= 2427,
69678c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x7b, 0x08, 0x08, 0x04,
69688c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
69698c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x57, 0x00, 0x03, 0x00, 0x70, 0x00,
69708c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x0a, 0x00, 0x57, 0x00, 0x03, 0x00,
69718c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x0a),
69728c2ecf20Sopenharmony_ci	PHYREGS(0x03cf, 0x03cb, 0x03c7, 0x0434, 0x0438, 0x043d),
69738c2ecf20Sopenharmony_ci  },
69748c2ecf20Sopenharmony_ci  {	.freq			= 2432,
69758c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x80, 0x08, 0x08, 0x04,
69768c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
69778c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x56, 0x00, 0x03, 0x00, 0x70, 0x00,
69788c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x0a, 0x00, 0x56, 0x00, 0x03, 0x00,
69798c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x0a),
69808c2ecf20Sopenharmony_ci	PHYREGS(0x03d1, 0x03cd, 0x03c9, 0x0431, 0x0436, 0x043a),
69818c2ecf20Sopenharmony_ci  },
69828c2ecf20Sopenharmony_ci  {	.freq			= 2437,
69838c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x85, 0x08, 0x08, 0x04,
69848c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
69858c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x46, 0x00, 0x03, 0x00, 0x70, 0x00,
69868c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x0a, 0x00, 0x46, 0x00, 0x03, 0x00,
69878c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x0a),
69888c2ecf20Sopenharmony_ci	PHYREGS(0x03d3, 0x03cf, 0x03cb, 0x042f, 0x0434, 0x0438),
69898c2ecf20Sopenharmony_ci  },
69908c2ecf20Sopenharmony_ci  {	.freq			= 2442,
69918c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8a, 0x08, 0x08, 0x04,
69928c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
69938c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x45, 0x00, 0x02, 0x00, 0x70, 0x00,
69948c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x0a, 0x00, 0x45, 0x00, 0x02, 0x00,
69958c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x0a),
69968c2ecf20Sopenharmony_ci	PHYREGS(0x03d5, 0x03d1, 0x03cd, 0x042d, 0x0431, 0x0436),
69978c2ecf20Sopenharmony_ci  },
69988c2ecf20Sopenharmony_ci  {	.freq			= 2447,
69998c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8f, 0x08, 0x08, 0x04,
70008c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
70018c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x34, 0x00, 0x02, 0x00, 0x70, 0x00,
70028c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x09, 0x00, 0x34, 0x00, 0x02, 0x00,
70038c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x09),
70048c2ecf20Sopenharmony_ci	PHYREGS(0x03d7, 0x03d3, 0x03cf, 0x042b, 0x042f, 0x0434),
70058c2ecf20Sopenharmony_ci  },
70068c2ecf20Sopenharmony_ci  {	.freq			= 2452,
70078c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x94, 0x08, 0x08, 0x04,
70088c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
70098c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x23, 0x00, 0x02, 0x00, 0x70, 0x00,
70108c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x09, 0x00, 0x23, 0x00, 0x02, 0x00,
70118c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x09),
70128c2ecf20Sopenharmony_ci	PHYREGS(0x03d9, 0x03d5, 0x03d1, 0x0429, 0x042d, 0x0431),
70138c2ecf20Sopenharmony_ci  },
70148c2ecf20Sopenharmony_ci  {	.freq			= 2457,
70158c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x99, 0x08, 0x08, 0x04,
70168c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
70178c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x12, 0x00, 0x02, 0x00, 0x70, 0x00,
70188c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x09, 0x00, 0x12, 0x00, 0x02, 0x00,
70198c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x09),
70208c2ecf20Sopenharmony_ci	PHYREGS(0x03db, 0x03d7, 0x03d3, 0x0427, 0x042b, 0x042f),
70218c2ecf20Sopenharmony_ci  },
70228c2ecf20Sopenharmony_ci  {	.freq			= 2462,
70238c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x9e, 0x08, 0x08, 0x04,
70248c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
70258c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x70, 0x00,
70268c2ecf20Sopenharmony_ci		   0x09, 0x00, 0x09, 0x00, 0x02, 0x00, 0x02, 0x00,
70278c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x09, 0x00, 0x09),
70288c2ecf20Sopenharmony_ci	PHYREGS(0x03dd, 0x03d9, 0x03d5, 0x0424, 0x0429, 0x042d),
70298c2ecf20Sopenharmony_ci  },
70308c2ecf20Sopenharmony_ci  {	.freq			= 2467,
70318c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa3, 0x08, 0x08, 0x04,
70328c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
70338c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x70, 0x00,
70348c2ecf20Sopenharmony_ci		   0x09, 0x00, 0x09, 0x00, 0x01, 0x00, 0x02, 0x00,
70358c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x09, 0x00, 0x09),
70368c2ecf20Sopenharmony_ci	PHYREGS(0x03df, 0x03db, 0x03d7, 0x0422, 0x0427, 0x042b),
70378c2ecf20Sopenharmony_ci  },
70388c2ecf20Sopenharmony_ci  {	.freq			= 2472,
70398c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa8, 0x08, 0x08, 0x04,
70408c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x30, 0x00,
70418c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x70, 0x00,
70428c2ecf20Sopenharmony_ci		   0x09, 0x00, 0x09, 0x00, 0x01, 0x00, 0x02, 0x00,
70438c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x09, 0x00, 0x09),
70448c2ecf20Sopenharmony_ci	PHYREGS(0x03e1, 0x03dd, 0x03d9, 0x0420, 0x0424, 0x0429),
70458c2ecf20Sopenharmony_ci  },
70468c2ecf20Sopenharmony_ci  {	.freq			= 2484,
70478c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x03, 0x09, 0xb4, 0x08, 0x08, 0x04,
70488c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x20, 0x00,
70498c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x70, 0x00,
70508c2ecf20Sopenharmony_ci		   0x09, 0x00, 0x09, 0x00, 0x00, 0x00, 0x02, 0x00,
70518c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x09, 0x00, 0x09),
70528c2ecf20Sopenharmony_ci	PHYREGS(0x03e6, 0x03e2, 0x03de, 0x041b, 0x041f, 0x0424),
70538c2ecf20Sopenharmony_ci  },
70548c2ecf20Sopenharmony_ci};
70558c2ecf20Sopenharmony_ci
70568c2ecf20Sopenharmony_cistatic const struct b43_nphy_channeltab_entry_rev3 b43_nphy_channeltab_radio_rev7_9[] = {
70578c2ecf20Sopenharmony_ci  {	.freq			= 4920,
70588c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xec, 0x05, 0x05, 0x04,
70598c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
70608c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0b, 0x00, 0x70, 0x00, 0x0f,
70618c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0b, 0x00, 0x70,
70628c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
70638c2ecf20Sopenharmony_ci	PHYREGS(0x07b4, 0x07b0, 0x07ac, 0x0214, 0x0215, 0x0216),
70648c2ecf20Sopenharmony_ci  },
70658c2ecf20Sopenharmony_ci  {	.freq			= 4930,
70668c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xed, 0x05, 0x05, 0x04,
70678c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
70688c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0b, 0x00, 0x70, 0x00, 0x0e,
70698c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0b, 0x00, 0x70,
70708c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
70718c2ecf20Sopenharmony_ci	PHYREGS(0x07b8, 0x07b4, 0x07b0, 0x0213, 0x0214, 0x0215),
70728c2ecf20Sopenharmony_ci  },
70738c2ecf20Sopenharmony_ci  {	.freq			= 4940,
70748c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xee, 0x05, 0x05, 0x04,
70758c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
70768c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0b, 0x00, 0x70, 0x00, 0x0e,
70778c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0b, 0x00, 0x70,
70788c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
70798c2ecf20Sopenharmony_ci	PHYREGS(0x07bc, 0x07b8, 0x07b4, 0x0212, 0x0213, 0x0214),
70808c2ecf20Sopenharmony_ci  },
70818c2ecf20Sopenharmony_ci  {	.freq			= 4950,
70828c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xef, 0x05, 0x05, 0x04,
70838c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
70848c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0b, 0x00, 0x70, 0x00, 0x0e,
70858c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0b, 0x00, 0x70,
70868c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
70878c2ecf20Sopenharmony_ci	PHYREGS(0x07c0, 0x07bc, 0x07b8, 0x0211, 0x0212, 0x0213),
70888c2ecf20Sopenharmony_ci  },
70898c2ecf20Sopenharmony_ci  {	.freq			= 4960,
70908c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf0, 0x05, 0x05, 0x04,
70918c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
70928c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0a, 0x00, 0x70, 0x00, 0x0e,
70938c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0a, 0x00, 0x70,
70948c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
70958c2ecf20Sopenharmony_ci	PHYREGS(0x07c4, 0x07c0, 0x07bc, 0x020f, 0x0211, 0x0212),
70968c2ecf20Sopenharmony_ci  },
70978c2ecf20Sopenharmony_ci  {	.freq			= 4970,
70988c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf1, 0x05, 0x05, 0x04,
70998c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71008c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0a, 0x00, 0x70, 0x00, 0x0d,
71018c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0a, 0x00, 0x70,
71028c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
71038c2ecf20Sopenharmony_ci	PHYREGS(0x07c8, 0x07c4, 0x07c0, 0x020e, 0x020f, 0x0211),
71048c2ecf20Sopenharmony_ci  },
71058c2ecf20Sopenharmony_ci  {	.freq			= 4980,
71068c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf2, 0x05, 0x05, 0x04,
71078c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71088c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0a, 0x00, 0x70, 0x00, 0x0d,
71098c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0a, 0x00, 0x70,
71108c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
71118c2ecf20Sopenharmony_ci	PHYREGS(0x07cc, 0x07c8, 0x07c4, 0x020d, 0x020e, 0x020f),
71128c2ecf20Sopenharmony_ci  },
71138c2ecf20Sopenharmony_ci  {	.freq			= 4990,
71148c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf3, 0x05, 0x05, 0x04,
71158c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71168c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0a, 0x00, 0x70, 0x00, 0x0d,
71178c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0a, 0x00, 0x70,
71188c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
71198c2ecf20Sopenharmony_ci	PHYREGS(0x07d0, 0x07cc, 0x07c8, 0x020c, 0x020d, 0x020e),
71208c2ecf20Sopenharmony_ci  },
71218c2ecf20Sopenharmony_ci  {	.freq			= 5000,
71228c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf4, 0x05, 0x05, 0x04,
71238c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71248c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0a, 0x00, 0x70, 0x00, 0x0d,
71258c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0a, 0x00, 0x70,
71268c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
71278c2ecf20Sopenharmony_ci	PHYREGS(0x07d4, 0x07d0, 0x07cc, 0x020b, 0x020c, 0x020d),
71288c2ecf20Sopenharmony_ci  },
71298c2ecf20Sopenharmony_ci  {	.freq			= 5010,
71308c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf5, 0x05, 0x05, 0x04,
71318c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71328c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x0a, 0x00, 0x70, 0x00, 0x0d,
71338c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x0a, 0x00, 0x70,
71348c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
71358c2ecf20Sopenharmony_ci	PHYREGS(0x07d8, 0x07d4, 0x07d0, 0x020a, 0x020b, 0x020c),
71368c2ecf20Sopenharmony_ci  },
71378c2ecf20Sopenharmony_ci  {	.freq			= 5020,
71388c2ecf20Sopenharmony_ci	RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf6, 0x05, 0x05, 0x04,
71398c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71408c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x09, 0x00, 0x70, 0x00, 0x0d,
71418c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x09, 0x00, 0x70,
71428c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
71438c2ecf20Sopenharmony_ci	PHYREGS(0x07dc, 0x07d8, 0x07d4, 0x0209, 0x020a, 0x020b),
71448c2ecf20Sopenharmony_ci  },
71458c2ecf20Sopenharmony_ci  {	.freq			= 5030,
71468c2ecf20Sopenharmony_ci	RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf7, 0x05, 0x05, 0x04,
71478c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71488c2ecf20Sopenharmony_ci		   0xff, 0xff, 0x00, 0x09, 0x00, 0x70, 0x00, 0x0c,
71498c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xff, 0x00, 0x09, 0x00, 0x70,
71508c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
71518c2ecf20Sopenharmony_ci	PHYREGS(0x07e0, 0x07dc, 0x07d8, 0x0208, 0x0209, 0x020a),
71528c2ecf20Sopenharmony_ci  },
71538c2ecf20Sopenharmony_ci  {	.freq			= 5040,
71548c2ecf20Sopenharmony_ci	RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf8, 0x05, 0x05, 0x04,
71558c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71568c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x70, 0x00, 0x0c,
71578c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x70,
71588c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
71598c2ecf20Sopenharmony_ci	PHYREGS(0x07e4, 0x07e0, 0x07dc, 0x0207, 0x0208, 0x0209),
71608c2ecf20Sopenharmony_ci  },
71618c2ecf20Sopenharmony_ci  {	.freq			= 5050,
71628c2ecf20Sopenharmony_ci	RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf9, 0x05, 0x05, 0x04,
71638c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71648c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x70, 0x00, 0x0c,
71658c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x70,
71668c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
71678c2ecf20Sopenharmony_ci	PHYREGS(0x07e8, 0x07e4, 0x07e0, 0x0206, 0x0207, 0x0208),
71688c2ecf20Sopenharmony_ci  },
71698c2ecf20Sopenharmony_ci  {	.freq			= 5060,
71708c2ecf20Sopenharmony_ci	RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfa, 0x05, 0x05, 0x04,
71718c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71728c2ecf20Sopenharmony_ci		   0xff, 0xfd, 0x00, 0x09, 0x00, 0x70, 0x00, 0x0c,
71738c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfd, 0x00, 0x09, 0x00, 0x70,
71748c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
71758c2ecf20Sopenharmony_ci	PHYREGS(0x07ec, 0x07e8, 0x07e4, 0x0205, 0x0206, 0x0207),
71768c2ecf20Sopenharmony_ci  },
71778c2ecf20Sopenharmony_ci  {	.freq			= 5070,
71788c2ecf20Sopenharmony_ci	RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfb, 0x05, 0x05, 0x04,
71798c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71808c2ecf20Sopenharmony_ci		   0xff, 0xfd, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0b,
71818c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfd, 0x00, 0x08, 0x00, 0x70,
71828c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
71838c2ecf20Sopenharmony_ci	PHYREGS(0x07f0, 0x07ec, 0x07e8, 0x0204, 0x0205, 0x0206),
71848c2ecf20Sopenharmony_ci  },
71858c2ecf20Sopenharmony_ci  {	.freq			= 5080,
71868c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfc, 0x05, 0x05, 0x04,
71878c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71888c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0b,
71898c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x70,
71908c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
71918c2ecf20Sopenharmony_ci	PHYREGS(0x07f4, 0x07f0, 0x07ec, 0x0203, 0x0204, 0x0205),
71928c2ecf20Sopenharmony_ci  },
71938c2ecf20Sopenharmony_ci  {	.freq			= 5090,
71948c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfd, 0x05, 0x05, 0x04,
71958c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
71968c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0b,
71978c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x70,
71988c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
71998c2ecf20Sopenharmony_ci	PHYREGS(0x07f8, 0x07f4, 0x07f0, 0x0202, 0x0203, 0x0204),
72008c2ecf20Sopenharmony_ci  },
72018c2ecf20Sopenharmony_ci  {	.freq			= 5100,
72028c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xfe, 0x05, 0x05, 0x04,
72038c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
72048c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0b,
72058c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x70,
72068c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
72078c2ecf20Sopenharmony_ci	PHYREGS(0x07fc, 0x07f8, 0x07f4, 0x0201, 0x0202, 0x0203),
72088c2ecf20Sopenharmony_ci  },
72098c2ecf20Sopenharmony_ci  {	.freq			= 5110,
72108c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xff, 0x05, 0x05, 0x04,
72118c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
72128c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0b,
72138c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x70,
72148c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
72158c2ecf20Sopenharmony_ci	PHYREGS(0x0800, 0x07fc, 0x07f8, 0x0200, 0x0201, 0x0202),
72168c2ecf20Sopenharmony_ci  },
72178c2ecf20Sopenharmony_ci  {	.freq			= 5120,
72188c2ecf20Sopenharmony_ci	RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x00, 0x05, 0x05, 0x04,
72198c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
72208c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0b,
72218c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x70,
72228c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
72238c2ecf20Sopenharmony_ci	PHYREGS(0x0804, 0x0800, 0x07fc, 0x01ff, 0x0200, 0x0201),
72248c2ecf20Sopenharmony_ci  },
72258c2ecf20Sopenharmony_ci  {	.freq			= 5130,
72268c2ecf20Sopenharmony_ci	RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x01, 0x05, 0x05, 0x04,
72278c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
72288c2ecf20Sopenharmony_ci		   0xff, 0xfb, 0x00, 0x08, 0x00, 0x70, 0x00, 0x0a,
72298c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfb, 0x00, 0x08, 0x00, 0x70,
72308c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
72318c2ecf20Sopenharmony_ci	PHYREGS(0x0808, 0x0804, 0x0800, 0x01fe, 0x01ff, 0x0200),
72328c2ecf20Sopenharmony_ci  },
72338c2ecf20Sopenharmony_ci  {	.freq			= 5140,
72348c2ecf20Sopenharmony_ci	RADIOREGS3(0xc6, 0x01, 0x01, 0x02, 0x02, 0x05, 0x05, 0x04,
72358c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
72368c2ecf20Sopenharmony_ci		   0xff, 0xfb, 0x00, 0x07, 0x00, 0x70, 0x00, 0x0a,
72378c2ecf20Sopenharmony_ci		   0x00, 0x9f, 0x00, 0xfb, 0x00, 0x07, 0x00, 0x70,
72388c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
72398c2ecf20Sopenharmony_ci	PHYREGS(0x080c, 0x0808, 0x0804, 0x01fd, 0x01fe, 0x01ff),
72408c2ecf20Sopenharmony_ci  },
72418c2ecf20Sopenharmony_ci  {	.freq			= 5160,
72428c2ecf20Sopenharmony_ci	RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x04, 0x05, 0x05, 0x04,
72438c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
72448c2ecf20Sopenharmony_ci		   0xff, 0xfb, 0x00, 0x07, 0x00, 0x70, 0x00, 0x09,
72458c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfb, 0x00, 0x07, 0x00, 0x70,
72468c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
72478c2ecf20Sopenharmony_ci	PHYREGS(0x0814, 0x0810, 0x080c, 0x01fb, 0x01fc, 0x01fd),
72488c2ecf20Sopenharmony_ci  },
72498c2ecf20Sopenharmony_ci  {	.freq			= 5170,
72508c2ecf20Sopenharmony_ci	RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x05, 0x05, 0x05, 0x04,
72518c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
72528c2ecf20Sopenharmony_ci		   0xff, 0xfb, 0x00, 0x06, 0x00, 0x70, 0x00, 0x09,
72538c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfb, 0x00, 0x06, 0x00, 0x70,
72548c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
72558c2ecf20Sopenharmony_ci	PHYREGS(0x0818, 0x0814, 0x0810, 0x01fa, 0x01fb, 0x01fc),
72568c2ecf20Sopenharmony_ci  },
72578c2ecf20Sopenharmony_ci  {	.freq			= 5180,
72588c2ecf20Sopenharmony_ci	RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x06, 0x05, 0x05, 0x04,
72598c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
72608c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x06, 0x00, 0x70, 0x00, 0x09,
72618c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfa, 0x00, 0x06, 0x00, 0x70,
72628c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
72638c2ecf20Sopenharmony_ci	PHYREGS(0x081c, 0x0818, 0x0814, 0x01f9, 0x01fa, 0x01fb),
72648c2ecf20Sopenharmony_ci  },
72658c2ecf20Sopenharmony_ci  {	.freq			= 5190,
72668c2ecf20Sopenharmony_ci	RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x07, 0x05, 0x05, 0x04,
72678c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
72688c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x06, 0x00, 0x70, 0x00, 0x09,
72698c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfa, 0x00, 0x06, 0x00, 0x70,
72708c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
72718c2ecf20Sopenharmony_ci	PHYREGS(0x0820, 0x081c, 0x0818, 0x01f8, 0x01f9, 0x01fa),
72728c2ecf20Sopenharmony_ci  },
72738c2ecf20Sopenharmony_ci  {	.freq			= 5200,
72748c2ecf20Sopenharmony_ci	RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x08, 0x05, 0x05, 0x04,
72758c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
72768c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x06, 0x00, 0x70, 0x00, 0x09,
72778c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfa, 0x00, 0x06, 0x00, 0x70,
72788c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
72798c2ecf20Sopenharmony_ci	PHYREGS(0x0824, 0x0820, 0x081c, 0x01f7, 0x01f8, 0x01f9),
72808c2ecf20Sopenharmony_ci  },
72818c2ecf20Sopenharmony_ci  {	.freq			= 5210,
72828c2ecf20Sopenharmony_ci	RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x09, 0x05, 0x05, 0x04,
72838c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
72848c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x06, 0x00, 0x70, 0x00, 0x09,
72858c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfa, 0x00, 0x06, 0x00, 0x70,
72868c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
72878c2ecf20Sopenharmony_ci	PHYREGS(0x0828, 0x0824, 0x0820, 0x01f6, 0x01f7, 0x01f8),
72888c2ecf20Sopenharmony_ci  },
72898c2ecf20Sopenharmony_ci  {	.freq			= 5220,
72908c2ecf20Sopenharmony_ci	RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0a, 0x05, 0x05, 0x04,
72918c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
72928c2ecf20Sopenharmony_ci		   0xfe, 0xfa, 0x00, 0x06, 0x00, 0x70, 0x00, 0x09,
72938c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xfa, 0x00, 0x06, 0x00, 0x70,
72948c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6e, 0x00),
72958c2ecf20Sopenharmony_ci	PHYREGS(0x082c, 0x0828, 0x0824, 0x01f5, 0x01f6, 0x01f7),
72968c2ecf20Sopenharmony_ci  },
72978c2ecf20Sopenharmony_ci  {	.freq			= 5230,
72988c2ecf20Sopenharmony_ci	RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0b, 0x05, 0x05, 0x04,
72998c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
73008c2ecf20Sopenharmony_ci		   0xee, 0xea, 0x00, 0x06, 0x00, 0x70, 0x00, 0x08,
73018c2ecf20Sopenharmony_ci		   0x00, 0x9e, 0x00, 0xea, 0x00, 0x06, 0x00, 0x70,
73028c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6e, 0x00),
73038c2ecf20Sopenharmony_ci	PHYREGS(0x0830, 0x082c, 0x0828, 0x01f4, 0x01f5, 0x01f6),
73048c2ecf20Sopenharmony_ci  },
73058c2ecf20Sopenharmony_ci  {	.freq			= 5240,
73068c2ecf20Sopenharmony_ci	RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0c, 0x05, 0x05, 0x04,
73078c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
73088c2ecf20Sopenharmony_ci		   0xee, 0xe9, 0x00, 0x05, 0x00, 0x70, 0x00, 0x08,
73098c2ecf20Sopenharmony_ci		   0x00, 0x9d, 0x00, 0xe9, 0x00, 0x05, 0x00, 0x70,
73108c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6d, 0x00),
73118c2ecf20Sopenharmony_ci	PHYREGS(0x0834, 0x0830, 0x082c, 0x01f3, 0x01f4, 0x01f5),
73128c2ecf20Sopenharmony_ci  },
73138c2ecf20Sopenharmony_ci  {	.freq			= 5250,
73148c2ecf20Sopenharmony_ci	RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0d, 0x05, 0x05, 0x04,
73158c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
73168c2ecf20Sopenharmony_ci		   0xed, 0xe9, 0x00, 0x05, 0x00, 0x70, 0x00, 0x08,
73178c2ecf20Sopenharmony_ci		   0x00, 0x9d, 0x00, 0xe9, 0x00, 0x05, 0x00, 0x70,
73188c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6d, 0x00),
73198c2ecf20Sopenharmony_ci	PHYREGS(0x0838, 0x0834, 0x0830, 0x01f2, 0x01f3, 0x01f4),
73208c2ecf20Sopenharmony_ci  },
73218c2ecf20Sopenharmony_ci  {	.freq			= 5260,
73228c2ecf20Sopenharmony_ci	RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0e, 0x05, 0x05, 0x04,
73238c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0e, 0x00,
73248c2ecf20Sopenharmony_ci		   0xed, 0xd9, 0x00, 0x05, 0x00, 0x70, 0x00, 0x08,
73258c2ecf20Sopenharmony_ci		   0x00, 0x9d, 0x00, 0xd9, 0x00, 0x05, 0x00, 0x70,
73268c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6d, 0x00),
73278c2ecf20Sopenharmony_ci	PHYREGS(0x083c, 0x0838, 0x0834, 0x01f1, 0x01f2, 0x01f3),
73288c2ecf20Sopenharmony_ci  },
73298c2ecf20Sopenharmony_ci  {	.freq			= 5270,
73308c2ecf20Sopenharmony_ci	RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0f, 0x05, 0x05, 0x04,
73318c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8e, 0x0e, 0x00,
73328c2ecf20Sopenharmony_ci		   0xed, 0xd8, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
73338c2ecf20Sopenharmony_ci		   0x00, 0x9c, 0x00, 0xd8, 0x00, 0x04, 0x00, 0x70,
73348c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6c, 0x00),
73358c2ecf20Sopenharmony_ci	PHYREGS(0x0840, 0x083c, 0x0838, 0x01f0, 0x01f1, 0x01f2),
73368c2ecf20Sopenharmony_ci  },
73378c2ecf20Sopenharmony_ci  {	.freq			= 5280,
73388c2ecf20Sopenharmony_ci	RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x10, 0x05, 0x05, 0x04,
73398c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
73408c2ecf20Sopenharmony_ci		   0xdc, 0xc8, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
73418c2ecf20Sopenharmony_ci		   0x00, 0x9c, 0x00, 0xc8, 0x00, 0x04, 0x00, 0x70,
73428c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6c, 0x00),
73438c2ecf20Sopenharmony_ci	PHYREGS(0x0844, 0x0840, 0x083c, 0x01f0, 0x01f0, 0x01f1),
73448c2ecf20Sopenharmony_ci  },
73458c2ecf20Sopenharmony_ci  {	.freq			= 5290,
73468c2ecf20Sopenharmony_ci	RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x11, 0x05, 0x05, 0x04,
73478c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
73488c2ecf20Sopenharmony_ci		   0xdc, 0xc8, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
73498c2ecf20Sopenharmony_ci		   0x00, 0x9c, 0x00, 0xc8, 0x00, 0x04, 0x00, 0x70,
73508c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6c, 0x00),
73518c2ecf20Sopenharmony_ci	PHYREGS(0x0848, 0x0844, 0x0840, 0x01ef, 0x01f0, 0x01f0),
73528c2ecf20Sopenharmony_ci  },
73538c2ecf20Sopenharmony_ci  {	.freq			= 5300,
73548c2ecf20Sopenharmony_ci	RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x12, 0x05, 0x05, 0x04,
73558c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
73568c2ecf20Sopenharmony_ci		   0xdc, 0xc8, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
73578c2ecf20Sopenharmony_ci		   0x00, 0x9c, 0x00, 0xc8, 0x00, 0x04, 0x00, 0x70,
73588c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6c, 0x00),
73598c2ecf20Sopenharmony_ci	PHYREGS(0x084c, 0x0848, 0x0844, 0x01ee, 0x01ef, 0x01f0),
73608c2ecf20Sopenharmony_ci  },
73618c2ecf20Sopenharmony_ci  {	.freq			= 5310,
73628c2ecf20Sopenharmony_ci	RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x13, 0x05, 0x05, 0x04,
73638c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
73648c2ecf20Sopenharmony_ci		   0xdc, 0xc8, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
73658c2ecf20Sopenharmony_ci		   0x00, 0x9c, 0x00, 0xc8, 0x00, 0x04, 0x00, 0x70,
73668c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6c, 0x00),
73678c2ecf20Sopenharmony_ci	PHYREGS(0x0850, 0x084c, 0x0848, 0x01ed, 0x01ee, 0x01ef),
73688c2ecf20Sopenharmony_ci  },
73698c2ecf20Sopenharmony_ci  {	.freq			= 5320,
73708c2ecf20Sopenharmony_ci	RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x14, 0x05, 0x05, 0x04,
73718c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
73728c2ecf20Sopenharmony_ci		   0xdb, 0xb8, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
73738c2ecf20Sopenharmony_ci		   0x00, 0x9c, 0x00, 0xb8, 0x00, 0x04, 0x00, 0x70,
73748c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6c, 0x00),
73758c2ecf20Sopenharmony_ci	PHYREGS(0x0854, 0x0850, 0x084c, 0x01ec, 0x01ed, 0x01ee),
73768c2ecf20Sopenharmony_ci  },
73778c2ecf20Sopenharmony_ci  {	.freq			= 5330,
73788c2ecf20Sopenharmony_ci	RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x15, 0x05, 0x05, 0x04,
73798c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
73808c2ecf20Sopenharmony_ci		   0xcb, 0xb7, 0x00, 0x04, 0x00, 0x70, 0x00, 0x07,
73818c2ecf20Sopenharmony_ci		   0x00, 0x9b, 0x00, 0xb7, 0x00, 0x04, 0x00, 0x70,
73828c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6b, 0x00),
73838c2ecf20Sopenharmony_ci	PHYREGS(0x0858, 0x0854, 0x0850, 0x01eb, 0x01ec, 0x01ed),
73848c2ecf20Sopenharmony_ci  },
73858c2ecf20Sopenharmony_ci  {	.freq			= 5340,
73868c2ecf20Sopenharmony_ci	RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x16, 0x05, 0x05, 0x04,
73878c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
73888c2ecf20Sopenharmony_ci		   0xca, 0xb7, 0x00, 0x03, 0x00, 0x70, 0x00, 0x07,
73898c2ecf20Sopenharmony_ci		   0x00, 0x9b, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x70,
73908c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6b, 0x00),
73918c2ecf20Sopenharmony_ci	PHYREGS(0x085c, 0x0858, 0x0854, 0x01ea, 0x01eb, 0x01ec),
73928c2ecf20Sopenharmony_ci  },
73938c2ecf20Sopenharmony_ci  {	.freq			= 5350,
73948c2ecf20Sopenharmony_ci	RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x17, 0x05, 0x05, 0x04,
73958c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0d, 0x00,
73968c2ecf20Sopenharmony_ci		   0xca, 0xa7, 0x00, 0x03, 0x00, 0x70, 0x00, 0x06,
73978c2ecf20Sopenharmony_ci		   0x00, 0x9b, 0x00, 0xa7, 0x00, 0x03, 0x00, 0x70,
73988c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6b, 0x00),
73998c2ecf20Sopenharmony_ci	PHYREGS(0x0860, 0x085c, 0x0858, 0x01e9, 0x01ea, 0x01eb),
74008c2ecf20Sopenharmony_ci  },
74018c2ecf20Sopenharmony_ci  {	.freq			= 5360,
74028c2ecf20Sopenharmony_ci	RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x18, 0x05, 0x05, 0x04,
74038c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0d, 0x00,
74048c2ecf20Sopenharmony_ci		   0xc9, 0xa6, 0x00, 0x03, 0x00, 0x70, 0x00, 0x06,
74058c2ecf20Sopenharmony_ci		   0x00, 0x9b, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x70,
74068c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6b, 0x00),
74078c2ecf20Sopenharmony_ci	PHYREGS(0x0864, 0x0860, 0x085c, 0x01e8, 0x01e9, 0x01ea),
74088c2ecf20Sopenharmony_ci  },
74098c2ecf20Sopenharmony_ci  {	.freq			= 5370,
74108c2ecf20Sopenharmony_ci	RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x19, 0x05, 0x05, 0x04,
74118c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0d, 0x00,
74128c2ecf20Sopenharmony_ci		   0xc9, 0xa6, 0x00, 0x03, 0x00, 0x70, 0x00, 0x06,
74138c2ecf20Sopenharmony_ci		   0x00, 0x9b, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x70,
74148c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x7b, 0x00),
74158c2ecf20Sopenharmony_ci	PHYREGS(0x0868, 0x0864, 0x0860, 0x01e7, 0x01e8, 0x01e9),
74168c2ecf20Sopenharmony_ci  },
74178c2ecf20Sopenharmony_ci  {	.freq			= 5380,
74188c2ecf20Sopenharmony_ci	RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1a, 0x05, 0x05, 0x04,
74198c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
74208c2ecf20Sopenharmony_ci		   0xb8, 0x96, 0x00, 0x03, 0x00, 0x70, 0x00, 0x06,
74218c2ecf20Sopenharmony_ci		   0x00, 0x9a, 0x00, 0x96, 0x00, 0x03, 0x00, 0x70,
74228c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x7a, 0x00),
74238c2ecf20Sopenharmony_ci	PHYREGS(0x086c, 0x0868, 0x0864, 0x01e6, 0x01e7, 0x01e8),
74248c2ecf20Sopenharmony_ci  },
74258c2ecf20Sopenharmony_ci  {	.freq			= 5390,
74268c2ecf20Sopenharmony_ci	RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1b, 0x05, 0x05, 0x04,
74278c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
74288c2ecf20Sopenharmony_ci		   0xb8, 0x95, 0x00, 0x03, 0x00, 0x70, 0x00, 0x06,
74298c2ecf20Sopenharmony_ci		   0x00, 0x9a, 0x00, 0x95, 0x00, 0x03, 0x00, 0x70,
74308c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x7a, 0x00),
74318c2ecf20Sopenharmony_ci	PHYREGS(0x0870, 0x086c, 0x0868, 0x01e5, 0x01e6, 0x01e7),
74328c2ecf20Sopenharmony_ci  },
74338c2ecf20Sopenharmony_ci  {	.freq			= 5400,
74348c2ecf20Sopenharmony_ci	RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1c, 0x05, 0x05, 0x04,
74358c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
74368c2ecf20Sopenharmony_ci		   0xb8, 0x95, 0x00, 0x03, 0x00, 0x70, 0x00, 0x06,
74378c2ecf20Sopenharmony_ci		   0x00, 0x9a, 0x00, 0x95, 0x00, 0x03, 0x00, 0x70,
74388c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x7a, 0x00),
74398c2ecf20Sopenharmony_ci	PHYREGS(0x0874, 0x0870, 0x086c, 0x01e5, 0x01e5, 0x01e6),
74408c2ecf20Sopenharmony_ci  },
74418c2ecf20Sopenharmony_ci  {	.freq			= 5410,
74428c2ecf20Sopenharmony_ci	RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1d, 0x05, 0x05, 0x04,
74438c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
74448c2ecf20Sopenharmony_ci		   0xb7, 0x95, 0x00, 0x03, 0x00, 0x70, 0x00, 0x05,
74458c2ecf20Sopenharmony_ci		   0x00, 0x9a, 0x00, 0x95, 0x00, 0x03, 0x00, 0x70,
74468c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x7a, 0x00),
74478c2ecf20Sopenharmony_ci	PHYREGS(0x0878, 0x0874, 0x0870, 0x01e4, 0x01e5, 0x01e5),
74488c2ecf20Sopenharmony_ci  },
74498c2ecf20Sopenharmony_ci  {	.freq			= 5420,
74508c2ecf20Sopenharmony_ci	RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1e, 0x05, 0x05, 0x04,
74518c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
74528c2ecf20Sopenharmony_ci		   0xa7, 0x95, 0x00, 0x03, 0x00, 0x70, 0x00, 0x05,
74538c2ecf20Sopenharmony_ci		   0x00, 0x9a, 0x00, 0x95, 0x00, 0x03, 0x00, 0x70,
74548c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x7a, 0x00),
74558c2ecf20Sopenharmony_ci	PHYREGS(0x087c, 0x0878, 0x0874, 0x01e3, 0x01e4, 0x01e5),
74568c2ecf20Sopenharmony_ci  },
74578c2ecf20Sopenharmony_ci  {	.freq			= 5430,
74588c2ecf20Sopenharmony_ci	RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1f, 0x05, 0x05, 0x04,
74598c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0b, 0x00,
74608c2ecf20Sopenharmony_ci		   0xa6, 0x85, 0x00, 0x02, 0x00, 0x70, 0x00, 0x05,
74618c2ecf20Sopenharmony_ci		   0x00, 0x99, 0x00, 0x85, 0x00, 0x02, 0x00, 0x70,
74628c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x79, 0x00),
74638c2ecf20Sopenharmony_ci	PHYREGS(0x0880, 0x087c, 0x0878, 0x01e2, 0x01e3, 0x01e4),
74648c2ecf20Sopenharmony_ci  },
74658c2ecf20Sopenharmony_ci  {	.freq			= 5440,
74668c2ecf20Sopenharmony_ci	RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x20, 0x05, 0x05, 0x04,
74678c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
74688c2ecf20Sopenharmony_ci		   0xa6, 0x84, 0x00, 0x02, 0x00, 0x70, 0x00, 0x05,
74698c2ecf20Sopenharmony_ci		   0x00, 0x99, 0x00, 0x84, 0x00, 0x02, 0x00, 0x70,
74708c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x79, 0x00),
74718c2ecf20Sopenharmony_ci	PHYREGS(0x0884, 0x0880, 0x087c, 0x01e1, 0x01e2, 0x01e3),
74728c2ecf20Sopenharmony_ci  },
74738c2ecf20Sopenharmony_ci  {	.freq			= 5450,
74748c2ecf20Sopenharmony_ci	RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x21, 0x05, 0x05, 0x04,
74758c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
74768c2ecf20Sopenharmony_ci		   0x95, 0x84, 0x00, 0x02, 0x00, 0x70, 0x00, 0x05,
74778c2ecf20Sopenharmony_ci		   0x00, 0x99, 0x00, 0x84, 0x00, 0x02, 0x00, 0x70,
74788c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x79, 0x00),
74798c2ecf20Sopenharmony_ci	PHYREGS(0x0888, 0x0884, 0x0880, 0x01e0, 0x01e1, 0x01e2),
74808c2ecf20Sopenharmony_ci  },
74818c2ecf20Sopenharmony_ci  {	.freq			= 5460,
74828c2ecf20Sopenharmony_ci	RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x22, 0x05, 0x05, 0x04,
74838c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
74848c2ecf20Sopenharmony_ci		   0x95, 0x84, 0x00, 0x02, 0x00, 0x70, 0x00, 0x04,
74858c2ecf20Sopenharmony_ci		   0x00, 0x99, 0x00, 0x84, 0x00, 0x02, 0x00, 0x70,
74868c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x79, 0x00),
74878c2ecf20Sopenharmony_ci	PHYREGS(0x088c, 0x0888, 0x0884, 0x01df, 0x01e0, 0x01e1),
74888c2ecf20Sopenharmony_ci  },
74898c2ecf20Sopenharmony_ci  {	.freq			= 5470,
74908c2ecf20Sopenharmony_ci	RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x23, 0x05, 0x05, 0x04,
74918c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
74928c2ecf20Sopenharmony_ci		   0x94, 0x74, 0x00, 0x01, 0x00, 0x70, 0x00, 0x04,
74938c2ecf20Sopenharmony_ci		   0x00, 0x99, 0x00, 0x74, 0x00, 0x01, 0x00, 0x70,
74948c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x79, 0x00),
74958c2ecf20Sopenharmony_ci	PHYREGS(0x0890, 0x088c, 0x0888, 0x01de, 0x01df, 0x01e0),
74968c2ecf20Sopenharmony_ci  },
74978c2ecf20Sopenharmony_ci  {	.freq			= 5480,
74988c2ecf20Sopenharmony_ci	RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x24, 0x05, 0x05, 0x04,
74998c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
75008c2ecf20Sopenharmony_ci		   0x84, 0x73, 0x00, 0x01, 0x00, 0x70, 0x00, 0x04,
75018c2ecf20Sopenharmony_ci		   0x00, 0x98, 0x00, 0x73, 0x00, 0x01, 0x00, 0x70,
75028c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x78, 0x00),
75038c2ecf20Sopenharmony_ci	PHYREGS(0x0894, 0x0890, 0x088c, 0x01dd, 0x01de, 0x01df),
75048c2ecf20Sopenharmony_ci  },
75058c2ecf20Sopenharmony_ci  {	.freq			= 5490,
75068c2ecf20Sopenharmony_ci	RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x25, 0x05, 0x05, 0x04,
75078c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
75088c2ecf20Sopenharmony_ci		   0x83, 0x73, 0x00, 0x01, 0x00, 0x70, 0x00, 0x04,
75098c2ecf20Sopenharmony_ci		   0x00, 0x98, 0x00, 0x73, 0x00, 0x01, 0x00, 0x70,
75108c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x78, 0x00),
75118c2ecf20Sopenharmony_ci	PHYREGS(0x0898, 0x0894, 0x0890, 0x01dd, 0x01dd, 0x01de),
75128c2ecf20Sopenharmony_ci  },
75138c2ecf20Sopenharmony_ci  {	.freq			= 5500,
75148c2ecf20Sopenharmony_ci	RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x26, 0x05, 0x05, 0x04,
75158c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
75168c2ecf20Sopenharmony_ci		   0x82, 0x73, 0x00, 0x01, 0x00, 0x70, 0x00, 0x04,
75178c2ecf20Sopenharmony_ci		   0x00, 0x98, 0x00, 0x73, 0x00, 0x01, 0x00, 0x70,
75188c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x78, 0x00),
75198c2ecf20Sopenharmony_ci	PHYREGS(0x089c, 0x0898, 0x0894, 0x01dc, 0x01dd, 0x01dd),
75208c2ecf20Sopenharmony_ci  },
75218c2ecf20Sopenharmony_ci  {	.freq			= 5510,
75228c2ecf20Sopenharmony_ci	RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x27, 0x05, 0x05, 0x04,
75238c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
75248c2ecf20Sopenharmony_ci		   0x82, 0x73, 0x00, 0x01, 0x00, 0x70, 0x00, 0x04,
75258c2ecf20Sopenharmony_ci		   0x00, 0x98, 0x00, 0x73, 0x00, 0x01, 0x00, 0x70,
75268c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x78, 0x00),
75278c2ecf20Sopenharmony_ci	PHYREGS(0x08a0, 0x089c, 0x0898, 0x01db, 0x01dc, 0x01dd),
75288c2ecf20Sopenharmony_ci  },
75298c2ecf20Sopenharmony_ci  {	.freq			= 5520,
75308c2ecf20Sopenharmony_ci	RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x28, 0x05, 0x05, 0x04,
75318c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
75328c2ecf20Sopenharmony_ci		   0x72, 0x73, 0x00, 0x01, 0x00, 0x70, 0x00, 0x04,
75338c2ecf20Sopenharmony_ci		   0x00, 0x98, 0x00, 0x73, 0x00, 0x01, 0x00, 0x70,
75348c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x78, 0x00),
75358c2ecf20Sopenharmony_ci	PHYREGS(0x08a4, 0x08a0, 0x089c, 0x01da, 0x01db, 0x01dc),
75368c2ecf20Sopenharmony_ci  },
75378c2ecf20Sopenharmony_ci  {	.freq			= 5530,
75388c2ecf20Sopenharmony_ci	RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x29, 0x05, 0x05, 0x04,
75398c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x09, 0x00,
75408c2ecf20Sopenharmony_ci		   0x72, 0x63, 0x00, 0x01, 0x00, 0x70, 0x00, 0x03,
75418c2ecf20Sopenharmony_ci		   0x00, 0x98, 0x00, 0x63, 0x00, 0x01, 0x00, 0x70,
75428c2ecf20Sopenharmony_ci		   0x00, 0x03, 0x00, 0x78, 0x00),
75438c2ecf20Sopenharmony_ci	PHYREGS(0x08a8, 0x08a4, 0x08a0, 0x01d9, 0x01da, 0x01db),
75448c2ecf20Sopenharmony_ci  },
75458c2ecf20Sopenharmony_ci  {	.freq			= 5540,
75468c2ecf20Sopenharmony_ci	RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2a, 0x05, 0x05, 0x04,
75478c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x09, 0x00,
75488c2ecf20Sopenharmony_ci		   0x71, 0x62, 0x00, 0x00, 0x00, 0x70, 0x00, 0x03,
75498c2ecf20Sopenharmony_ci		   0x00, 0x97, 0x00, 0x62, 0x00, 0x00, 0x00, 0x70,
75508c2ecf20Sopenharmony_ci		   0x00, 0x03, 0x00, 0x77, 0x00),
75518c2ecf20Sopenharmony_ci	PHYREGS(0x08ac, 0x08a8, 0x08a4, 0x01d8, 0x01d9, 0x01da),
75528c2ecf20Sopenharmony_ci  },
75538c2ecf20Sopenharmony_ci  {	.freq			= 5550,
75548c2ecf20Sopenharmony_ci	RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2b, 0x05, 0x05, 0x04,
75558c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x09, 0x00,
75568c2ecf20Sopenharmony_ci		   0x61, 0x62, 0x00, 0x00, 0x00, 0x70, 0x00, 0x03,
75578c2ecf20Sopenharmony_ci		   0x00, 0x97, 0x00, 0x62, 0x00, 0x00, 0x00, 0x70,
75588c2ecf20Sopenharmony_ci		   0x00, 0x03, 0x00, 0x77, 0x00),
75598c2ecf20Sopenharmony_ci	PHYREGS(0x08b0, 0x08ac, 0x08a8, 0x01d7, 0x01d8, 0x01d9),
75608c2ecf20Sopenharmony_ci  },
75618c2ecf20Sopenharmony_ci  {	.freq			= 5560,
75628c2ecf20Sopenharmony_ci	RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2c, 0x05, 0x05, 0x04,
75638c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x09, 0x00,
75648c2ecf20Sopenharmony_ci		   0x61, 0x62, 0x00, 0x00, 0x00, 0x70, 0x00, 0x03,
75658c2ecf20Sopenharmony_ci		   0x00, 0x97, 0x00, 0x62, 0x00, 0x00, 0x00, 0x70,
75668c2ecf20Sopenharmony_ci		   0x00, 0x03, 0x00, 0x77, 0x00),
75678c2ecf20Sopenharmony_ci	PHYREGS(0x08b4, 0x08b0, 0x08ac, 0x01d7, 0x01d7, 0x01d8),
75688c2ecf20Sopenharmony_ci  },
75698c2ecf20Sopenharmony_ci  {	.freq			= 5570,
75708c2ecf20Sopenharmony_ci	RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2d, 0x05, 0x05, 0x04,
75718c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x09, 0x00,
75728c2ecf20Sopenharmony_ci		   0x61, 0x52, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
75738c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x52, 0x00, 0x00, 0x00, 0x70,
75748c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x76, 0x00),
75758c2ecf20Sopenharmony_ci	PHYREGS(0x08b8, 0x08b4, 0x08b0, 0x01d6, 0x01d7, 0x01d7),
75768c2ecf20Sopenharmony_ci  },
75778c2ecf20Sopenharmony_ci  {	.freq			= 5580,
75788c2ecf20Sopenharmony_ci	RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2e, 0x05, 0x05, 0x04,
75798c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x08, 0x00,
75808c2ecf20Sopenharmony_ci		   0x60, 0x52, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
75818c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x52, 0x00, 0x00, 0x00, 0x70,
75828c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x86, 0x00),
75838c2ecf20Sopenharmony_ci	PHYREGS(0x08bc, 0x08b8, 0x08b4, 0x01d5, 0x01d6, 0x01d7),
75848c2ecf20Sopenharmony_ci  },
75858c2ecf20Sopenharmony_ci  {	.freq			= 5590,
75868c2ecf20Sopenharmony_ci	RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2f, 0x05, 0x05, 0x04,
75878c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x08, 0x00,
75888c2ecf20Sopenharmony_ci		   0x50, 0x51, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
75898c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x51, 0x00, 0x00, 0x00, 0x70,
75908c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x86, 0x00),
75918c2ecf20Sopenharmony_ci	PHYREGS(0x08c0, 0x08bc, 0x08b8, 0x01d4, 0x01d5, 0x01d6),
75928c2ecf20Sopenharmony_ci  },
75938c2ecf20Sopenharmony_ci  {	.freq			= 5600,
75948c2ecf20Sopenharmony_ci	RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x30, 0x05, 0x05, 0x04,
75958c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x89, 0x08, 0x00,
75968c2ecf20Sopenharmony_ci		   0x50, 0x51, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
75978c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x51, 0x00, 0x00, 0x00, 0x70,
75988c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x86, 0x00),
75998c2ecf20Sopenharmony_ci	PHYREGS(0x08c4, 0x08c0, 0x08bc, 0x01d3, 0x01d4, 0x01d5),
76008c2ecf20Sopenharmony_ci  },
76018c2ecf20Sopenharmony_ci  {	.freq			= 5610,
76028c2ecf20Sopenharmony_ci	RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x31, 0x05, 0x05, 0x04,
76038c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x89, 0x08, 0x00,
76048c2ecf20Sopenharmony_ci		   0x50, 0x51, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
76058c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x51, 0x00, 0x00, 0x00, 0x70,
76068c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x86, 0x00),
76078c2ecf20Sopenharmony_ci	PHYREGS(0x08c8, 0x08c4, 0x08c0, 0x01d2, 0x01d3, 0x01d4),
76088c2ecf20Sopenharmony_ci  },
76098c2ecf20Sopenharmony_ci  {	.freq			= 5620,
76108c2ecf20Sopenharmony_ci	RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x32, 0x05, 0x05, 0x04,
76118c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x89, 0x08, 0x00,
76128c2ecf20Sopenharmony_ci		   0x50, 0x51, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
76138c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x51, 0x00, 0x00, 0x00, 0x70,
76148c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x86, 0x00),
76158c2ecf20Sopenharmony_ci	PHYREGS(0x08cc, 0x08c8, 0x08c4, 0x01d2, 0x01d2, 0x01d3),
76168c2ecf20Sopenharmony_ci  },
76178c2ecf20Sopenharmony_ci  {	.freq			= 5630,
76188c2ecf20Sopenharmony_ci	RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x33, 0x05, 0x05, 0x04,
76198c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
76208c2ecf20Sopenharmony_ci		   0x50, 0x51, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
76218c2ecf20Sopenharmony_ci		   0x00, 0x96, 0x00, 0x51, 0x00, 0x00, 0x00, 0x70,
76228c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x86, 0x00),
76238c2ecf20Sopenharmony_ci	PHYREGS(0x08d0, 0x08cc, 0x08c8, 0x01d1, 0x01d2, 0x01d2),
76248c2ecf20Sopenharmony_ci  },
76258c2ecf20Sopenharmony_ci  {	.freq			= 5640,
76268c2ecf20Sopenharmony_ci	RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x34, 0x05, 0x05, 0x04,
76278c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
76288c2ecf20Sopenharmony_ci		   0x40, 0x51, 0x00, 0x00, 0x00, 0x70, 0x00, 0x02,
76298c2ecf20Sopenharmony_ci		   0x00, 0x95, 0x00, 0x51, 0x00, 0x00, 0x00, 0x70,
76308c2ecf20Sopenharmony_ci		   0x00, 0x02, 0x00, 0x85, 0x00),
76318c2ecf20Sopenharmony_ci	PHYREGS(0x08d4, 0x08d0, 0x08cc, 0x01d0, 0x01d1, 0x01d2),
76328c2ecf20Sopenharmony_ci  },
76338c2ecf20Sopenharmony_ci  {	.freq			= 5650,
76348c2ecf20Sopenharmony_ci	RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x35, 0x05, 0x05, 0x04,
76358c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
76368c2ecf20Sopenharmony_ci		   0x40, 0x50, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
76378c2ecf20Sopenharmony_ci		   0x00, 0x95, 0x00, 0x50, 0x00, 0x00, 0x00, 0x70,
76388c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x85, 0x00),
76398c2ecf20Sopenharmony_ci	PHYREGS(0x08d8, 0x08d4, 0x08d0, 0x01cf, 0x01d0, 0x01d1),
76408c2ecf20Sopenharmony_ci  },
76418c2ecf20Sopenharmony_ci  {	.freq			= 5660,
76428c2ecf20Sopenharmony_ci	RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x36, 0x05, 0x05, 0x04,
76438c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
76448c2ecf20Sopenharmony_ci		   0x40, 0x50, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
76458c2ecf20Sopenharmony_ci		   0x00, 0x95, 0x00, 0x50, 0x00, 0x00, 0x00, 0x70,
76468c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x85, 0x00),
76478c2ecf20Sopenharmony_ci	PHYREGS(0x08dc, 0x08d8, 0x08d4, 0x01ce, 0x01cf, 0x01d0),
76488c2ecf20Sopenharmony_ci  },
76498c2ecf20Sopenharmony_ci  {	.freq			= 5670,
76508c2ecf20Sopenharmony_ci	RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x37, 0x05, 0x05, 0x04,
76518c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
76528c2ecf20Sopenharmony_ci		   0x40, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
76538c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
76548c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x84, 0x00),
76558c2ecf20Sopenharmony_ci	PHYREGS(0x08e0, 0x08dc, 0x08d8, 0x01ce, 0x01ce, 0x01cf),
76568c2ecf20Sopenharmony_ci  },
76578c2ecf20Sopenharmony_ci  {	.freq			= 5680,
76588c2ecf20Sopenharmony_ci	RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x38, 0x05, 0x05, 0x04,
76598c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
76608c2ecf20Sopenharmony_ci		   0x30, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
76618c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
76628c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x84, 0x00),
76638c2ecf20Sopenharmony_ci	PHYREGS(0x08e4, 0x08e0, 0x08dc, 0x01cd, 0x01ce, 0x01ce),
76648c2ecf20Sopenharmony_ci  },
76658c2ecf20Sopenharmony_ci  {	.freq			= 5690,
76668c2ecf20Sopenharmony_ci	RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x39, 0x05, 0x05, 0x04,
76678c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
76688c2ecf20Sopenharmony_ci		   0x30, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
76698c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
76708c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x94, 0x00),
76718c2ecf20Sopenharmony_ci	PHYREGS(0x08e8, 0x08e4, 0x08e0, 0x01cc, 0x01cd, 0x01ce),
76728c2ecf20Sopenharmony_ci  },
76738c2ecf20Sopenharmony_ci  {	.freq			= 5700,
76748c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3a, 0x05, 0x05, 0x04,
76758c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
76768c2ecf20Sopenharmony_ci		   0x30, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
76778c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
76788c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x94, 0x00),
76798c2ecf20Sopenharmony_ci	PHYREGS(0x08ec, 0x08e8, 0x08e4, 0x01cb, 0x01cc, 0x01cd),
76808c2ecf20Sopenharmony_ci  },
76818c2ecf20Sopenharmony_ci  {	.freq			= 5710,
76828c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3b, 0x05, 0x05, 0x04,
76838c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
76848c2ecf20Sopenharmony_ci		   0x30, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
76858c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
76868c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x94, 0x00),
76878c2ecf20Sopenharmony_ci	PHYREGS(0x08f0, 0x08ec, 0x08e8, 0x01ca, 0x01cb, 0x01cc),
76888c2ecf20Sopenharmony_ci  },
76898c2ecf20Sopenharmony_ci  {	.freq			= 5720,
76908c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3c, 0x05, 0x05, 0x04,
76918c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
76928c2ecf20Sopenharmony_ci		   0x30, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
76938c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
76948c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x94, 0x00),
76958c2ecf20Sopenharmony_ci	PHYREGS(0x08f4, 0x08f0, 0x08ec, 0x01c9, 0x01ca, 0x01cb),
76968c2ecf20Sopenharmony_ci  },
76978c2ecf20Sopenharmony_ci  {	.freq			= 5725,
76988c2ecf20Sopenharmony_ci	RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x79, 0x07, 0x07, 0x04,
76998c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
77008c2ecf20Sopenharmony_ci		   0x30, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
77018c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70,
77028c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x94, 0x00),
77038c2ecf20Sopenharmony_ci	PHYREGS(0x08f6, 0x08f2, 0x08ee, 0x01c9, 0x01ca, 0x01cb),
77048c2ecf20Sopenharmony_ci  },
77058c2ecf20Sopenharmony_ci  {	.freq			= 5730,
77068c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3d, 0x05, 0x05, 0x04,
77078c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
77088c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x01,
77098c2ecf20Sopenharmony_ci		   0x00, 0x94, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70,
77108c2ecf20Sopenharmony_ci		   0x00, 0x01, 0x00, 0x94, 0x00),
77118c2ecf20Sopenharmony_ci	PHYREGS(0x08f8, 0x08f4, 0x08f0, 0x01c9, 0x01c9, 0x01ca),
77128c2ecf20Sopenharmony_ci  },
77138c2ecf20Sopenharmony_ci  {	.freq			= 5735,
77148c2ecf20Sopenharmony_ci	RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x7b, 0x07, 0x07, 0x04,
77158c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
77168c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
77178c2ecf20Sopenharmony_ci		   0x00, 0x93, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70,
77188c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x93, 0x00),
77198c2ecf20Sopenharmony_ci	PHYREGS(0x08fa, 0x08f6, 0x08f2, 0x01c8, 0x01c9, 0x01ca),
77208c2ecf20Sopenharmony_ci  },
77218c2ecf20Sopenharmony_ci  {	.freq			= 5740,
77228c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3e, 0x05, 0x05, 0x04,
77238c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
77248c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
77258c2ecf20Sopenharmony_ci		   0x00, 0x93, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70,
77268c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x93, 0x00),
77278c2ecf20Sopenharmony_ci	PHYREGS(0x08fc, 0x08f8, 0x08f4, 0x01c8, 0x01c9, 0x01c9),
77288c2ecf20Sopenharmony_ci  },
77298c2ecf20Sopenharmony_ci  {	.freq			= 5745,
77308c2ecf20Sopenharmony_ci	RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7d, 0x07, 0x07, 0x04,
77318c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
77328c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
77338c2ecf20Sopenharmony_ci		   0x00, 0x93, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70,
77348c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x93, 0x00),
77358c2ecf20Sopenharmony_ci	PHYREGS(0x08fe, 0x08fa, 0x08f6, 0x01c8, 0x01c8, 0x01c9),
77368c2ecf20Sopenharmony_ci  },
77378c2ecf20Sopenharmony_ci  {	.freq			= 5750,
77388c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3f, 0x05, 0x05, 0x04,
77398c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
77408c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
77418c2ecf20Sopenharmony_ci		   0x00, 0x93, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70,
77428c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x93, 0x00),
77438c2ecf20Sopenharmony_ci	PHYREGS(0x0900, 0x08fc, 0x08f8, 0x01c7, 0x01c8, 0x01c9),
77448c2ecf20Sopenharmony_ci  },
77458c2ecf20Sopenharmony_ci  {	.freq			= 5755,
77468c2ecf20Sopenharmony_ci	RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7f, 0x07, 0x07, 0x04,
77478c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
77488c2ecf20Sopenharmony_ci		   0x10, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
77498c2ecf20Sopenharmony_ci		   0x00, 0x93, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70,
77508c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x93, 0x00),
77518c2ecf20Sopenharmony_ci	PHYREGS(0x0902, 0x08fe, 0x08fa, 0x01c7, 0x01c8, 0x01c8),
77528c2ecf20Sopenharmony_ci  },
77538c2ecf20Sopenharmony_ci  {	.freq			= 5760,
77548c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x40, 0x05, 0x05, 0x04,
77558c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x86, 0x05, 0x00,
77568c2ecf20Sopenharmony_ci		   0x10, 0x20, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
77578c2ecf20Sopenharmony_ci		   0x00, 0x93, 0x00, 0x20, 0x00, 0x00, 0x00, 0x70,
77588c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x93, 0x00),
77598c2ecf20Sopenharmony_ci	PHYREGS(0x0904, 0x0900, 0x08fc, 0x01c6, 0x01c7, 0x01c8),
77608c2ecf20Sopenharmony_ci  },
77618c2ecf20Sopenharmony_ci  {	.freq			= 5765,
77628c2ecf20Sopenharmony_ci	RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x81, 0x07, 0x07, 0x04,
77638c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x86, 0x05, 0x00,
77648c2ecf20Sopenharmony_ci		   0x10, 0x20, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
77658c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x20, 0x00, 0x00, 0x00, 0x70,
77668c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
77678c2ecf20Sopenharmony_ci	PHYREGS(0x0906, 0x0902, 0x08fe, 0x01c6, 0x01c7, 0x01c8),
77688c2ecf20Sopenharmony_ci  },
77698c2ecf20Sopenharmony_ci  {	.freq			= 5770,
77708c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x41, 0x05, 0x05, 0x04,
77718c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x86, 0x04, 0x00,
77728c2ecf20Sopenharmony_ci		   0x10, 0x20, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
77738c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x20, 0x00, 0x00, 0x00, 0x70,
77748c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
77758c2ecf20Sopenharmony_ci	PHYREGS(0x0908, 0x0904, 0x0900, 0x01c6, 0x01c6, 0x01c7),
77768c2ecf20Sopenharmony_ci  },
77778c2ecf20Sopenharmony_ci  {	.freq			= 5775,
77788c2ecf20Sopenharmony_ci	RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x83, 0x07, 0x07, 0x04,
77798c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x86, 0x04, 0x00,
77808c2ecf20Sopenharmony_ci		   0x10, 0x20, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
77818c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x20, 0x00, 0x00, 0x00, 0x70,
77828c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
77838c2ecf20Sopenharmony_ci	PHYREGS(0x090a, 0x0906, 0x0902, 0x01c5, 0x01c6, 0x01c7),
77848c2ecf20Sopenharmony_ci  },
77858c2ecf20Sopenharmony_ci  {	.freq			= 5780,
77868c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x42, 0x05, 0x05, 0x04,
77878c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x86, 0x04, 0x00,
77888c2ecf20Sopenharmony_ci		   0x10, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
77898c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
77908c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
77918c2ecf20Sopenharmony_ci	PHYREGS(0x090c, 0x0908, 0x0904, 0x01c5, 0x01c6, 0x01c6),
77928c2ecf20Sopenharmony_ci  },
77938c2ecf20Sopenharmony_ci  {	.freq			= 5785,
77948c2ecf20Sopenharmony_ci	RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x85, 0x07, 0x07, 0x04,
77958c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
77968c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
77978c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
77988c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
77998c2ecf20Sopenharmony_ci	PHYREGS(0x090e, 0x090a, 0x0906, 0x01c4, 0x01c5, 0x01c6),
78008c2ecf20Sopenharmony_ci  },
78018c2ecf20Sopenharmony_ci  {	.freq			= 5790,
78028c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x43, 0x05, 0x05, 0x04,
78038c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
78048c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
78058c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
78068c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
78078c2ecf20Sopenharmony_ci	PHYREGS(0x0910, 0x090c, 0x0908, 0x01c4, 0x01c5, 0x01c6),
78088c2ecf20Sopenharmony_ci  },
78098c2ecf20Sopenharmony_ci  {	.freq			= 5795,
78108c2ecf20Sopenharmony_ci	RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x87, 0x07, 0x07, 0x04,
78118c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
78128c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
78138c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
78148c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
78158c2ecf20Sopenharmony_ci	PHYREGS(0x0912, 0x090e, 0x090a, 0x01c4, 0x01c4, 0x01c5),
78168c2ecf20Sopenharmony_ci  },
78178c2ecf20Sopenharmony_ci  {	.freq			= 5800,
78188c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x44, 0x05, 0x05, 0x04,
78198c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
78208c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
78218c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
78228c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
78238c2ecf20Sopenharmony_ci	PHYREGS(0x0914, 0x0910, 0x090c, 0x01c3, 0x01c4, 0x01c5),
78248c2ecf20Sopenharmony_ci  },
78258c2ecf20Sopenharmony_ci  {	.freq			= 5805,
78268c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x89, 0x07, 0x07, 0x04,
78278c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
78288c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
78298c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
78308c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
78318c2ecf20Sopenharmony_ci	PHYREGS(0x0916, 0x0912, 0x090e, 0x01c3, 0x01c4, 0x01c4),
78328c2ecf20Sopenharmony_ci  },
78338c2ecf20Sopenharmony_ci  {	.freq			= 5810,
78348c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x45, 0x05, 0x05, 0x04,
78358c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
78368c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
78378c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
78388c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
78398c2ecf20Sopenharmony_ci	PHYREGS(0x0918, 0x0914, 0x0910, 0x01c2, 0x01c3, 0x01c4),
78408c2ecf20Sopenharmony_ci  },
78418c2ecf20Sopenharmony_ci  {	.freq			= 5815,
78428c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8b, 0x07, 0x07, 0x04,
78438c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
78448c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
78458c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
78468c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
78478c2ecf20Sopenharmony_ci	PHYREGS(0x091a, 0x0916, 0x0912, 0x01c2, 0x01c3, 0x01c4),
78488c2ecf20Sopenharmony_ci  },
78498c2ecf20Sopenharmony_ci  {	.freq			= 5820,
78508c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x46, 0x05, 0x05, 0x04,
78518c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
78528c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
78538c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
78548c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
78558c2ecf20Sopenharmony_ci	PHYREGS(0x091c, 0x0918, 0x0914, 0x01c2, 0x01c2, 0x01c3),
78568c2ecf20Sopenharmony_ci  },
78578c2ecf20Sopenharmony_ci  {	.freq			= 5825,
78588c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8d, 0x07, 0x07, 0x04,
78598c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
78608c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
78618c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
78628c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
78638c2ecf20Sopenharmony_ci	PHYREGS(0x091e, 0x091a, 0x0916, 0x01c1, 0x01c2, 0x01c3),
78648c2ecf20Sopenharmony_ci  },
78658c2ecf20Sopenharmony_ci  {	.freq			= 5830,
78668c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x47, 0x05, 0x05, 0x04,
78678c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
78688c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
78698c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
78708c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
78718c2ecf20Sopenharmony_ci	PHYREGS(0x0920, 0x091c, 0x0918, 0x01c1, 0x01c2, 0x01c2),
78728c2ecf20Sopenharmony_ci  },
78738c2ecf20Sopenharmony_ci  {	.freq			= 5840,
78748c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x48, 0x05, 0x05, 0x04,
78758c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
78768c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
78778c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70,
78788c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
78798c2ecf20Sopenharmony_ci	PHYREGS(0x0924, 0x0920, 0x091c, 0x01c0, 0x01c1, 0x01c2),
78808c2ecf20Sopenharmony_ci  },
78818c2ecf20Sopenharmony_ci  {	.freq			= 5850,
78828c2ecf20Sopenharmony_ci	RADIOREGS3(0xe0, 0x00, 0x01, 0x02, 0x49, 0x05, 0x05, 0x04,
78838c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
78848c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
78858c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
78868c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
78878c2ecf20Sopenharmony_ci	PHYREGS(0x0928, 0x0924, 0x0920, 0x01bf, 0x01c0, 0x01c1),
78888c2ecf20Sopenharmony_ci  },
78898c2ecf20Sopenharmony_ci  {	.freq			= 5860,
78908c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x00, 0x01, 0x02, 0x4a, 0x05, 0x05, 0x04,
78918c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
78928c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
78938c2ecf20Sopenharmony_ci		   0x00, 0x92, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
78948c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x92, 0x00),
78958c2ecf20Sopenharmony_ci	PHYREGS(0x092c, 0x0928, 0x0924, 0x01bf, 0x01bf, 0x01c0),
78968c2ecf20Sopenharmony_ci  },
78978c2ecf20Sopenharmony_ci  {	.freq			= 5870,
78988c2ecf20Sopenharmony_ci	RADIOREGS3(0xdb, 0x00, 0x01, 0x02, 0x4b, 0x05, 0x05, 0x04,
78998c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
79008c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
79018c2ecf20Sopenharmony_ci		   0x00, 0x91, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
79028c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x91, 0x00),
79038c2ecf20Sopenharmony_ci	PHYREGS(0x0930, 0x092c, 0x0928, 0x01be, 0x01bf, 0x01bf),
79048c2ecf20Sopenharmony_ci  },
79058c2ecf20Sopenharmony_ci  {	.freq			= 5880,
79068c2ecf20Sopenharmony_ci	RADIOREGS3(0xd8, 0x00, 0x01, 0x02, 0x4c, 0x05, 0x05, 0x04,
79078c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
79088c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
79098c2ecf20Sopenharmony_ci		   0x00, 0x91, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
79108c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x91, 0x00),
79118c2ecf20Sopenharmony_ci	PHYREGS(0x0934, 0x0930, 0x092c, 0x01bd, 0x01be, 0x01bf),
79128c2ecf20Sopenharmony_ci  },
79138c2ecf20Sopenharmony_ci  {	.freq			= 5890,
79148c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4d, 0x05, 0x05, 0x04,
79158c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
79168c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
79178c2ecf20Sopenharmony_ci		   0x00, 0x91, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
79188c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x91, 0x00),
79198c2ecf20Sopenharmony_ci	PHYREGS(0x0938, 0x0934, 0x0930, 0x01bc, 0x01bd, 0x01be),
79208c2ecf20Sopenharmony_ci  },
79218c2ecf20Sopenharmony_ci  {	.freq			= 5900,
79228c2ecf20Sopenharmony_ci	RADIOREGS3(0xd3, 0x00, 0x01, 0x02, 0x4e, 0x05, 0x05, 0x04,
79238c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
79248c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
79258c2ecf20Sopenharmony_ci		   0x00, 0x91, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
79268c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x91, 0x00),
79278c2ecf20Sopenharmony_ci	PHYREGS(0x093c, 0x0938, 0x0934, 0x01bc, 0x01bc, 0x01bd),
79288c2ecf20Sopenharmony_ci  },
79298c2ecf20Sopenharmony_ci  {	.freq			= 5910,
79308c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4f, 0x05, 0x05, 0x04,
79318c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
79328c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
79338c2ecf20Sopenharmony_ci		   0x00, 0x91, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
79348c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x91, 0x00),
79358c2ecf20Sopenharmony_ci	PHYREGS(0x0940, 0x093c, 0x0938, 0x01bb, 0x01bc, 0x01bc),
79368c2ecf20Sopenharmony_ci  },
79378c2ecf20Sopenharmony_ci  {	.freq			= 2412,
79388c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x6c, 0x08, 0x08, 0x04,
79398c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x04, 0x04, 0x04, 0x8f, 0x30, 0x00,
79408c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x89, 0x00, 0x03, 0x00, 0x70, 0x00,
79418c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0b, 0x00, 0x89, 0x00, 0x03, 0x00,
79428c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0b),
79438c2ecf20Sopenharmony_ci	PHYREGS(0x03c9, 0x03c5, 0x03c1, 0x043a, 0x043f, 0x0443),
79448c2ecf20Sopenharmony_ci  },
79458c2ecf20Sopenharmony_ci  {	.freq			= 2417,
79468c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x71, 0x08, 0x08, 0x04,
79478c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
79488c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x89, 0x00, 0x03, 0x00, 0x70, 0x00,
79498c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0a, 0x00, 0x89, 0x00, 0x03, 0x00,
79508c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0a),
79518c2ecf20Sopenharmony_ci	PHYREGS(0x03cb, 0x03c7, 0x03c3, 0x0438, 0x043d, 0x0441),
79528c2ecf20Sopenharmony_ci  },
79538c2ecf20Sopenharmony_ci  {	.freq			= 2422,
79548c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x76, 0x08, 0x08, 0x04,
79558c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
79568c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x89, 0x00, 0x03, 0x00, 0x70, 0x00,
79578c2ecf20Sopenharmony_ci		   0x0f, 0x00, 0x0a, 0x00, 0x89, 0x00, 0x03, 0x00,
79588c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0f, 0x00, 0x0a),
79598c2ecf20Sopenharmony_ci	PHYREGS(0x03cd, 0x03c9, 0x03c5, 0x0436, 0x043a, 0x043f),
79608c2ecf20Sopenharmony_ci  },
79618c2ecf20Sopenharmony_ci  {	.freq			= 2427,
79628c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x7b, 0x08, 0x08, 0x04,
79638c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
79648c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x78, 0x00, 0x03, 0x00, 0x70, 0x00,
79658c2ecf20Sopenharmony_ci		   0x0e, 0x00, 0x0a, 0x00, 0x78, 0x00, 0x03, 0x00,
79668c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0e, 0x00, 0x0a),
79678c2ecf20Sopenharmony_ci	PHYREGS(0x03cf, 0x03cb, 0x03c7, 0x0434, 0x0438, 0x043d),
79688c2ecf20Sopenharmony_ci  },
79698c2ecf20Sopenharmony_ci  {	.freq			= 2432,
79708c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x80, 0x08, 0x08, 0x04,
79718c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
79728c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x77, 0x00, 0x03, 0x00, 0x70, 0x00,
79738c2ecf20Sopenharmony_ci		   0x0e, 0x00, 0x0a, 0x00, 0x77, 0x00, 0x03, 0x00,
79748c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0e, 0x00, 0x0a),
79758c2ecf20Sopenharmony_ci	PHYREGS(0x03d1, 0x03cd, 0x03c9, 0x0431, 0x0436, 0x043a),
79768c2ecf20Sopenharmony_ci  },
79778c2ecf20Sopenharmony_ci  {	.freq			= 2437,
79788c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x85, 0x08, 0x08, 0x04,
79798c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
79808c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x76, 0x00, 0x03, 0x00, 0x70, 0x00,
79818c2ecf20Sopenharmony_ci		   0x0e, 0x00, 0x0a, 0x00, 0x76, 0x00, 0x03, 0x00,
79828c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0e, 0x00, 0x0a),
79838c2ecf20Sopenharmony_ci	PHYREGS(0x03d3, 0x03cf, 0x03cb, 0x042f, 0x0434, 0x0438),
79848c2ecf20Sopenharmony_ci  },
79858c2ecf20Sopenharmony_ci  {	.freq			= 2442,
79868c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8a, 0x08, 0x08, 0x04,
79878c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
79888c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x66, 0x00, 0x03, 0x00, 0x70, 0x00,
79898c2ecf20Sopenharmony_ci		   0x0e, 0x00, 0x0a, 0x00, 0x66, 0x00, 0x03, 0x00,
79908c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0e, 0x00, 0x0a),
79918c2ecf20Sopenharmony_ci	PHYREGS(0x03d5, 0x03d1, 0x03cd, 0x042d, 0x0431, 0x0436),
79928c2ecf20Sopenharmony_ci  },
79938c2ecf20Sopenharmony_ci  {	.freq			= 2447,
79948c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8f, 0x08, 0x08, 0x04,
79958c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
79968c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x55, 0x00, 0x02, 0x00, 0x70, 0x00,
79978c2ecf20Sopenharmony_ci		   0x0e, 0x00, 0x09, 0x00, 0x55, 0x00, 0x02, 0x00,
79988c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0e, 0x00, 0x09),
79998c2ecf20Sopenharmony_ci	PHYREGS(0x03d7, 0x03d3, 0x03cf, 0x042b, 0x042f, 0x0434),
80008c2ecf20Sopenharmony_ci  },
80018c2ecf20Sopenharmony_ci  {	.freq			= 2452,
80028c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x94, 0x08, 0x08, 0x04,
80038c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
80048c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x45, 0x00, 0x02, 0x00, 0x70, 0x00,
80058c2ecf20Sopenharmony_ci		   0x0e, 0x00, 0x09, 0x00, 0x45, 0x00, 0x02, 0x00,
80068c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0e, 0x00, 0x09),
80078c2ecf20Sopenharmony_ci	PHYREGS(0x03d9, 0x03d5, 0x03d1, 0x0429, 0x042d, 0x0431),
80088c2ecf20Sopenharmony_ci  },
80098c2ecf20Sopenharmony_ci  {	.freq			= 2457,
80108c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x99, 0x08, 0x08, 0x04,
80118c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
80128c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x34, 0x00, 0x02, 0x00, 0x70, 0x00,
80138c2ecf20Sopenharmony_ci		   0x0d, 0x00, 0x09, 0x00, 0x34, 0x00, 0x02, 0x00,
80148c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0d, 0x00, 0x09),
80158c2ecf20Sopenharmony_ci	PHYREGS(0x03db, 0x03d7, 0x03d3, 0x0427, 0x042b, 0x042f),
80168c2ecf20Sopenharmony_ci  },
80178c2ecf20Sopenharmony_ci  {	.freq			= 2462,
80188c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x9e, 0x08, 0x08, 0x04,
80198c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
80208c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x33, 0x00, 0x02, 0x00, 0x70, 0x00,
80218c2ecf20Sopenharmony_ci		   0x0d, 0x00, 0x09, 0x00, 0x33, 0x00, 0x02, 0x00,
80228c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0d, 0x00, 0x09),
80238c2ecf20Sopenharmony_ci	PHYREGS(0x03dd, 0x03d9, 0x03d5, 0x0424, 0x0429, 0x042d),
80248c2ecf20Sopenharmony_ci  },
80258c2ecf20Sopenharmony_ci  {	.freq			= 2467,
80268c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa3, 0x08, 0x08, 0x04,
80278c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
80288c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x22, 0x00, 0x02, 0x00, 0x70, 0x00,
80298c2ecf20Sopenharmony_ci		   0x0d, 0x00, 0x08, 0x00, 0x22, 0x00, 0x02, 0x00,
80308c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0d, 0x00, 0x08),
80318c2ecf20Sopenharmony_ci	PHYREGS(0x03df, 0x03db, 0x03d7, 0x0422, 0x0427, 0x042b),
80328c2ecf20Sopenharmony_ci  },
80338c2ecf20Sopenharmony_ci  {	.freq			= 2472,
80348c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa8, 0x08, 0x08, 0x04,
80358c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x30, 0x00,
80368c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x11, 0x00, 0x02, 0x00, 0x70, 0x00,
80378c2ecf20Sopenharmony_ci		   0x0d, 0x00, 0x08, 0x00, 0x11, 0x00, 0x02, 0x00,
80388c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0d, 0x00, 0x08),
80398c2ecf20Sopenharmony_ci	PHYREGS(0x03e1, 0x03dd, 0x03d9, 0x0420, 0x0424, 0x0429),
80408c2ecf20Sopenharmony_ci  },
80418c2ecf20Sopenharmony_ci  {	.freq			= 2484,
80428c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x03, 0x09, 0xb4, 0x08, 0x08, 0x04,
80438c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x20, 0x00,
80448c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x70, 0x00,
80458c2ecf20Sopenharmony_ci		   0x0d, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00,
80468c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0d, 0x00, 0x08),
80478c2ecf20Sopenharmony_ci	PHYREGS(0x03e6, 0x03e2, 0x03de, 0x041b, 0x041f, 0x0424),
80488c2ecf20Sopenharmony_ci  },
80498c2ecf20Sopenharmony_ci};
80508c2ecf20Sopenharmony_ci
80518c2ecf20Sopenharmony_cistatic const struct b43_nphy_channeltab_entry_rev3 b43_nphy_channeltab_radio_rev8[] = {
80528c2ecf20Sopenharmony_ci  {	.freq			= 4920,
80538c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xec, 0x05, 0x05, 0x04,
80548c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
80558c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
80568c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
80578c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
80588c2ecf20Sopenharmony_ci	PHYREGS(0x07b4, 0x07b0, 0x07ac, 0x0214, 0x0215, 0x0216),
80598c2ecf20Sopenharmony_ci  },
80608c2ecf20Sopenharmony_ci  {	.freq			= 4930,
80618c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xed, 0x05, 0x05, 0x04,
80628c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
80638c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
80648c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
80658c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
80668c2ecf20Sopenharmony_ci	PHYREGS(0x07b8, 0x07b4, 0x07b0, 0x0213, 0x0214, 0x0215),
80678c2ecf20Sopenharmony_ci  },
80688c2ecf20Sopenharmony_ci  {	.freq			= 4940,
80698c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xee, 0x05, 0x05, 0x04,
80708c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
80718c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
80728c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
80738c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
80748c2ecf20Sopenharmony_ci	PHYREGS(0x07bc, 0x07b8, 0x07b4, 0x0212, 0x0213, 0x0214),
80758c2ecf20Sopenharmony_ci  },
80768c2ecf20Sopenharmony_ci  {	.freq			= 4950,
80778c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xef, 0x05, 0x05, 0x04,
80788c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
80798c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
80808c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
80818c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
80828c2ecf20Sopenharmony_ci	PHYREGS(0x07c0, 0x07bc, 0x07b8, 0x0211, 0x0212, 0x0213),
80838c2ecf20Sopenharmony_ci  },
80848c2ecf20Sopenharmony_ci  {	.freq			= 4960,
80858c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf0, 0x05, 0x05, 0x04,
80868c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
80878c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
80888c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
80898c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
80908c2ecf20Sopenharmony_ci	PHYREGS(0x07c4, 0x07c0, 0x07bc, 0x020f, 0x0211, 0x0212),
80918c2ecf20Sopenharmony_ci  },
80928c2ecf20Sopenharmony_ci  {	.freq			= 4970,
80938c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf1, 0x05, 0x05, 0x04,
80948c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
80958c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
80968c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
80978c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
80988c2ecf20Sopenharmony_ci	PHYREGS(0x07c8, 0x07c4, 0x07c0, 0x020e, 0x020f, 0x0211),
80998c2ecf20Sopenharmony_ci  },
81008c2ecf20Sopenharmony_ci  {	.freq			= 4980,
81018c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf2, 0x05, 0x05, 0x04,
81028c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
81038c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
81048c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
81058c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
81068c2ecf20Sopenharmony_ci	PHYREGS(0x07cc, 0x07c8, 0x07c4, 0x020d, 0x020e, 0x020f),
81078c2ecf20Sopenharmony_ci  },
81088c2ecf20Sopenharmony_ci  {	.freq			= 4990,
81098c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf3, 0x05, 0x05, 0x04,
81108c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
81118c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
81128c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
81138c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
81148c2ecf20Sopenharmony_ci	PHYREGS(0x07d0, 0x07cc, 0x07c8, 0x020c, 0x020d, 0x020e),
81158c2ecf20Sopenharmony_ci  },
81168c2ecf20Sopenharmony_ci  {	.freq			= 5000,
81178c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf4, 0x05, 0x05, 0x04,
81188c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
81198c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
81208c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
81218c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
81228c2ecf20Sopenharmony_ci	PHYREGS(0x07d4, 0x07d0, 0x07cc, 0x020b, 0x020c, 0x020d),
81238c2ecf20Sopenharmony_ci  },
81248c2ecf20Sopenharmony_ci  {	.freq			= 5010,
81258c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf5, 0x05, 0x05, 0x04,
81268c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
81278c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
81288c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
81298c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
81308c2ecf20Sopenharmony_ci	PHYREGS(0x07d8, 0x07d4, 0x07d0, 0x020a, 0x020b, 0x020c),
81318c2ecf20Sopenharmony_ci  },
81328c2ecf20Sopenharmony_ci  {	.freq			= 5020,
81338c2ecf20Sopenharmony_ci	RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf6, 0x05, 0x05, 0x04,
81348c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
81358c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
81368c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
81378c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
81388c2ecf20Sopenharmony_ci	PHYREGS(0x07dc, 0x07d8, 0x07d4, 0x0209, 0x020a, 0x020b),
81398c2ecf20Sopenharmony_ci  },
81408c2ecf20Sopenharmony_ci  {	.freq			= 5030,
81418c2ecf20Sopenharmony_ci	RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf7, 0x05, 0x05, 0x04,
81428c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
81438c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
81448c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
81458c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
81468c2ecf20Sopenharmony_ci	PHYREGS(0x07e0, 0x07dc, 0x07d8, 0x0208, 0x0209, 0x020a),
81478c2ecf20Sopenharmony_ci  },
81488c2ecf20Sopenharmony_ci  {	.freq			= 5040,
81498c2ecf20Sopenharmony_ci	RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf8, 0x05, 0x05, 0x04,
81508c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
81518c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
81528c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
81538c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
81548c2ecf20Sopenharmony_ci	PHYREGS(0x07e4, 0x07e0, 0x07dc, 0x0207, 0x0208, 0x0209),
81558c2ecf20Sopenharmony_ci  },
81568c2ecf20Sopenharmony_ci  {	.freq			= 5050,
81578c2ecf20Sopenharmony_ci	RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf9, 0x05, 0x05, 0x04,
81588c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
81598c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
81608c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
81618c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
81628c2ecf20Sopenharmony_ci	PHYREGS(0x07e8, 0x07e4, 0x07e0, 0x0206, 0x0207, 0x0208),
81638c2ecf20Sopenharmony_ci  },
81648c2ecf20Sopenharmony_ci  {	.freq			= 5060,
81658c2ecf20Sopenharmony_ci	RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfa, 0x05, 0x05, 0x04,
81668c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
81678c2ecf20Sopenharmony_ci		   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
81688c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
81698c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
81708c2ecf20Sopenharmony_ci	PHYREGS(0x07ec, 0x07e8, 0x07e4, 0x0205, 0x0206, 0x0207),
81718c2ecf20Sopenharmony_ci  },
81728c2ecf20Sopenharmony_ci  {	.freq			= 5070,
81738c2ecf20Sopenharmony_ci	RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfb, 0x05, 0x05, 0x04,
81748c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
81758c2ecf20Sopenharmony_ci		   0xff, 0xfd, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
81768c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfd, 0x00, 0x09, 0x00, 0x77,
81778c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
81788c2ecf20Sopenharmony_ci	PHYREGS(0x07f0, 0x07ec, 0x07e8, 0x0204, 0x0205, 0x0206),
81798c2ecf20Sopenharmony_ci  },
81808c2ecf20Sopenharmony_ci  {	.freq			= 5080,
81818c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfc, 0x05, 0x05, 0x04,
81828c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
81838c2ecf20Sopenharmony_ci		   0xff, 0xfd, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
81848c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfd, 0x00, 0x09, 0x00, 0x77,
81858c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
81868c2ecf20Sopenharmony_ci	PHYREGS(0x07f4, 0x07f0, 0x07ec, 0x0203, 0x0204, 0x0205),
81878c2ecf20Sopenharmony_ci  },
81888c2ecf20Sopenharmony_ci  {	.freq			= 5090,
81898c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfd, 0x05, 0x05, 0x04,
81908c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
81918c2ecf20Sopenharmony_ci		   0xff, 0xfd, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
81928c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfd, 0x00, 0x09, 0x00, 0x77,
81938c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
81948c2ecf20Sopenharmony_ci	PHYREGS(0x07f8, 0x07f4, 0x07f0, 0x0202, 0x0203, 0x0204),
81958c2ecf20Sopenharmony_ci  },
81968c2ecf20Sopenharmony_ci  {	.freq			= 5100,
81978c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xfe, 0x05, 0x05, 0x04,
81988c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
81998c2ecf20Sopenharmony_ci		   0xff, 0xfd, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
82008c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfd, 0x00, 0x08, 0x00, 0x77,
82018c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
82028c2ecf20Sopenharmony_ci	PHYREGS(0x07fc, 0x07f8, 0x07f4, 0x0201, 0x0202, 0x0203),
82038c2ecf20Sopenharmony_ci  },
82048c2ecf20Sopenharmony_ci  {	.freq			= 5110,
82058c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xff, 0x05, 0x05, 0x04,
82068c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
82078c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
82088c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x77,
82098c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
82108c2ecf20Sopenharmony_ci	PHYREGS(0x0800, 0x07fc, 0x07f8, 0x0200, 0x0201, 0x0202),
82118c2ecf20Sopenharmony_ci  },
82128c2ecf20Sopenharmony_ci  {	.freq			= 5120,
82138c2ecf20Sopenharmony_ci	RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x00, 0x05, 0x05, 0x04,
82148c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
82158c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
82168c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x77,
82178c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
82188c2ecf20Sopenharmony_ci	PHYREGS(0x0804, 0x0800, 0x07fc, 0x01ff, 0x0200, 0x0201),
82198c2ecf20Sopenharmony_ci  },
82208c2ecf20Sopenharmony_ci  {	.freq			= 5130,
82218c2ecf20Sopenharmony_ci	RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x01, 0x05, 0x05, 0x04,
82228c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
82238c2ecf20Sopenharmony_ci		   0xff, 0xfc, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
82248c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x77,
82258c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
82268c2ecf20Sopenharmony_ci	PHYREGS(0x0808, 0x0804, 0x0800, 0x01fe, 0x01ff, 0x0200),
82278c2ecf20Sopenharmony_ci  },
82288c2ecf20Sopenharmony_ci  {	.freq			= 5140,
82298c2ecf20Sopenharmony_ci	RADIOREGS3(0xc6, 0x01, 0x01, 0x02, 0x02, 0x05, 0x05, 0x04,
82308c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
82318c2ecf20Sopenharmony_ci		   0xff, 0xfb, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
82328c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfb, 0x00, 0x08, 0x00, 0x77,
82338c2ecf20Sopenharmony_ci		   0x00, 0x0f, 0x00, 0x6f, 0x00),
82348c2ecf20Sopenharmony_ci	PHYREGS(0x080c, 0x0808, 0x0804, 0x01fd, 0x01fe, 0x01ff),
82358c2ecf20Sopenharmony_ci  },
82368c2ecf20Sopenharmony_ci  {	.freq			= 5160,
82378c2ecf20Sopenharmony_ci	RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x04, 0x05, 0x05, 0x04,
82388c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
82398c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x07, 0x00, 0x77, 0x00, 0x0e,
82408c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfa, 0x00, 0x07, 0x00, 0x77,
82418c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
82428c2ecf20Sopenharmony_ci	PHYREGS(0x0814, 0x0810, 0x080c, 0x01fb, 0x01fc, 0x01fd),
82438c2ecf20Sopenharmony_ci  },
82448c2ecf20Sopenharmony_ci  {	.freq			= 5170,
82458c2ecf20Sopenharmony_ci	RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x05, 0x05, 0x05, 0x04,
82468c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
82478c2ecf20Sopenharmony_ci		   0xff, 0xfa, 0x00, 0x07, 0x00, 0x77, 0x00, 0x0e,
82488c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xfa, 0x00, 0x07, 0x00, 0x77,
82498c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
82508c2ecf20Sopenharmony_ci	PHYREGS(0x0818, 0x0814, 0x0810, 0x01fa, 0x01fb, 0x01fc),
82518c2ecf20Sopenharmony_ci  },
82528c2ecf20Sopenharmony_ci  {	.freq			= 5180,
82538c2ecf20Sopenharmony_ci	RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x06, 0x05, 0x05, 0x04,
82548c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
82558c2ecf20Sopenharmony_ci		   0xff, 0xf9, 0x00, 0x06, 0x00, 0x77, 0x00, 0x0e,
82568c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xf9, 0x00, 0x06, 0x00, 0x77,
82578c2ecf20Sopenharmony_ci		   0x00, 0x0e, 0x00, 0x6f, 0x00),
82588c2ecf20Sopenharmony_ci	PHYREGS(0x081c, 0x0818, 0x0814, 0x01f9, 0x01fa, 0x01fb),
82598c2ecf20Sopenharmony_ci  },
82608c2ecf20Sopenharmony_ci  {	.freq			= 5190,
82618c2ecf20Sopenharmony_ci	RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x07, 0x05, 0x05, 0x04,
82628c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
82638c2ecf20Sopenharmony_ci		   0xff, 0xf9, 0x00, 0x06, 0x00, 0x77, 0x00, 0x0d,
82648c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xf9, 0x00, 0x06, 0x00, 0x77,
82658c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
82668c2ecf20Sopenharmony_ci	PHYREGS(0x0820, 0x081c, 0x0818, 0x01f8, 0x01f9, 0x01fa),
82678c2ecf20Sopenharmony_ci  },
82688c2ecf20Sopenharmony_ci  {	.freq			= 5200,
82698c2ecf20Sopenharmony_ci	RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x08, 0x05, 0x05, 0x04,
82708c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
82718c2ecf20Sopenharmony_ci		   0xff, 0xf9, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
82728c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xf9, 0x00, 0x05, 0x00, 0x77,
82738c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
82748c2ecf20Sopenharmony_ci	PHYREGS(0x0824, 0x0820, 0x081c, 0x01f7, 0x01f8, 0x01f9),
82758c2ecf20Sopenharmony_ci  },
82768c2ecf20Sopenharmony_ci  {	.freq			= 5210,
82778c2ecf20Sopenharmony_ci	RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x09, 0x05, 0x05, 0x04,
82788c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
82798c2ecf20Sopenharmony_ci		   0xff, 0xf9, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
82808c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xf9, 0x00, 0x05, 0x00, 0x77,
82818c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
82828c2ecf20Sopenharmony_ci	PHYREGS(0x0828, 0x0824, 0x0820, 0x01f6, 0x01f7, 0x01f8),
82838c2ecf20Sopenharmony_ci  },
82848c2ecf20Sopenharmony_ci  {	.freq			= 5220,
82858c2ecf20Sopenharmony_ci	RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0a, 0x05, 0x05, 0x04,
82868c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
82878c2ecf20Sopenharmony_ci		   0xfe, 0xd8, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
82888c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xd8, 0x00, 0x05, 0x00, 0x77,
82898c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
82908c2ecf20Sopenharmony_ci	PHYREGS(0x082c, 0x0828, 0x0824, 0x01f5, 0x01f6, 0x01f7),
82918c2ecf20Sopenharmony_ci  },
82928c2ecf20Sopenharmony_ci  {	.freq			= 5230,
82938c2ecf20Sopenharmony_ci	RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0b, 0x05, 0x05, 0x04,
82948c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
82958c2ecf20Sopenharmony_ci		   0xee, 0xd8, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
82968c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xd8, 0x00, 0x05, 0x00, 0x77,
82978c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
82988c2ecf20Sopenharmony_ci	PHYREGS(0x0830, 0x082c, 0x0828, 0x01f4, 0x01f5, 0x01f6),
82998c2ecf20Sopenharmony_ci  },
83008c2ecf20Sopenharmony_ci  {	.freq			= 5240,
83018c2ecf20Sopenharmony_ci	RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0c, 0x05, 0x05, 0x04,
83028c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
83038c2ecf20Sopenharmony_ci		   0xee, 0xc8, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
83048c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xc8, 0x00, 0x05, 0x00, 0x77,
83058c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
83068c2ecf20Sopenharmony_ci	PHYREGS(0x0834, 0x0830, 0x082c, 0x01f3, 0x01f4, 0x01f5),
83078c2ecf20Sopenharmony_ci  },
83088c2ecf20Sopenharmony_ci  {	.freq			= 5250,
83098c2ecf20Sopenharmony_ci	RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0d, 0x05, 0x05, 0x04,
83108c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
83118c2ecf20Sopenharmony_ci		   0xed, 0xc7, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
83128c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xc7, 0x00, 0x05, 0x00, 0x77,
83138c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
83148c2ecf20Sopenharmony_ci	PHYREGS(0x0838, 0x0834, 0x0830, 0x01f2, 0x01f3, 0x01f4),
83158c2ecf20Sopenharmony_ci  },
83168c2ecf20Sopenharmony_ci  {	.freq			= 5260,
83178c2ecf20Sopenharmony_ci	RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0e, 0x05, 0x05, 0x04,
83188c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0e, 0x00,
83198c2ecf20Sopenharmony_ci		   0xed, 0xc7, 0x00, 0x04, 0x00, 0x77, 0x00, 0x0d,
83208c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xc7, 0x00, 0x04, 0x00, 0x77,
83218c2ecf20Sopenharmony_ci		   0x00, 0x0d, 0x00, 0x6f, 0x00),
83228c2ecf20Sopenharmony_ci	PHYREGS(0x083c, 0x0838, 0x0834, 0x01f1, 0x01f2, 0x01f3),
83238c2ecf20Sopenharmony_ci  },
83248c2ecf20Sopenharmony_ci  {	.freq			= 5270,
83258c2ecf20Sopenharmony_ci	RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0f, 0x05, 0x05, 0x04,
83268c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8e, 0x0e, 0x00,
83278c2ecf20Sopenharmony_ci		   0xed, 0xc7, 0x00, 0x04, 0x00, 0x77, 0x00, 0x0c,
83288c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xc7, 0x00, 0x04, 0x00, 0x77,
83298c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
83308c2ecf20Sopenharmony_ci	PHYREGS(0x0840, 0x083c, 0x0838, 0x01f0, 0x01f1, 0x01f2),
83318c2ecf20Sopenharmony_ci  },
83328c2ecf20Sopenharmony_ci  {	.freq			= 5280,
83338c2ecf20Sopenharmony_ci	RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x10, 0x05, 0x05, 0x04,
83348c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
83358c2ecf20Sopenharmony_ci		   0xdc, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
83368c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
83378c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
83388c2ecf20Sopenharmony_ci	PHYREGS(0x0844, 0x0840, 0x083c, 0x01f0, 0x01f0, 0x01f1),
83398c2ecf20Sopenharmony_ci  },
83408c2ecf20Sopenharmony_ci  {	.freq			= 5290,
83418c2ecf20Sopenharmony_ci	RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x11, 0x05, 0x05, 0x04,
83428c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
83438c2ecf20Sopenharmony_ci		   0xdc, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
83448c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
83458c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
83468c2ecf20Sopenharmony_ci	PHYREGS(0x0848, 0x0844, 0x0840, 0x01ef, 0x01f0, 0x01f0),
83478c2ecf20Sopenharmony_ci  },
83488c2ecf20Sopenharmony_ci  {	.freq			= 5300,
83498c2ecf20Sopenharmony_ci	RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x12, 0x05, 0x05, 0x04,
83508c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
83518c2ecf20Sopenharmony_ci		   0xdc, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
83528c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
83538c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
83548c2ecf20Sopenharmony_ci	PHYREGS(0x084c, 0x0848, 0x0844, 0x01ee, 0x01ef, 0x01f0),
83558c2ecf20Sopenharmony_ci  },
83568c2ecf20Sopenharmony_ci  {	.freq			= 5310,
83578c2ecf20Sopenharmony_ci	RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x13, 0x05, 0x05, 0x04,
83588c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
83598c2ecf20Sopenharmony_ci		   0xdc, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
83608c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
83618c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
83628c2ecf20Sopenharmony_ci	PHYREGS(0x0850, 0x084c, 0x0848, 0x01ed, 0x01ee, 0x01ef),
83638c2ecf20Sopenharmony_ci  },
83648c2ecf20Sopenharmony_ci  {	.freq			= 5320,
83658c2ecf20Sopenharmony_ci	RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x14, 0x05, 0x05, 0x04,
83668c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
83678c2ecf20Sopenharmony_ci		   0xdb, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
83688c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
83698c2ecf20Sopenharmony_ci		   0x00, 0x0c, 0x00, 0x6f, 0x00),
83708c2ecf20Sopenharmony_ci	PHYREGS(0x0854, 0x0850, 0x084c, 0x01ec, 0x01ed, 0x01ee),
83718c2ecf20Sopenharmony_ci  },
83728c2ecf20Sopenharmony_ci  {	.freq			= 5330,
83738c2ecf20Sopenharmony_ci	RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x15, 0x05, 0x05, 0x04,
83748c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
83758c2ecf20Sopenharmony_ci		   0xcb, 0xa6, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0b,
83768c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x77,
83778c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
83788c2ecf20Sopenharmony_ci	PHYREGS(0x0858, 0x0854, 0x0850, 0x01eb, 0x01ec, 0x01ed),
83798c2ecf20Sopenharmony_ci  },
83808c2ecf20Sopenharmony_ci  {	.freq			= 5340,
83818c2ecf20Sopenharmony_ci	RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x16, 0x05, 0x05, 0x04,
83828c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
83838c2ecf20Sopenharmony_ci		   0xca, 0xa6, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0b,
83848c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x77,
83858c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
83868c2ecf20Sopenharmony_ci	PHYREGS(0x085c, 0x0858, 0x0854, 0x01ea, 0x01eb, 0x01ec),
83878c2ecf20Sopenharmony_ci  },
83888c2ecf20Sopenharmony_ci  {	.freq			= 5350,
83898c2ecf20Sopenharmony_ci	RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x17, 0x05, 0x05, 0x04,
83908c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0d, 0x00,
83918c2ecf20Sopenharmony_ci		   0xca, 0xa6, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0b,
83928c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x77,
83938c2ecf20Sopenharmony_ci		   0x00, 0x0b, 0x00, 0x6f, 0x00),
83948c2ecf20Sopenharmony_ci	PHYREGS(0x0860, 0x085c, 0x0858, 0x01e9, 0x01ea, 0x01eb),
83958c2ecf20Sopenharmony_ci  },
83968c2ecf20Sopenharmony_ci  {	.freq			= 5360,
83978c2ecf20Sopenharmony_ci	RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x18, 0x05, 0x05, 0x04,
83988c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0d, 0x00,
83998c2ecf20Sopenharmony_ci		   0xc9, 0x95, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
84008c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x95, 0x00, 0x03, 0x00, 0x77,
84018c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
84028c2ecf20Sopenharmony_ci	PHYREGS(0x0864, 0x0860, 0x085c, 0x01e8, 0x01e9, 0x01ea),
84038c2ecf20Sopenharmony_ci  },
84048c2ecf20Sopenharmony_ci  {	.freq			= 5370,
84058c2ecf20Sopenharmony_ci	RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x19, 0x05, 0x05, 0x04,
84068c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0d, 0x00,
84078c2ecf20Sopenharmony_ci		   0xc9, 0x95, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
84088c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x95, 0x00, 0x03, 0x00, 0x77,
84098c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
84108c2ecf20Sopenharmony_ci	PHYREGS(0x0868, 0x0864, 0x0860, 0x01e7, 0x01e8, 0x01e9),
84118c2ecf20Sopenharmony_ci  },
84128c2ecf20Sopenharmony_ci  {	.freq			= 5380,
84138c2ecf20Sopenharmony_ci	RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1a, 0x05, 0x05, 0x04,
84148c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
84158c2ecf20Sopenharmony_ci		   0xb8, 0x95, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
84168c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x95, 0x00, 0x03, 0x00, 0x77,
84178c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
84188c2ecf20Sopenharmony_ci	PHYREGS(0x086c, 0x0868, 0x0864, 0x01e6, 0x01e7, 0x01e8),
84198c2ecf20Sopenharmony_ci  },
84208c2ecf20Sopenharmony_ci  {	.freq			= 5390,
84218c2ecf20Sopenharmony_ci	RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1b, 0x05, 0x05, 0x04,
84228c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
84238c2ecf20Sopenharmony_ci		   0xb8, 0x84, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
84248c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x03, 0x00, 0x77,
84258c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
84268c2ecf20Sopenharmony_ci	PHYREGS(0x0870, 0x086c, 0x0868, 0x01e5, 0x01e6, 0x01e7),
84278c2ecf20Sopenharmony_ci  },
84288c2ecf20Sopenharmony_ci  {	.freq			= 5400,
84298c2ecf20Sopenharmony_ci	RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1c, 0x05, 0x05, 0x04,
84308c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
84318c2ecf20Sopenharmony_ci		   0xb8, 0x84, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
84328c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x03, 0x00, 0x77,
84338c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
84348c2ecf20Sopenharmony_ci	PHYREGS(0x0874, 0x0870, 0x086c, 0x01e5, 0x01e5, 0x01e6),
84358c2ecf20Sopenharmony_ci  },
84368c2ecf20Sopenharmony_ci  {	.freq			= 5410,
84378c2ecf20Sopenharmony_ci	RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1d, 0x05, 0x05, 0x04,
84388c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
84398c2ecf20Sopenharmony_ci		   0xb7, 0x84, 0x00, 0x02, 0x00, 0x77, 0x00, 0x0a,
84408c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x02, 0x00, 0x77,
84418c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
84428c2ecf20Sopenharmony_ci	PHYREGS(0x0878, 0x0874, 0x0870, 0x01e4, 0x01e5, 0x01e5),
84438c2ecf20Sopenharmony_ci  },
84448c2ecf20Sopenharmony_ci  {	.freq			= 5420,
84458c2ecf20Sopenharmony_ci	RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1e, 0x05, 0x05, 0x04,
84468c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
84478c2ecf20Sopenharmony_ci		   0xa7, 0x84, 0x00, 0x02, 0x00, 0x77, 0x00, 0x0a,
84488c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x02, 0x00, 0x77,
84498c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
84508c2ecf20Sopenharmony_ci	PHYREGS(0x087c, 0x0878, 0x0874, 0x01e3, 0x01e4, 0x01e5),
84518c2ecf20Sopenharmony_ci  },
84528c2ecf20Sopenharmony_ci  {	.freq			= 5430,
84538c2ecf20Sopenharmony_ci	RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1f, 0x05, 0x05, 0x04,
84548c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0b, 0x00,
84558c2ecf20Sopenharmony_ci		   0xa6, 0x84, 0x00, 0x02, 0x00, 0x77, 0x00, 0x0a,
84568c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x02, 0x00, 0x77,
84578c2ecf20Sopenharmony_ci		   0x00, 0x0a, 0x00, 0x6f, 0x00),
84588c2ecf20Sopenharmony_ci	PHYREGS(0x0880, 0x087c, 0x0878, 0x01e2, 0x01e3, 0x01e4),
84598c2ecf20Sopenharmony_ci  },
84608c2ecf20Sopenharmony_ci  {	.freq			= 5440,
84618c2ecf20Sopenharmony_ci	RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x20, 0x05, 0x05, 0x04,
84628c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
84638c2ecf20Sopenharmony_ci		   0xa6, 0x84, 0x00, 0x02, 0x00, 0x77, 0x00, 0x09,
84648c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x02, 0x00, 0x77,
84658c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
84668c2ecf20Sopenharmony_ci	PHYREGS(0x0884, 0x0880, 0x087c, 0x01e1, 0x01e2, 0x01e3),
84678c2ecf20Sopenharmony_ci  },
84688c2ecf20Sopenharmony_ci  {	.freq			= 5450,
84698c2ecf20Sopenharmony_ci	RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x21, 0x05, 0x05, 0x04,
84708c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
84718c2ecf20Sopenharmony_ci		   0x95, 0x84, 0x00, 0x01, 0x00, 0x77, 0x00, 0x09,
84728c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x01, 0x00, 0x77,
84738c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
84748c2ecf20Sopenharmony_ci	PHYREGS(0x0888, 0x0884, 0x0880, 0x01e0, 0x01e1, 0x01e2),
84758c2ecf20Sopenharmony_ci  },
84768c2ecf20Sopenharmony_ci  {	.freq			= 5460,
84778c2ecf20Sopenharmony_ci	RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x22, 0x05, 0x05, 0x04,
84788c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
84798c2ecf20Sopenharmony_ci		   0x95, 0x84, 0x00, 0x01, 0x00, 0x77, 0x00, 0x09,
84808c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x84, 0x00, 0x01, 0x00, 0x77,
84818c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
84828c2ecf20Sopenharmony_ci	PHYREGS(0x088c, 0x0888, 0x0884, 0x01df, 0x01e0, 0x01e1),
84838c2ecf20Sopenharmony_ci  },
84848c2ecf20Sopenharmony_ci  {	.freq			= 5470,
84858c2ecf20Sopenharmony_ci	RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x23, 0x05, 0x05, 0x04,
84868c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
84878c2ecf20Sopenharmony_ci		   0x94, 0x73, 0x00, 0x01, 0x00, 0x77, 0x00, 0x09,
84888c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x01, 0x00, 0x77,
84898c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
84908c2ecf20Sopenharmony_ci	PHYREGS(0x0890, 0x088c, 0x0888, 0x01de, 0x01df, 0x01e0),
84918c2ecf20Sopenharmony_ci  },
84928c2ecf20Sopenharmony_ci  {	.freq			= 5480,
84938c2ecf20Sopenharmony_ci	RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x24, 0x05, 0x05, 0x04,
84948c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
84958c2ecf20Sopenharmony_ci		   0x84, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
84968c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
84978c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
84988c2ecf20Sopenharmony_ci	PHYREGS(0x0894, 0x0890, 0x088c, 0x01dd, 0x01de, 0x01df),
84998c2ecf20Sopenharmony_ci  },
85008c2ecf20Sopenharmony_ci  {	.freq			= 5490,
85018c2ecf20Sopenharmony_ci	RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x25, 0x05, 0x05, 0x04,
85028c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
85038c2ecf20Sopenharmony_ci		   0x83, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
85048c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
85058c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
85068c2ecf20Sopenharmony_ci	PHYREGS(0x0898, 0x0894, 0x0890, 0x01dd, 0x01dd, 0x01de),
85078c2ecf20Sopenharmony_ci  },
85088c2ecf20Sopenharmony_ci  {	.freq			= 5500,
85098c2ecf20Sopenharmony_ci	RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x26, 0x05, 0x05, 0x04,
85108c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
85118c2ecf20Sopenharmony_ci		   0x82, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
85128c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
85138c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
85148c2ecf20Sopenharmony_ci	PHYREGS(0x089c, 0x0898, 0x0894, 0x01dc, 0x01dd, 0x01dd),
85158c2ecf20Sopenharmony_ci  },
85168c2ecf20Sopenharmony_ci  {	.freq			= 5510,
85178c2ecf20Sopenharmony_ci	RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x27, 0x05, 0x05, 0x04,
85188c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
85198c2ecf20Sopenharmony_ci		   0x82, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
85208c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
85218c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
85228c2ecf20Sopenharmony_ci	PHYREGS(0x08a0, 0x089c, 0x0898, 0x01db, 0x01dc, 0x01dd),
85238c2ecf20Sopenharmony_ci  },
85248c2ecf20Sopenharmony_ci  {	.freq			= 5520,
85258c2ecf20Sopenharmony_ci	RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x28, 0x05, 0x05, 0x04,
85268c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
85278c2ecf20Sopenharmony_ci		   0x72, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
85288c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
85298c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
85308c2ecf20Sopenharmony_ci	PHYREGS(0x08a4, 0x08a0, 0x089c, 0x01da, 0x01db, 0x01dc),
85318c2ecf20Sopenharmony_ci  },
85328c2ecf20Sopenharmony_ci  {	.freq			= 5530,
85338c2ecf20Sopenharmony_ci	RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x29, 0x05, 0x05, 0x04,
85348c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x09, 0x00,
85358c2ecf20Sopenharmony_ci		   0x72, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
85368c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
85378c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
85388c2ecf20Sopenharmony_ci	PHYREGS(0x08a8, 0x08a4, 0x08a0, 0x01d9, 0x01da, 0x01db),
85398c2ecf20Sopenharmony_ci  },
85408c2ecf20Sopenharmony_ci  {	.freq			= 5540,
85418c2ecf20Sopenharmony_ci	RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2a, 0x05, 0x05, 0x04,
85428c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x09, 0x00,
85438c2ecf20Sopenharmony_ci		   0x71, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
85448c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
85458c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
85468c2ecf20Sopenharmony_ci	PHYREGS(0x08ac, 0x08a8, 0x08a4, 0x01d8, 0x01d9, 0x01da),
85478c2ecf20Sopenharmony_ci  },
85488c2ecf20Sopenharmony_ci  {	.freq			= 5550,
85498c2ecf20Sopenharmony_ci	RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2b, 0x05, 0x05, 0x04,
85508c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x09, 0x00,
85518c2ecf20Sopenharmony_ci		   0x61, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
85528c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
85538c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
85548c2ecf20Sopenharmony_ci	PHYREGS(0x08b0, 0x08ac, 0x08a8, 0x01d7, 0x01d8, 0x01d9),
85558c2ecf20Sopenharmony_ci  },
85568c2ecf20Sopenharmony_ci  {	.freq			= 5560,
85578c2ecf20Sopenharmony_ci	RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2c, 0x05, 0x05, 0x04,
85588c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x09, 0x00,
85598c2ecf20Sopenharmony_ci		   0x61, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
85608c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
85618c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
85628c2ecf20Sopenharmony_ci	PHYREGS(0x08b4, 0x08b0, 0x08ac, 0x01d7, 0x01d7, 0x01d8),
85638c2ecf20Sopenharmony_ci  },
85648c2ecf20Sopenharmony_ci  {	.freq			= 5570,
85658c2ecf20Sopenharmony_ci	RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2d, 0x05, 0x05, 0x04,
85668c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x09, 0x00,
85678c2ecf20Sopenharmony_ci		   0x61, 0x62, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
85688c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x62, 0x00, 0x00, 0x00, 0x77,
85698c2ecf20Sopenharmony_ci		   0x00, 0x09, 0x00, 0x6f, 0x00),
85708c2ecf20Sopenharmony_ci	PHYREGS(0x08b8, 0x08b4, 0x08b0, 0x01d6, 0x01d7, 0x01d7),
85718c2ecf20Sopenharmony_ci  },
85728c2ecf20Sopenharmony_ci  {	.freq			= 5580,
85738c2ecf20Sopenharmony_ci	RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2e, 0x05, 0x05, 0x04,
85748c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x08, 0x00,
85758c2ecf20Sopenharmony_ci		   0x60, 0x62, 0x00, 0x00, 0x00, 0x77, 0x00, 0x08,
85768c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x62, 0x00, 0x00, 0x00, 0x77,
85778c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6f, 0x00),
85788c2ecf20Sopenharmony_ci	PHYREGS(0x08bc, 0x08b8, 0x08b4, 0x01d5, 0x01d6, 0x01d7),
85798c2ecf20Sopenharmony_ci  },
85808c2ecf20Sopenharmony_ci  {	.freq			= 5590,
85818c2ecf20Sopenharmony_ci	RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2f, 0x05, 0x05, 0x04,
85828c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x08, 0x00,
85838c2ecf20Sopenharmony_ci		   0x50, 0x61, 0x00, 0x00, 0x00, 0x77, 0x00, 0x08,
85848c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x61, 0x00, 0x00, 0x00, 0x77,
85858c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6f, 0x00),
85868c2ecf20Sopenharmony_ci	PHYREGS(0x08c0, 0x08bc, 0x08b8, 0x01d4, 0x01d5, 0x01d6),
85878c2ecf20Sopenharmony_ci  },
85888c2ecf20Sopenharmony_ci  {	.freq			= 5600,
85898c2ecf20Sopenharmony_ci	RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x30, 0x05, 0x05, 0x04,
85908c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x89, 0x08, 0x00,
85918c2ecf20Sopenharmony_ci		   0x50, 0x51, 0x00, 0x00, 0x00, 0x77, 0x00, 0x08,
85928c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x51, 0x00, 0x00, 0x00, 0x77,
85938c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6f, 0x00),
85948c2ecf20Sopenharmony_ci	PHYREGS(0x08c4, 0x08c0, 0x08bc, 0x01d3, 0x01d4, 0x01d5),
85958c2ecf20Sopenharmony_ci  },
85968c2ecf20Sopenharmony_ci  {	.freq			= 5610,
85978c2ecf20Sopenharmony_ci	RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x31, 0x05, 0x05, 0x04,
85988c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x89, 0x08, 0x00,
85998c2ecf20Sopenharmony_ci		   0x50, 0x51, 0x00, 0x00, 0x00, 0x77, 0x00, 0x08,
86008c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x51, 0x00, 0x00, 0x00, 0x77,
86018c2ecf20Sopenharmony_ci		   0x00, 0x08, 0x00, 0x6f, 0x00),
86028c2ecf20Sopenharmony_ci	PHYREGS(0x08c8, 0x08c4, 0x08c0, 0x01d2, 0x01d3, 0x01d4),
86038c2ecf20Sopenharmony_ci  },
86048c2ecf20Sopenharmony_ci  {	.freq			= 5620,
86058c2ecf20Sopenharmony_ci	RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x32, 0x05, 0x05, 0x04,
86068c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x89, 0x08, 0x00,
86078c2ecf20Sopenharmony_ci		   0x50, 0x50, 0x00, 0x00, 0x00, 0x77, 0x00, 0x07,
86088c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x50, 0x00, 0x00, 0x00, 0x77,
86098c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6f, 0x00),
86108c2ecf20Sopenharmony_ci	PHYREGS(0x08cc, 0x08c8, 0x08c4, 0x01d2, 0x01d2, 0x01d3),
86118c2ecf20Sopenharmony_ci  },
86128c2ecf20Sopenharmony_ci  {	.freq			= 5630,
86138c2ecf20Sopenharmony_ci	RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x33, 0x05, 0x05, 0x04,
86148c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
86158c2ecf20Sopenharmony_ci		   0x50, 0x50, 0x00, 0x00, 0x00, 0x77, 0x00, 0x07,
86168c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x50, 0x00, 0x00, 0x00, 0x77,
86178c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6f, 0x00),
86188c2ecf20Sopenharmony_ci	PHYREGS(0x08d0, 0x08cc, 0x08c8, 0x01d1, 0x01d2, 0x01d2),
86198c2ecf20Sopenharmony_ci  },
86208c2ecf20Sopenharmony_ci  {	.freq			= 5640,
86218c2ecf20Sopenharmony_ci	RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x34, 0x05, 0x05, 0x04,
86228c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
86238c2ecf20Sopenharmony_ci		   0x40, 0x50, 0x00, 0x00, 0x00, 0x77, 0x00, 0x07,
86248c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x50, 0x00, 0x00, 0x00, 0x77,
86258c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6f, 0x00),
86268c2ecf20Sopenharmony_ci	PHYREGS(0x08d4, 0x08d0, 0x08cc, 0x01d0, 0x01d1, 0x01d2),
86278c2ecf20Sopenharmony_ci  },
86288c2ecf20Sopenharmony_ci  {	.freq			= 5650,
86298c2ecf20Sopenharmony_ci	RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x35, 0x05, 0x05, 0x04,
86308c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
86318c2ecf20Sopenharmony_ci		   0x40, 0x40, 0x00, 0x00, 0x00, 0x77, 0x00, 0x07,
86328c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x40, 0x00, 0x00, 0x00, 0x77,
86338c2ecf20Sopenharmony_ci		   0x00, 0x07, 0x00, 0x6f, 0x00),
86348c2ecf20Sopenharmony_ci	PHYREGS(0x08d8, 0x08d4, 0x08d0, 0x01cf, 0x01d0, 0x01d1),
86358c2ecf20Sopenharmony_ci  },
86368c2ecf20Sopenharmony_ci  {	.freq			= 5660,
86378c2ecf20Sopenharmony_ci	RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x36, 0x05, 0x05, 0x04,
86388c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
86398c2ecf20Sopenharmony_ci		   0x40, 0x40, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
86408c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x40, 0x00, 0x00, 0x00, 0x77,
86418c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6f, 0x00),
86428c2ecf20Sopenharmony_ci	PHYREGS(0x08dc, 0x08d8, 0x08d4, 0x01ce, 0x01cf, 0x01d0),
86438c2ecf20Sopenharmony_ci  },
86448c2ecf20Sopenharmony_ci  {	.freq			= 5670,
86458c2ecf20Sopenharmony_ci	RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x37, 0x05, 0x05, 0x04,
86468c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
86478c2ecf20Sopenharmony_ci		   0x40, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
86488c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
86498c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6f, 0x00),
86508c2ecf20Sopenharmony_ci	PHYREGS(0x08e0, 0x08dc, 0x08d8, 0x01ce, 0x01ce, 0x01cf),
86518c2ecf20Sopenharmony_ci  },
86528c2ecf20Sopenharmony_ci  {	.freq			= 5680,
86538c2ecf20Sopenharmony_ci	RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x38, 0x05, 0x05, 0x04,
86548c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
86558c2ecf20Sopenharmony_ci		   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
86568c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
86578c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6f, 0x00),
86588c2ecf20Sopenharmony_ci	PHYREGS(0x08e4, 0x08e0, 0x08dc, 0x01cd, 0x01ce, 0x01ce),
86598c2ecf20Sopenharmony_ci  },
86608c2ecf20Sopenharmony_ci  {	.freq			= 5690,
86618c2ecf20Sopenharmony_ci	RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x39, 0x05, 0x05, 0x04,
86628c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
86638c2ecf20Sopenharmony_ci		   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
86648c2ecf20Sopenharmony_ci		   0x00, 0x6f, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
86658c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6f, 0x00),
86668c2ecf20Sopenharmony_ci	PHYREGS(0x08e8, 0x08e4, 0x08e0, 0x01cc, 0x01cd, 0x01ce),
86678c2ecf20Sopenharmony_ci  },
86688c2ecf20Sopenharmony_ci  {	.freq			= 5700,
86698c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3a, 0x05, 0x05, 0x04,
86708c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
86718c2ecf20Sopenharmony_ci		   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
86728c2ecf20Sopenharmony_ci		   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
86738c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6e, 0x00),
86748c2ecf20Sopenharmony_ci	PHYREGS(0x08ec, 0x08e8, 0x08e4, 0x01cb, 0x01cc, 0x01cd),
86758c2ecf20Sopenharmony_ci  },
86768c2ecf20Sopenharmony_ci  {	.freq			= 5710,
86778c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3b, 0x05, 0x05, 0x04,
86788c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
86798c2ecf20Sopenharmony_ci		   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
86808c2ecf20Sopenharmony_ci		   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
86818c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6e, 0x00),
86828c2ecf20Sopenharmony_ci	PHYREGS(0x08f0, 0x08ec, 0x08e8, 0x01ca, 0x01cb, 0x01cc),
86838c2ecf20Sopenharmony_ci  },
86848c2ecf20Sopenharmony_ci  {	.freq			= 5720,
86858c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3c, 0x05, 0x05, 0x04,
86868c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
86878c2ecf20Sopenharmony_ci		   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
86888c2ecf20Sopenharmony_ci		   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
86898c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6e, 0x00),
86908c2ecf20Sopenharmony_ci	PHYREGS(0x08f4, 0x08f0, 0x08ec, 0x01c9, 0x01ca, 0x01cb),
86918c2ecf20Sopenharmony_ci  },
86928c2ecf20Sopenharmony_ci  {	.freq			= 5725,
86938c2ecf20Sopenharmony_ci	RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x79, 0x07, 0x07, 0x04,
86948c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
86958c2ecf20Sopenharmony_ci		   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
86968c2ecf20Sopenharmony_ci		   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
86978c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6e, 0x00),
86988c2ecf20Sopenharmony_ci	PHYREGS(0x08f6, 0x08f2, 0x08ee, 0x01c9, 0x01ca, 0x01cb),
86998c2ecf20Sopenharmony_ci  },
87008c2ecf20Sopenharmony_ci  {	.freq			= 5730,
87018c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3d, 0x05, 0x05, 0x04,
87028c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
87038c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
87048c2ecf20Sopenharmony_ci		   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
87058c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6e, 0x00),
87068c2ecf20Sopenharmony_ci	PHYREGS(0x08f8, 0x08f4, 0x08f0, 0x01c9, 0x01c9, 0x01ca),
87078c2ecf20Sopenharmony_ci  },
87088c2ecf20Sopenharmony_ci  {	.freq			= 5735,
87098c2ecf20Sopenharmony_ci	RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x7b, 0x07, 0x07, 0x04,
87108c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
87118c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
87128c2ecf20Sopenharmony_ci		   0x00, 0x6d, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
87138c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6d, 0x00),
87148c2ecf20Sopenharmony_ci	PHYREGS(0x08fa, 0x08f6, 0x08f2, 0x01c8, 0x01c9, 0x01ca),
87158c2ecf20Sopenharmony_ci  },
87168c2ecf20Sopenharmony_ci  {	.freq			= 5740,
87178c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3e, 0x05, 0x05, 0x04,
87188c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
87198c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
87208c2ecf20Sopenharmony_ci		   0x00, 0x6d, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
87218c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6d, 0x00),
87228c2ecf20Sopenharmony_ci	PHYREGS(0x08fc, 0x08f8, 0x08f4, 0x01c8, 0x01c9, 0x01c9),
87238c2ecf20Sopenharmony_ci  },
87248c2ecf20Sopenharmony_ci  {	.freq			= 5745,
87258c2ecf20Sopenharmony_ci	RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7d, 0x07, 0x07, 0x04,
87268c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
87278c2ecf20Sopenharmony_ci		   0x20, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
87288c2ecf20Sopenharmony_ci		   0x00, 0x6d, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
87298c2ecf20Sopenharmony_ci		   0x00, 0x06, 0x00, 0x6d, 0x00),
87308c2ecf20Sopenharmony_ci	PHYREGS(0x08fe, 0x08fa, 0x08f6, 0x01c8, 0x01c8, 0x01c9),
87318c2ecf20Sopenharmony_ci  },
87328c2ecf20Sopenharmony_ci  {	.freq			= 5750,
87338c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3f, 0x05, 0x05, 0x04,
87348c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
87358c2ecf20Sopenharmony_ci		   0x20, 0x20, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
87368c2ecf20Sopenharmony_ci		   0x00, 0x6d, 0x00, 0x20, 0x00, 0x00, 0x00, 0x77,
87378c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6d, 0x00),
87388c2ecf20Sopenharmony_ci	PHYREGS(0x0900, 0x08fc, 0x08f8, 0x01c7, 0x01c8, 0x01c9),
87398c2ecf20Sopenharmony_ci  },
87408c2ecf20Sopenharmony_ci  {	.freq			= 5755,
87418c2ecf20Sopenharmony_ci	RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7f, 0x07, 0x07, 0x04,
87428c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
87438c2ecf20Sopenharmony_ci		   0x10, 0x20, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
87448c2ecf20Sopenharmony_ci		   0x00, 0x6c, 0x00, 0x20, 0x00, 0x00, 0x00, 0x77,
87458c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6c, 0x00),
87468c2ecf20Sopenharmony_ci	PHYREGS(0x0902, 0x08fe, 0x08fa, 0x01c7, 0x01c8, 0x01c8),
87478c2ecf20Sopenharmony_ci  },
87488c2ecf20Sopenharmony_ci  {	.freq			= 5760,
87498c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x40, 0x05, 0x05, 0x04,
87508c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x86, 0x05, 0x00,
87518c2ecf20Sopenharmony_ci		   0x10, 0x20, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
87528c2ecf20Sopenharmony_ci		   0x00, 0x6c, 0x00, 0x20, 0x00, 0x00, 0x00, 0x77,
87538c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6c, 0x00),
87548c2ecf20Sopenharmony_ci	PHYREGS(0x0904, 0x0900, 0x08fc, 0x01c6, 0x01c7, 0x01c8),
87558c2ecf20Sopenharmony_ci  },
87568c2ecf20Sopenharmony_ci  {	.freq			= 5765,
87578c2ecf20Sopenharmony_ci	RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x81, 0x07, 0x07, 0x04,
87588c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x86, 0x05, 0x00,
87598c2ecf20Sopenharmony_ci		   0x10, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
87608c2ecf20Sopenharmony_ci		   0x00, 0x6c, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
87618c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6c, 0x00),
87628c2ecf20Sopenharmony_ci	PHYREGS(0x0906, 0x0902, 0x08fe, 0x01c6, 0x01c7, 0x01c8),
87638c2ecf20Sopenharmony_ci  },
87648c2ecf20Sopenharmony_ci  {	.freq			= 5770,
87658c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x41, 0x05, 0x05, 0x04,
87668c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x86, 0x04, 0x00,
87678c2ecf20Sopenharmony_ci		   0x10, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
87688c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
87698c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
87708c2ecf20Sopenharmony_ci	PHYREGS(0x0908, 0x0904, 0x0900, 0x01c6, 0x01c6, 0x01c7),
87718c2ecf20Sopenharmony_ci  },
87728c2ecf20Sopenharmony_ci  {	.freq			= 5775,
87738c2ecf20Sopenharmony_ci	RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x83, 0x07, 0x07, 0x04,
87748c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x05, 0x05, 0x05, 0x86, 0x04, 0x00,
87758c2ecf20Sopenharmony_ci		   0x10, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
87768c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
87778c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
87788c2ecf20Sopenharmony_ci	PHYREGS(0x090a, 0x0906, 0x0902, 0x01c5, 0x01c6, 0x01c7),
87798c2ecf20Sopenharmony_ci  },
87808c2ecf20Sopenharmony_ci  {	.freq			= 5780,
87818c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x42, 0x05, 0x05, 0x04,
87828c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x05, 0x05, 0x05, 0x86, 0x04, 0x00,
87838c2ecf20Sopenharmony_ci		   0x10, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
87848c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
87858c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
87868c2ecf20Sopenharmony_ci	PHYREGS(0x090c, 0x0908, 0x0904, 0x01c5, 0x01c6, 0x01c6),
87878c2ecf20Sopenharmony_ci  },
87888c2ecf20Sopenharmony_ci  {	.freq			= 5785,
87898c2ecf20Sopenharmony_ci	RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x85, 0x07, 0x07, 0x04,
87908c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
87918c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
87928c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
87938c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
87948c2ecf20Sopenharmony_ci	PHYREGS(0x090e, 0x090a, 0x0906, 0x01c4, 0x01c5, 0x01c6),
87958c2ecf20Sopenharmony_ci  },
87968c2ecf20Sopenharmony_ci  {	.freq			= 5790,
87978c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x43, 0x05, 0x05, 0x04,
87988c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
87998c2ecf20Sopenharmony_ci		   0x00, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
88008c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
88018c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
88028c2ecf20Sopenharmony_ci	PHYREGS(0x0910, 0x090c, 0x0908, 0x01c4, 0x01c5, 0x01c6),
88038c2ecf20Sopenharmony_ci  },
88048c2ecf20Sopenharmony_ci  {	.freq			= 5795,
88058c2ecf20Sopenharmony_ci	RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x87, 0x07, 0x07, 0x04,
88068c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
88078c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
88088c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
88098c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
88108c2ecf20Sopenharmony_ci	PHYREGS(0x0912, 0x090e, 0x090a, 0x01c4, 0x01c4, 0x01c5),
88118c2ecf20Sopenharmony_ci  },
88128c2ecf20Sopenharmony_ci  {	.freq			= 5800,
88138c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x44, 0x05, 0x05, 0x04,
88148c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
88158c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
88168c2ecf20Sopenharmony_ci		   0x00, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
88178c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6b, 0x00),
88188c2ecf20Sopenharmony_ci	PHYREGS(0x0914, 0x0910, 0x090c, 0x01c3, 0x01c4, 0x01c5),
88198c2ecf20Sopenharmony_ci  },
88208c2ecf20Sopenharmony_ci  {	.freq			= 5805,
88218c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x89, 0x07, 0x07, 0x04,
88228c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
88238c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
88248c2ecf20Sopenharmony_ci		   0x00, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
88258c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6a, 0x00),
88268c2ecf20Sopenharmony_ci	PHYREGS(0x0916, 0x0912, 0x090e, 0x01c3, 0x01c4, 0x01c4),
88278c2ecf20Sopenharmony_ci  },
88288c2ecf20Sopenharmony_ci  {	.freq			= 5810,
88298c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x45, 0x05, 0x05, 0x04,
88308c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
88318c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
88328c2ecf20Sopenharmony_ci		   0x00, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
88338c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6a, 0x00),
88348c2ecf20Sopenharmony_ci	PHYREGS(0x0918, 0x0914, 0x0910, 0x01c2, 0x01c3, 0x01c4),
88358c2ecf20Sopenharmony_ci  },
88368c2ecf20Sopenharmony_ci  {	.freq			= 5815,
88378c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8b, 0x07, 0x07, 0x04,
88388c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
88398c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
88408c2ecf20Sopenharmony_ci		   0x00, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
88418c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6a, 0x00),
88428c2ecf20Sopenharmony_ci	PHYREGS(0x091a, 0x0916, 0x0912, 0x01c2, 0x01c3, 0x01c4),
88438c2ecf20Sopenharmony_ci  },
88448c2ecf20Sopenharmony_ci  {	.freq			= 5820,
88458c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x46, 0x05, 0x05, 0x04,
88468c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
88478c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
88488c2ecf20Sopenharmony_ci		   0x00, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
88498c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x6a, 0x00),
88508c2ecf20Sopenharmony_ci	PHYREGS(0x091c, 0x0918, 0x0914, 0x01c2, 0x01c2, 0x01c3),
88518c2ecf20Sopenharmony_ci  },
88528c2ecf20Sopenharmony_ci  {	.freq			= 5825,
88538c2ecf20Sopenharmony_ci	RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8d, 0x07, 0x07, 0x04,
88548c2ecf20Sopenharmony_ci		   0x10, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
88558c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
88568c2ecf20Sopenharmony_ci		   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
88578c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x69, 0x00),
88588c2ecf20Sopenharmony_ci	PHYREGS(0x091e, 0x091a, 0x0916, 0x01c1, 0x01c2, 0x01c3),
88598c2ecf20Sopenharmony_ci  },
88608c2ecf20Sopenharmony_ci  {	.freq			= 5830,
88618c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x47, 0x05, 0x05, 0x04,
88628c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
88638c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
88648c2ecf20Sopenharmony_ci		   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
88658c2ecf20Sopenharmony_ci		   0x00, 0x05, 0x00, 0x69, 0x00),
88668c2ecf20Sopenharmony_ci	PHYREGS(0x0920, 0x091c, 0x0918, 0x01c1, 0x01c2, 0x01c2),
88678c2ecf20Sopenharmony_ci  },
88688c2ecf20Sopenharmony_ci  {	.freq			= 5840,
88698c2ecf20Sopenharmony_ci	RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x48, 0x05, 0x05, 0x04,
88708c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
88718c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
88728c2ecf20Sopenharmony_ci		   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
88738c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x69, 0x00),
88748c2ecf20Sopenharmony_ci	PHYREGS(0x0924, 0x0920, 0x091c, 0x01c0, 0x01c1, 0x01c2),
88758c2ecf20Sopenharmony_ci  },
88768c2ecf20Sopenharmony_ci  {	.freq			= 5850,
88778c2ecf20Sopenharmony_ci	RADIOREGS3(0xe0, 0x00, 0x01, 0x02, 0x49, 0x05, 0x05, 0x04,
88788c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
88798c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
88808c2ecf20Sopenharmony_ci		   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
88818c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x69, 0x00),
88828c2ecf20Sopenharmony_ci	PHYREGS(0x0928, 0x0924, 0x0920, 0x01bf, 0x01c0, 0x01c1),
88838c2ecf20Sopenharmony_ci  },
88848c2ecf20Sopenharmony_ci  {	.freq			= 5860,
88858c2ecf20Sopenharmony_ci	RADIOREGS3(0xde, 0x00, 0x01, 0x02, 0x4a, 0x05, 0x05, 0x04,
88868c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
88878c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
88888c2ecf20Sopenharmony_ci		   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
88898c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x69, 0x00),
88908c2ecf20Sopenharmony_ci	PHYREGS(0x092c, 0x0928, 0x0924, 0x01bf, 0x01bf, 0x01c0),
88918c2ecf20Sopenharmony_ci  },
88928c2ecf20Sopenharmony_ci  {	.freq			= 5870,
88938c2ecf20Sopenharmony_ci	RADIOREGS3(0xdb, 0x00, 0x01, 0x02, 0x4b, 0x05, 0x05, 0x04,
88948c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
88958c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
88968c2ecf20Sopenharmony_ci		   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
88978c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x68, 0x00),
88988c2ecf20Sopenharmony_ci	PHYREGS(0x0930, 0x092c, 0x0928, 0x01be, 0x01bf, 0x01bf),
88998c2ecf20Sopenharmony_ci  },
89008c2ecf20Sopenharmony_ci  {	.freq			= 5880,
89018c2ecf20Sopenharmony_ci	RADIOREGS3(0xd8, 0x00, 0x01, 0x02, 0x4c, 0x05, 0x05, 0x04,
89028c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
89038c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
89048c2ecf20Sopenharmony_ci		   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
89058c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x68, 0x00),
89068c2ecf20Sopenharmony_ci	PHYREGS(0x0934, 0x0930, 0x092c, 0x01bd, 0x01be, 0x01bf),
89078c2ecf20Sopenharmony_ci  },
89088c2ecf20Sopenharmony_ci  {	.freq			= 5890,
89098c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4d, 0x05, 0x05, 0x04,
89108c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
89118c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
89128c2ecf20Sopenharmony_ci		   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
89138c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x68, 0x00),
89148c2ecf20Sopenharmony_ci	PHYREGS(0x0938, 0x0934, 0x0930, 0x01bc, 0x01bd, 0x01be),
89158c2ecf20Sopenharmony_ci  },
89168c2ecf20Sopenharmony_ci  {	.freq			= 5900,
89178c2ecf20Sopenharmony_ci	RADIOREGS3(0xd3, 0x00, 0x01, 0x02, 0x4e, 0x05, 0x05, 0x04,
89188c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
89198c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
89208c2ecf20Sopenharmony_ci		   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
89218c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x68, 0x00),
89228c2ecf20Sopenharmony_ci	PHYREGS(0x093c, 0x0938, 0x0934, 0x01bc, 0x01bc, 0x01bd),
89238c2ecf20Sopenharmony_ci  },
89248c2ecf20Sopenharmony_ci  {	.freq			= 5910,
89258c2ecf20Sopenharmony_ci	RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4f, 0x05, 0x05, 0x04,
89268c2ecf20Sopenharmony_ci		   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
89278c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
89288c2ecf20Sopenharmony_ci		   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
89298c2ecf20Sopenharmony_ci		   0x00, 0x04, 0x00, 0x68, 0x00),
89308c2ecf20Sopenharmony_ci	PHYREGS(0x0940, 0x093c, 0x0938, 0x01bb, 0x01bc, 0x01bc),
89318c2ecf20Sopenharmony_ci  },
89328c2ecf20Sopenharmony_ci  {	.freq			= 2412,
89338c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x6c, 0x08, 0x08, 0x04,
89348c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x04, 0x04, 0x04, 0x8f, 0x30, 0x00,
89358c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x78, 0x00, 0x03, 0x00, 0x70, 0x00,
89368c2ecf20Sopenharmony_ci		   0x0b, 0x00, 0x0a, 0x00, 0x89, 0x00, 0x03, 0x00,
89378c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0b, 0x00, 0x0a),
89388c2ecf20Sopenharmony_ci	PHYREGS(0x03c9, 0x03c5, 0x03c1, 0x043a, 0x043f, 0x0443),
89398c2ecf20Sopenharmony_ci  },
89408c2ecf20Sopenharmony_ci  {	.freq			= 2417,
89418c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x71, 0x08, 0x08, 0x04,
89428c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
89438c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x78, 0x00, 0x03, 0x00, 0x70, 0x00,
89448c2ecf20Sopenharmony_ci		   0x0b, 0x00, 0x0a, 0x00, 0x89, 0x00, 0x03, 0x00,
89458c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0b, 0x00, 0x0a),
89468c2ecf20Sopenharmony_ci	PHYREGS(0x03cb, 0x03c7, 0x03c3, 0x0438, 0x043d, 0x0441),
89478c2ecf20Sopenharmony_ci  },
89488c2ecf20Sopenharmony_ci  {	.freq			= 2422,
89498c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x76, 0x08, 0x08, 0x04,
89508c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
89518c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x67, 0x00, 0x03, 0x00, 0x70, 0x00,
89528c2ecf20Sopenharmony_ci		   0x0b, 0x00, 0x0a, 0x00, 0x89, 0x00, 0x03, 0x00,
89538c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0b, 0x00, 0x0a),
89548c2ecf20Sopenharmony_ci	PHYREGS(0x03cd, 0x03c9, 0x03c5, 0x0436, 0x043a, 0x043f),
89558c2ecf20Sopenharmony_ci  },
89568c2ecf20Sopenharmony_ci  {	.freq			= 2427,
89578c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x7b, 0x08, 0x08, 0x04,
89588c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
89598c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x57, 0x00, 0x03, 0x00, 0x70, 0x00,
89608c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x0a, 0x00, 0x78, 0x00, 0x03, 0x00,
89618c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x0a),
89628c2ecf20Sopenharmony_ci	PHYREGS(0x03cf, 0x03cb, 0x03c7, 0x0434, 0x0438, 0x043d),
89638c2ecf20Sopenharmony_ci  },
89648c2ecf20Sopenharmony_ci  {	.freq			= 2432,
89658c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x80, 0x08, 0x08, 0x04,
89668c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
89678c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x56, 0x00, 0x03, 0x00, 0x70, 0x00,
89688c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x0a, 0x00, 0x77, 0x00, 0x03, 0x00,
89698c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x0a),
89708c2ecf20Sopenharmony_ci	PHYREGS(0x03d1, 0x03cd, 0x03c9, 0x0431, 0x0436, 0x043a),
89718c2ecf20Sopenharmony_ci  },
89728c2ecf20Sopenharmony_ci  {	.freq			= 2437,
89738c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x85, 0x08, 0x08, 0x04,
89748c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
89758c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x46, 0x00, 0x03, 0x00, 0x70, 0x00,
89768c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x0a, 0x00, 0x76, 0x00, 0x03, 0x00,
89778c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x0a),
89788c2ecf20Sopenharmony_ci	PHYREGS(0x03d3, 0x03cf, 0x03cb, 0x042f, 0x0434, 0x0438),
89798c2ecf20Sopenharmony_ci  },
89808c2ecf20Sopenharmony_ci  {	.freq			= 2442,
89818c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8a, 0x08, 0x08, 0x04,
89828c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
89838c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x45, 0x00, 0x02, 0x00, 0x70, 0x00,
89848c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x0a, 0x00, 0x66, 0x00, 0x02, 0x00,
89858c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x0a),
89868c2ecf20Sopenharmony_ci	PHYREGS(0x03d5, 0x03d1, 0x03cd, 0x042d, 0x0431, 0x0436),
89878c2ecf20Sopenharmony_ci  },
89888c2ecf20Sopenharmony_ci  {	.freq			= 2447,
89898c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8f, 0x08, 0x08, 0x04,
89908c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
89918c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x34, 0x00, 0x02, 0x00, 0x70, 0x00,
89928c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x09, 0x00, 0x55, 0x00, 0x02, 0x00,
89938c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x09),
89948c2ecf20Sopenharmony_ci	PHYREGS(0x03d7, 0x03d3, 0x03cf, 0x042b, 0x042f, 0x0434),
89958c2ecf20Sopenharmony_ci  },
89968c2ecf20Sopenharmony_ci  {	.freq			= 2452,
89978c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x94, 0x08, 0x08, 0x04,
89988c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
89998c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x23, 0x00, 0x02, 0x00, 0x70, 0x00,
90008c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x09, 0x00, 0x45, 0x00, 0x02, 0x00,
90018c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x09),
90028c2ecf20Sopenharmony_ci	PHYREGS(0x03d9, 0x03d5, 0x03d1, 0x0429, 0x042d, 0x0431),
90038c2ecf20Sopenharmony_ci  },
90048c2ecf20Sopenharmony_ci  {	.freq			= 2457,
90058c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x99, 0x08, 0x08, 0x04,
90068c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
90078c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x12, 0x00, 0x02, 0x00, 0x70, 0x00,
90088c2ecf20Sopenharmony_ci		   0x0a, 0x00, 0x09, 0x00, 0x34, 0x00, 0x02, 0x00,
90098c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x0a, 0x00, 0x09),
90108c2ecf20Sopenharmony_ci	PHYREGS(0x03db, 0x03d7, 0x03d3, 0x0427, 0x042b, 0x042f),
90118c2ecf20Sopenharmony_ci  },
90128c2ecf20Sopenharmony_ci  {	.freq			= 2462,
90138c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x9e, 0x08, 0x08, 0x04,
90148c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
90158c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x70, 0x00,
90168c2ecf20Sopenharmony_ci		   0x09, 0x00, 0x09, 0x00, 0x33, 0x00, 0x02, 0x00,
90178c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x09, 0x00, 0x09),
90188c2ecf20Sopenharmony_ci	PHYREGS(0x03dd, 0x03d9, 0x03d5, 0x0424, 0x0429, 0x042d),
90198c2ecf20Sopenharmony_ci  },
90208c2ecf20Sopenharmony_ci  {	.freq			= 2467,
90218c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa3, 0x08, 0x08, 0x04,
90228c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
90238c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x70, 0x00,
90248c2ecf20Sopenharmony_ci		   0x09, 0x00, 0x09, 0x00, 0x22, 0x00, 0x02, 0x00,
90258c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x09, 0x00, 0x09),
90268c2ecf20Sopenharmony_ci	PHYREGS(0x03df, 0x03db, 0x03d7, 0x0422, 0x0427, 0x042b),
90278c2ecf20Sopenharmony_ci  },
90288c2ecf20Sopenharmony_ci  {	.freq			= 2472,
90298c2ecf20Sopenharmony_ci	RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa8, 0x08, 0x08, 0x04,
90308c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x30, 0x00,
90318c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x70, 0x00,
90328c2ecf20Sopenharmony_ci		   0x09, 0x00, 0x09, 0x00, 0x11, 0x00, 0x02, 0x00,
90338c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x09, 0x00, 0x09),
90348c2ecf20Sopenharmony_ci	PHYREGS(0x03e1, 0x03dd, 0x03d9, 0x0420, 0x0424, 0x0429),
90358c2ecf20Sopenharmony_ci  },
90368c2ecf20Sopenharmony_ci  {	.freq			= 2484,
90378c2ecf20Sopenharmony_ci	RADIOREGS3(0xff, 0x01, 0x03, 0x09, 0xb4, 0x08, 0x08, 0x04,
90388c2ecf20Sopenharmony_ci		   0x16, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x20, 0x00,
90398c2ecf20Sopenharmony_ci		   0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x70, 0x00,
90408c2ecf20Sopenharmony_ci		   0x09, 0x00, 0x09, 0x00, 0x00, 0x00, 0x02, 0x00,
90418c2ecf20Sopenharmony_ci		   0x70, 0x00, 0x09, 0x00, 0x09),
90428c2ecf20Sopenharmony_ci	PHYREGS(0x03e6, 0x03e2, 0x03de, 0x041b, 0x041f, 0x0424),
90438c2ecf20Sopenharmony_ci  },
90448c2ecf20Sopenharmony_ci};
90458c2ecf20Sopenharmony_ci
90468c2ecf20Sopenharmony_cistatic const struct b43_nphy_channeltab_entry_rev3 b43_nphy_channeltab_radio_rev11[] = {
90478c2ecf20Sopenharmony_ci	{
90488c2ecf20Sopenharmony_ci		.freq			= 4920,
90498c2ecf20Sopenharmony_ci		RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xec, 0x05, 0x05, 0x02,
90508c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
90518c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
90528c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
90538c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
90548c2ecf20Sopenharmony_ci		PHYREGS(0x07b4, 0x07b0, 0x07ac, 0x0214, 0x0215, 0x0216),
90558c2ecf20Sopenharmony_ci	},
90568c2ecf20Sopenharmony_ci	{
90578c2ecf20Sopenharmony_ci		.freq			= 4930,
90588c2ecf20Sopenharmony_ci		RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xed, 0x05, 0x05, 0x02,
90598c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
90608c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
90618c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
90628c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
90638c2ecf20Sopenharmony_ci		PHYREGS(0x07b8, 0x07b4, 0x07b0, 0x0213, 0x0214, 0x0215),
90648c2ecf20Sopenharmony_ci	},
90658c2ecf20Sopenharmony_ci	{
90668c2ecf20Sopenharmony_ci		.freq			= 4940,
90678c2ecf20Sopenharmony_ci		RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xee, 0x05, 0x05, 0x02,
90688c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
90698c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
90708c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
90718c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
90728c2ecf20Sopenharmony_ci		PHYREGS(0x07bc, 0x07b8, 0x07b4, 0x0212, 0x0213, 0x0214),
90738c2ecf20Sopenharmony_ci	},
90748c2ecf20Sopenharmony_ci	{
90758c2ecf20Sopenharmony_ci		.freq			= 4950,
90768c2ecf20Sopenharmony_ci		RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xef, 0x05, 0x05, 0x02,
90778c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x00, 0x00, 0x00, 0x8f, 0x0f, 0x00,
90788c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
90798c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
90808c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
90818c2ecf20Sopenharmony_ci		PHYREGS(0x07c0, 0x07bc, 0x07b8, 0x0211, 0x0212, 0x0213),
90828c2ecf20Sopenharmony_ci	},
90838c2ecf20Sopenharmony_ci	{
90848c2ecf20Sopenharmony_ci		.freq			= 4960,
90858c2ecf20Sopenharmony_ci		RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf0, 0x05, 0x05, 0x02,
90868c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
90878c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
90888c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
90898c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
90908c2ecf20Sopenharmony_ci		PHYREGS(0x07c4, 0x07c0, 0x07bc, 0x020f, 0x0211, 0x0212),
90918c2ecf20Sopenharmony_ci	},
90928c2ecf20Sopenharmony_ci	{
90938c2ecf20Sopenharmony_ci		.freq			= 4970,
90948c2ecf20Sopenharmony_ci		RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf1, 0x05, 0x05, 0x02,
90958c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
90968c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
90978c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
90988c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
90998c2ecf20Sopenharmony_ci		PHYREGS(0x07c8, 0x07c4, 0x07c0, 0x020e, 0x020f, 0x0211),
91008c2ecf20Sopenharmony_ci	},
91018c2ecf20Sopenharmony_ci	{
91028c2ecf20Sopenharmony_ci		.freq			= 4980,
91038c2ecf20Sopenharmony_ci		RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf2, 0x05, 0x05, 0x02,
91048c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
91058c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
91068c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
91078c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
91088c2ecf20Sopenharmony_ci		PHYREGS(0x07cc, 0x07c8, 0x07c4, 0x020d, 0x020e, 0x020f),
91098c2ecf20Sopenharmony_ci	},
91108c2ecf20Sopenharmony_ci	{
91118c2ecf20Sopenharmony_ci		.freq			= 4990,
91128c2ecf20Sopenharmony_ci		RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf3, 0x05, 0x05, 0x02,
91138c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
91148c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
91158c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
91168c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
91178c2ecf20Sopenharmony_ci		PHYREGS(0x07d0, 0x07cc, 0x07c8, 0x020c, 0x020d, 0x020e),
91188c2ecf20Sopenharmony_ci	},
91198c2ecf20Sopenharmony_ci	{
91208c2ecf20Sopenharmony_ci		.freq			= 5000,
91218c2ecf20Sopenharmony_ci		RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf4, 0x05, 0x05, 0x02,
91228c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
91238c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
91248c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
91258c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
91268c2ecf20Sopenharmony_ci		PHYREGS(0x07d4, 0x07d0, 0x07cc, 0x020b, 0x020c, 0x020d),
91278c2ecf20Sopenharmony_ci	},
91288c2ecf20Sopenharmony_ci	{
91298c2ecf20Sopenharmony_ci		.freq			= 5010,
91308c2ecf20Sopenharmony_ci		RADIOREGS3(0xff, 0x01, 0x01, 0x01, 0xf5, 0x05, 0x05, 0x02,
91318c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
91328c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
91338c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
91348c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
91358c2ecf20Sopenharmony_ci		PHYREGS(0x07d8, 0x07d4, 0x07d0, 0x020a, 0x020b, 0x020c),
91368c2ecf20Sopenharmony_ci	},
91378c2ecf20Sopenharmony_ci	{
91388c2ecf20Sopenharmony_ci		.freq			= 5020,
91398c2ecf20Sopenharmony_ci		RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf6, 0x05, 0x05, 0x02,
91408c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
91418c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
91428c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
91438c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
91448c2ecf20Sopenharmony_ci		PHYREGS(0x07dc, 0x07d8, 0x07d4, 0x0209, 0x020a, 0x020b),
91458c2ecf20Sopenharmony_ci	},
91468c2ecf20Sopenharmony_ci	{
91478c2ecf20Sopenharmony_ci		.freq			= 5030,
91488c2ecf20Sopenharmony_ci		RADIOREGS3(0xf7, 0x01, 0x01, 0x01, 0xf7, 0x05, 0x05, 0x02,
91498c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
91508c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
91518c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
91528c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
91538c2ecf20Sopenharmony_ci		PHYREGS(0x07e0, 0x07dc, 0x07d8, 0x0208, 0x0209, 0x020a),
91548c2ecf20Sopenharmony_ci	},
91558c2ecf20Sopenharmony_ci	{
91568c2ecf20Sopenharmony_ci		.freq			= 5040,
91578c2ecf20Sopenharmony_ci		RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf8, 0x05, 0x05, 0x02,
91588c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
91598c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
91608c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
91618c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
91628c2ecf20Sopenharmony_ci		PHYREGS(0x07e4, 0x07e0, 0x07dc, 0x0207, 0x0208, 0x0209),
91638c2ecf20Sopenharmony_ci	},
91648c2ecf20Sopenharmony_ci	{
91658c2ecf20Sopenharmony_ci		.freq			= 5050,
91668c2ecf20Sopenharmony_ci		RADIOREGS3(0xef, 0x01, 0x01, 0x01, 0xf9, 0x05, 0x05, 0x02,
91678c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
91688c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
91698c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
91708c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
91718c2ecf20Sopenharmony_ci		PHYREGS(0x07e8, 0x07e4, 0x07e0, 0x0206, 0x0207, 0x0208),
91728c2ecf20Sopenharmony_ci	},
91738c2ecf20Sopenharmony_ci	{
91748c2ecf20Sopenharmony_ci		.freq			= 5060,
91758c2ecf20Sopenharmony_ci		RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfa, 0x05, 0x05, 0x02,
91768c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
91778c2ecf20Sopenharmony_ci			   0xff, 0xfe, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
91788c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfe, 0x00, 0x09, 0x00, 0x77,
91798c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
91808c2ecf20Sopenharmony_ci		PHYREGS(0x07ec, 0x07e8, 0x07e4, 0x0205, 0x0206, 0x0207),
91818c2ecf20Sopenharmony_ci	},
91828c2ecf20Sopenharmony_ci	{
91838c2ecf20Sopenharmony_ci		.freq			= 5070,
91848c2ecf20Sopenharmony_ci		RADIOREGS3(0xe6, 0x01, 0x01, 0x01, 0xfb, 0x05, 0x05, 0x02,
91858c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
91868c2ecf20Sopenharmony_ci			   0xff, 0xfd, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
91878c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfd, 0x00, 0x09, 0x00, 0x77,
91888c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
91898c2ecf20Sopenharmony_ci		PHYREGS(0x07f0, 0x07ec, 0x07e8, 0x0204, 0x0205, 0x0206),
91908c2ecf20Sopenharmony_ci	},
91918c2ecf20Sopenharmony_ci	{
91928c2ecf20Sopenharmony_ci		.freq			= 5080,
91938c2ecf20Sopenharmony_ci		RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfc, 0x05, 0x05, 0x02,
91948c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
91958c2ecf20Sopenharmony_ci			   0xff, 0xfd, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
91968c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfd, 0x00, 0x09, 0x00, 0x77,
91978c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
91988c2ecf20Sopenharmony_ci		PHYREGS(0x07f4, 0x07f0, 0x07ec, 0x0203, 0x0204, 0x0205),
91998c2ecf20Sopenharmony_ci	},
92008c2ecf20Sopenharmony_ci	{
92018c2ecf20Sopenharmony_ci		.freq			= 5090,
92028c2ecf20Sopenharmony_ci		RADIOREGS3(0xde, 0x01, 0x01, 0x01, 0xfd, 0x05, 0x05, 0x02,
92038c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x01, 0x01, 0x01, 0x8f, 0x0f, 0x00,
92048c2ecf20Sopenharmony_ci			   0xff, 0xfd, 0x00, 0x09, 0x00, 0x77, 0x00, 0x0f,
92058c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfd, 0x00, 0x09, 0x00, 0x77,
92068c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
92078c2ecf20Sopenharmony_ci		PHYREGS(0x07f8, 0x07f4, 0x07f0, 0x0202, 0x0203, 0x0204),
92088c2ecf20Sopenharmony_ci	},
92098c2ecf20Sopenharmony_ci	{
92108c2ecf20Sopenharmony_ci		.freq			= 5100,
92118c2ecf20Sopenharmony_ci		RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xfe, 0x05, 0x05, 0x02,
92128c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
92138c2ecf20Sopenharmony_ci			   0xff, 0xfd, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
92148c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfd, 0x00, 0x08, 0x00, 0x77,
92158c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
92168c2ecf20Sopenharmony_ci		PHYREGS(0x07fc, 0x07f8, 0x07f4, 0x0201, 0x0202, 0x0203),
92178c2ecf20Sopenharmony_ci	},
92188c2ecf20Sopenharmony_ci	{
92198c2ecf20Sopenharmony_ci		.freq			= 5110,
92208c2ecf20Sopenharmony_ci		RADIOREGS3(0xd6, 0x01, 0x01, 0x01, 0xff, 0x05, 0x05, 0x02,
92218c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
92228c2ecf20Sopenharmony_ci			   0xff, 0xfc, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
92238c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x77,
92248c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
92258c2ecf20Sopenharmony_ci		PHYREGS(0x0800, 0x07fc, 0x07f8, 0x0200, 0x0201, 0x0202),
92268c2ecf20Sopenharmony_ci	},
92278c2ecf20Sopenharmony_ci	{
92288c2ecf20Sopenharmony_ci		.freq			= 5120,
92298c2ecf20Sopenharmony_ci		RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x00, 0x05, 0x05, 0x02,
92308c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
92318c2ecf20Sopenharmony_ci			   0xff, 0xfc, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
92328c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x77,
92338c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
92348c2ecf20Sopenharmony_ci		PHYREGS(0x0804, 0x0800, 0x07fc, 0x01ff, 0x0200, 0x0201),
92358c2ecf20Sopenharmony_ci	},
92368c2ecf20Sopenharmony_ci	{
92378c2ecf20Sopenharmony_ci		.freq			= 5130,
92388c2ecf20Sopenharmony_ci		RADIOREGS3(0xce, 0x01, 0x01, 0x02, 0x01, 0x05, 0x05, 0x02,
92398c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
92408c2ecf20Sopenharmony_ci			   0xff, 0xfc, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
92418c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfc, 0x00, 0x08, 0x00, 0x77,
92428c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
92438c2ecf20Sopenharmony_ci		PHYREGS(0x0808, 0x0804, 0x0800, 0x01fe, 0x01ff, 0x0200),
92448c2ecf20Sopenharmony_ci	},
92458c2ecf20Sopenharmony_ci	{
92468c2ecf20Sopenharmony_ci		.freq			= 5140,
92478c2ecf20Sopenharmony_ci		RADIOREGS3(0xc6, 0x01, 0x01, 0x02, 0x02, 0x05, 0x05, 0x02,
92488c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
92498c2ecf20Sopenharmony_ci			   0xff, 0xfb, 0x00, 0x08, 0x00, 0x77, 0x00, 0x0f,
92508c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfb, 0x00, 0x08, 0x00, 0x77,
92518c2ecf20Sopenharmony_ci			   0x00, 0x0f, 0x00, 0x6f, 0x00),
92528c2ecf20Sopenharmony_ci		PHYREGS(0x080c, 0x0808, 0x0804, 0x01fd, 0x01fe, 0x01ff),
92538c2ecf20Sopenharmony_ci	},
92548c2ecf20Sopenharmony_ci	{
92558c2ecf20Sopenharmony_ci		.freq			= 5160,
92568c2ecf20Sopenharmony_ci		RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x04, 0x05, 0x05, 0x02,
92578c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
92588c2ecf20Sopenharmony_ci			   0xff, 0xfa, 0x00, 0x07, 0x00, 0x77, 0x00, 0x0e,
92598c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfa, 0x00, 0x07, 0x00, 0x77,
92608c2ecf20Sopenharmony_ci			   0x00, 0x0e, 0x00, 0x6f, 0x00),
92618c2ecf20Sopenharmony_ci		PHYREGS(0x0814, 0x0810, 0x080c, 0x01fb, 0x01fc, 0x01fd),
92628c2ecf20Sopenharmony_ci	},
92638c2ecf20Sopenharmony_ci	{
92648c2ecf20Sopenharmony_ci		.freq			= 5170,
92658c2ecf20Sopenharmony_ci		RADIOREGS3(0xbe, 0x01, 0x01, 0x02, 0x05, 0x05, 0x05, 0x02,
92668c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
92678c2ecf20Sopenharmony_ci			   0xff, 0xfa, 0x00, 0x07, 0x00, 0x77, 0x00, 0x0e,
92688c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xfa, 0x00, 0x07, 0x00, 0x77,
92698c2ecf20Sopenharmony_ci			   0x00, 0x0e, 0x00, 0x6f, 0x00),
92708c2ecf20Sopenharmony_ci		PHYREGS(0x0818, 0x0814, 0x0810, 0x01fa, 0x01fb, 0x01fc),
92718c2ecf20Sopenharmony_ci	},
92728c2ecf20Sopenharmony_ci	{
92738c2ecf20Sopenharmony_ci		.freq			= 5180,
92748c2ecf20Sopenharmony_ci		RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x06, 0x05, 0x05, 0x02,
92758c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
92768c2ecf20Sopenharmony_ci			   0xff, 0xf9, 0x00, 0x06, 0x00, 0x77, 0x00, 0x0e,
92778c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xf9, 0x00, 0x06, 0x00, 0x77,
92788c2ecf20Sopenharmony_ci			   0x00, 0x0e, 0x00, 0x6f, 0x00),
92798c2ecf20Sopenharmony_ci		PHYREGS(0x081c, 0x0818, 0x0814, 0x01f9, 0x01fa, 0x01fb),
92808c2ecf20Sopenharmony_ci	},
92818c2ecf20Sopenharmony_ci	{
92828c2ecf20Sopenharmony_ci		.freq			= 5190,
92838c2ecf20Sopenharmony_ci		RADIOREGS3(0xb6, 0x01, 0x01, 0x02, 0x07, 0x05, 0x05, 0x02,
92848c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
92858c2ecf20Sopenharmony_ci			   0xff, 0xf9, 0x00, 0x06, 0x00, 0x77, 0x00, 0x0d,
92868c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xf9, 0x00, 0x06, 0x00, 0x77,
92878c2ecf20Sopenharmony_ci			   0x00, 0x0d, 0x00, 0x6f, 0x00),
92888c2ecf20Sopenharmony_ci		PHYREGS(0x0820, 0x081c, 0x0818, 0x01f8, 0x01f9, 0x01fa),
92898c2ecf20Sopenharmony_ci	},
92908c2ecf20Sopenharmony_ci	{
92918c2ecf20Sopenharmony_ci		.freq			= 5200,
92928c2ecf20Sopenharmony_ci		RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x08, 0x05, 0x05, 0x02,
92938c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
92948c2ecf20Sopenharmony_ci			   0xff, 0xf9, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
92958c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xf9, 0x00, 0x05, 0x00, 0x77,
92968c2ecf20Sopenharmony_ci			   0x00, 0x0d, 0x00, 0x6f, 0x00),
92978c2ecf20Sopenharmony_ci		PHYREGS(0x0824, 0x0820, 0x081c, 0x01f7, 0x01f8, 0x01f9),
92988c2ecf20Sopenharmony_ci	},
92998c2ecf20Sopenharmony_ci	{
93008c2ecf20Sopenharmony_ci		.freq			= 5210,
93018c2ecf20Sopenharmony_ci		RADIOREGS3(0xaf, 0x01, 0x01, 0x02, 0x09, 0x05, 0x05, 0x02,
93028c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8f, 0x0f, 0x00,
93038c2ecf20Sopenharmony_ci			   0xff, 0xf9, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
93048c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xf9, 0x00, 0x05, 0x00, 0x77,
93058c2ecf20Sopenharmony_ci			   0x00, 0x0d, 0x00, 0x6f, 0x00),
93068c2ecf20Sopenharmony_ci		PHYREGS(0x0828, 0x0824, 0x0820, 0x01f6, 0x01f7, 0x01f8),
93078c2ecf20Sopenharmony_ci	},
93088c2ecf20Sopenharmony_ci	{
93098c2ecf20Sopenharmony_ci		.freq			= 5220,
93108c2ecf20Sopenharmony_ci		RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0a, 0x05, 0x05, 0x02,
93118c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
93128c2ecf20Sopenharmony_ci			   0xfe, 0xd8, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
93138c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xd8, 0x00, 0x05, 0x00, 0x77,
93148c2ecf20Sopenharmony_ci			   0x00, 0x0d, 0x00, 0x6f, 0x00),
93158c2ecf20Sopenharmony_ci		PHYREGS(0x082c, 0x0828, 0x0824, 0x01f5, 0x01f6, 0x01f7),
93168c2ecf20Sopenharmony_ci	},
93178c2ecf20Sopenharmony_ci	{
93188c2ecf20Sopenharmony_ci		.freq			= 5230,
93198c2ecf20Sopenharmony_ci		RADIOREGS3(0xa7, 0x01, 0x01, 0x02, 0x0b, 0x05, 0x05, 0x02,
93208c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
93218c2ecf20Sopenharmony_ci			   0xee, 0xd8, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
93228c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xd8, 0x00, 0x05, 0x00, 0x77,
93238c2ecf20Sopenharmony_ci			   0x00, 0x0d, 0x00, 0x6f, 0x00),
93248c2ecf20Sopenharmony_ci		PHYREGS(0x0830, 0x082c, 0x0828, 0x01f4, 0x01f5, 0x01f6),
93258c2ecf20Sopenharmony_ci	},
93268c2ecf20Sopenharmony_ci	{
93278c2ecf20Sopenharmony_ci		.freq			= 5240,
93288c2ecf20Sopenharmony_ci		RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0c, 0x05, 0x05, 0x02,
93298c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
93308c2ecf20Sopenharmony_ci			   0xee, 0xc8, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
93318c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xc8, 0x00, 0x05, 0x00, 0x77,
93328c2ecf20Sopenharmony_ci			   0x00, 0x0d, 0x00, 0x6f, 0x00),
93338c2ecf20Sopenharmony_ci		PHYREGS(0x0834, 0x0830, 0x082c, 0x01f3, 0x01f4, 0x01f5),
93348c2ecf20Sopenharmony_ci	},
93358c2ecf20Sopenharmony_ci	{
93368c2ecf20Sopenharmony_ci		.freq			= 5250,
93378c2ecf20Sopenharmony_ci		RADIOREGS3(0xa0, 0x01, 0x01, 0x02, 0x0d, 0x05, 0x05, 0x02,
93388c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0f, 0x00,
93398c2ecf20Sopenharmony_ci			   0xed, 0xc7, 0x00, 0x05, 0x00, 0x77, 0x00, 0x0d,
93408c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xc7, 0x00, 0x05, 0x00, 0x77,
93418c2ecf20Sopenharmony_ci			   0x00, 0x0d, 0x00, 0x6f, 0x00),
93428c2ecf20Sopenharmony_ci		PHYREGS(0x0838, 0x0834, 0x0830, 0x01f2, 0x01f3, 0x01f4),
93438c2ecf20Sopenharmony_ci	},
93448c2ecf20Sopenharmony_ci	{
93458c2ecf20Sopenharmony_ci		.freq			= 5260,
93468c2ecf20Sopenharmony_ci		RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0e, 0x05, 0x05, 0x02,
93478c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x02, 0x02, 0x02, 0x8e, 0x0e, 0x00,
93488c2ecf20Sopenharmony_ci			   0xed, 0xc7, 0x00, 0x04, 0x00, 0x77, 0x00, 0x0d,
93498c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xc7, 0x00, 0x04, 0x00, 0x77,
93508c2ecf20Sopenharmony_ci			   0x00, 0x0d, 0x00, 0x6f, 0x00),
93518c2ecf20Sopenharmony_ci		PHYREGS(0x083c, 0x0838, 0x0834, 0x01f1, 0x01f2, 0x01f3),
93528c2ecf20Sopenharmony_ci	},
93538c2ecf20Sopenharmony_ci	{
93548c2ecf20Sopenharmony_ci		.freq			= 5270,
93558c2ecf20Sopenharmony_ci		RADIOREGS3(0x98, 0x01, 0x01, 0x02, 0x0f, 0x05, 0x05, 0x02,
93568c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8e, 0x0e, 0x00,
93578c2ecf20Sopenharmony_ci			   0xed, 0xc7, 0x00, 0x04, 0x00, 0x77, 0x00, 0x0c,
93588c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xc7, 0x00, 0x04, 0x00, 0x77,
93598c2ecf20Sopenharmony_ci			   0x00, 0x0c, 0x00, 0x6f, 0x00),
93608c2ecf20Sopenharmony_ci		PHYREGS(0x0840, 0x083c, 0x0838, 0x01f0, 0x01f1, 0x01f2),
93618c2ecf20Sopenharmony_ci	},
93628c2ecf20Sopenharmony_ci	{
93638c2ecf20Sopenharmony_ci		.freq			= 5280,
93648c2ecf20Sopenharmony_ci		RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x10, 0x05, 0x05, 0x02,
93658c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
93668c2ecf20Sopenharmony_ci			   0xdc, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
93678c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
93688c2ecf20Sopenharmony_ci			   0x00, 0x0c, 0x00, 0x6f, 0x00),
93698c2ecf20Sopenharmony_ci		PHYREGS(0x0844, 0x0840, 0x083c, 0x01f0, 0x01f0, 0x01f1),
93708c2ecf20Sopenharmony_ci	},
93718c2ecf20Sopenharmony_ci	{
93728c2ecf20Sopenharmony_ci		.freq			= 5290,
93738c2ecf20Sopenharmony_ci		RADIOREGS3(0x91, 0x01, 0x01, 0x02, 0x11, 0x05, 0x05, 0x02,
93748c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
93758c2ecf20Sopenharmony_ci			   0xdc, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
93768c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
93778c2ecf20Sopenharmony_ci			   0x00, 0x0c, 0x00, 0x6f, 0x00),
93788c2ecf20Sopenharmony_ci		PHYREGS(0x0848, 0x0844, 0x0840, 0x01ef, 0x01f0, 0x01f0),
93798c2ecf20Sopenharmony_ci	},
93808c2ecf20Sopenharmony_ci	{
93818c2ecf20Sopenharmony_ci		.freq			= 5300,
93828c2ecf20Sopenharmony_ci		RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x12, 0x05, 0x05, 0x02,
93838c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
93848c2ecf20Sopenharmony_ci			   0xdc, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
93858c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
93868c2ecf20Sopenharmony_ci			   0x00, 0x0c, 0x00, 0x6f, 0x00),
93878c2ecf20Sopenharmony_ci		PHYREGS(0x084c, 0x0848, 0x0844, 0x01ee, 0x01ef, 0x01f0),
93888c2ecf20Sopenharmony_ci	},
93898c2ecf20Sopenharmony_ci	{
93908c2ecf20Sopenharmony_ci		.freq			= 5310,
93918c2ecf20Sopenharmony_ci		RADIOREGS3(0x8a, 0x01, 0x01, 0x02, 0x13, 0x05, 0x05, 0x02,
93928c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
93938c2ecf20Sopenharmony_ci			   0xdc, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
93948c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
93958c2ecf20Sopenharmony_ci			   0x00, 0x0c, 0x00, 0x6f, 0x00),
93968c2ecf20Sopenharmony_ci		PHYREGS(0x0850, 0x084c, 0x0848, 0x01ed, 0x01ee, 0x01ef),
93978c2ecf20Sopenharmony_ci	},
93988c2ecf20Sopenharmony_ci	{
93998c2ecf20Sopenharmony_ci		.freq			= 5320,
94008c2ecf20Sopenharmony_ci		RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x14, 0x05, 0x05, 0x02,
94018c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0e, 0x00,
94028c2ecf20Sopenharmony_ci			   0xdb, 0xb7, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0c,
94038c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xb7, 0x00, 0x03, 0x00, 0x77,
94048c2ecf20Sopenharmony_ci			   0x00, 0x0c, 0x00, 0x6f, 0x00),
94058c2ecf20Sopenharmony_ci		PHYREGS(0x0854, 0x0850, 0x084c, 0x01ec, 0x01ed, 0x01ee),
94068c2ecf20Sopenharmony_ci	},
94078c2ecf20Sopenharmony_ci	{
94088c2ecf20Sopenharmony_ci		.freq			= 5330,
94098c2ecf20Sopenharmony_ci		RADIOREGS3(0x83, 0x01, 0x01, 0x02, 0x15, 0x05, 0x05, 0x02,
94108c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
94118c2ecf20Sopenharmony_ci			   0xcb, 0xa6, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0b,
94128c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x77,
94138c2ecf20Sopenharmony_ci			   0x00, 0x0b, 0x00, 0x6f, 0x00),
94148c2ecf20Sopenharmony_ci		PHYREGS(0x0858, 0x0854, 0x0850, 0x01eb, 0x01ec, 0x01ed),
94158c2ecf20Sopenharmony_ci	},
94168c2ecf20Sopenharmony_ci	{
94178c2ecf20Sopenharmony_ci		.freq			= 5340,
94188c2ecf20Sopenharmony_ci		RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x16, 0x05, 0x05, 0x02,
94198c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8d, 0x0d, 0x00,
94208c2ecf20Sopenharmony_ci			   0xca, 0xa6, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0b,
94218c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x77,
94228c2ecf20Sopenharmony_ci			   0x00, 0x0b, 0x00, 0x6f, 0x00),
94238c2ecf20Sopenharmony_ci		PHYREGS(0x085c, 0x0858, 0x0854, 0x01ea, 0x01eb, 0x01ec),
94248c2ecf20Sopenharmony_ci	},
94258c2ecf20Sopenharmony_ci	{
94268c2ecf20Sopenharmony_ci		.freq			= 5350,
94278c2ecf20Sopenharmony_ci		RADIOREGS3(0x7c, 0x01, 0x01, 0x02, 0x17, 0x05, 0x05, 0x02,
94288c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0d, 0x00,
94298c2ecf20Sopenharmony_ci			   0xca, 0xa6, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0b,
94308c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0xa6, 0x00, 0x03, 0x00, 0x77,
94318c2ecf20Sopenharmony_ci			   0x00, 0x0b, 0x00, 0x6f, 0x00),
94328c2ecf20Sopenharmony_ci		PHYREGS(0x0860, 0x085c, 0x0858, 0x01e9, 0x01ea, 0x01eb),
94338c2ecf20Sopenharmony_ci	},
94348c2ecf20Sopenharmony_ci	{
94358c2ecf20Sopenharmony_ci		.freq			= 5360,
94368c2ecf20Sopenharmony_ci		RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x18, 0x05, 0x05, 0x02,
94378c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0d, 0x00,
94388c2ecf20Sopenharmony_ci			   0xc9, 0x95, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
94398c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x95, 0x00, 0x03, 0x00, 0x77,
94408c2ecf20Sopenharmony_ci			   0x00, 0x0a, 0x00, 0x6f, 0x00),
94418c2ecf20Sopenharmony_ci		PHYREGS(0x0864, 0x0860, 0x085c, 0x01e8, 0x01e9, 0x01ea),
94428c2ecf20Sopenharmony_ci	},
94438c2ecf20Sopenharmony_ci	{
94448c2ecf20Sopenharmony_ci		.freq			= 5370,
94458c2ecf20Sopenharmony_ci		RADIOREGS3(0x75, 0x01, 0x01, 0x02, 0x19, 0x05, 0x05, 0x02,
94468c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0d, 0x00,
94478c2ecf20Sopenharmony_ci			   0xc9, 0x95, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
94488c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x95, 0x00, 0x03, 0x00, 0x77,
94498c2ecf20Sopenharmony_ci			   0x00, 0x0a, 0x00, 0x6f, 0x00),
94508c2ecf20Sopenharmony_ci		PHYREGS(0x0868, 0x0864, 0x0860, 0x01e7, 0x01e8, 0x01e9),
94518c2ecf20Sopenharmony_ci	},
94528c2ecf20Sopenharmony_ci	{
94538c2ecf20Sopenharmony_ci		.freq			= 5380,
94548c2ecf20Sopenharmony_ci		RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1a, 0x05, 0x05, 0x02,
94558c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
94568c2ecf20Sopenharmony_ci			   0xb8, 0x95, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
94578c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x95, 0x00, 0x03, 0x00, 0x77,
94588c2ecf20Sopenharmony_ci			   0x00, 0x0a, 0x00, 0x6f, 0x00),
94598c2ecf20Sopenharmony_ci		PHYREGS(0x086c, 0x0868, 0x0864, 0x01e6, 0x01e7, 0x01e8),
94608c2ecf20Sopenharmony_ci	},
94618c2ecf20Sopenharmony_ci	{
94628c2ecf20Sopenharmony_ci		.freq			= 5390,
94638c2ecf20Sopenharmony_ci		RADIOREGS3(0x6e, 0x01, 0x01, 0x02, 0x1b, 0x05, 0x05, 0x02,
94648c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
94658c2ecf20Sopenharmony_ci			   0xb8, 0x84, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
94668c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x84, 0x00, 0x03, 0x00, 0x77,
94678c2ecf20Sopenharmony_ci			   0x00, 0x0a, 0x00, 0x6f, 0x00),
94688c2ecf20Sopenharmony_ci		PHYREGS(0x0870, 0x086c, 0x0868, 0x01e5, 0x01e6, 0x01e7),
94698c2ecf20Sopenharmony_ci	},
94708c2ecf20Sopenharmony_ci	{
94718c2ecf20Sopenharmony_ci		.freq			= 5400,
94728c2ecf20Sopenharmony_ci		RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1c, 0x05, 0x05, 0x02,
94738c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
94748c2ecf20Sopenharmony_ci			   0xb8, 0x84, 0x00, 0x03, 0x00, 0x77, 0x00, 0x0a,
94758c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x84, 0x00, 0x03, 0x00, 0x77,
94768c2ecf20Sopenharmony_ci			   0x00, 0x0a, 0x00, 0x6f, 0x00),
94778c2ecf20Sopenharmony_ci		PHYREGS(0x0874, 0x0870, 0x086c, 0x01e5, 0x01e5, 0x01e6),
94788c2ecf20Sopenharmony_ci	},
94798c2ecf20Sopenharmony_ci	{
94808c2ecf20Sopenharmony_ci		.freq			= 5410,
94818c2ecf20Sopenharmony_ci		RADIOREGS3(0x67, 0x01, 0x01, 0x02, 0x1d, 0x05, 0x05, 0x02,
94828c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
94838c2ecf20Sopenharmony_ci			   0xb7, 0x84, 0x00, 0x02, 0x00, 0x77, 0x00, 0x0a,
94848c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x84, 0x00, 0x02, 0x00, 0x77,
94858c2ecf20Sopenharmony_ci			   0x00, 0x0a, 0x00, 0x6f, 0x00),
94868c2ecf20Sopenharmony_ci		PHYREGS(0x0878, 0x0874, 0x0870, 0x01e4, 0x01e5, 0x01e5),
94878c2ecf20Sopenharmony_ci	},
94888c2ecf20Sopenharmony_ci	{
94898c2ecf20Sopenharmony_ci		.freq			= 5420,
94908c2ecf20Sopenharmony_ci		RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1e, 0x05, 0x05, 0x02,
94918c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0c, 0x00,
94928c2ecf20Sopenharmony_ci			   0xa7, 0x84, 0x00, 0x02, 0x00, 0x77, 0x00, 0x0a,
94938c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x84, 0x00, 0x02, 0x00, 0x77,
94948c2ecf20Sopenharmony_ci			   0x00, 0x0a, 0x00, 0x6f, 0x00),
94958c2ecf20Sopenharmony_ci		PHYREGS(0x087c, 0x0878, 0x0874, 0x01e3, 0x01e4, 0x01e5),
94968c2ecf20Sopenharmony_ci	},
94978c2ecf20Sopenharmony_ci	{
94988c2ecf20Sopenharmony_ci		.freq			= 5430,
94998c2ecf20Sopenharmony_ci		RADIOREGS3(0x61, 0x01, 0x01, 0x02, 0x1f, 0x05, 0x05, 0x02,
95008c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x03, 0x03, 0x03, 0x8c, 0x0b, 0x00,
95018c2ecf20Sopenharmony_ci			   0xa6, 0x84, 0x00, 0x02, 0x00, 0x77, 0x00, 0x0a,
95028c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x84, 0x00, 0x02, 0x00, 0x77,
95038c2ecf20Sopenharmony_ci			   0x00, 0x0a, 0x00, 0x6f, 0x00),
95048c2ecf20Sopenharmony_ci		PHYREGS(0x0880, 0x087c, 0x0878, 0x01e2, 0x01e3, 0x01e4),
95058c2ecf20Sopenharmony_ci	},
95068c2ecf20Sopenharmony_ci	{
95078c2ecf20Sopenharmony_ci		.freq			= 5440,
95088c2ecf20Sopenharmony_ci		RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x20, 0x05, 0x05, 0x02,
95098c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
95108c2ecf20Sopenharmony_ci			   0xa6, 0x84, 0x00, 0x02, 0x00, 0x77, 0x00, 0x09,
95118c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x84, 0x00, 0x02, 0x00, 0x77,
95128c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
95138c2ecf20Sopenharmony_ci		PHYREGS(0x0884, 0x0880, 0x087c, 0x01e1, 0x01e2, 0x01e3),
95148c2ecf20Sopenharmony_ci	},
95158c2ecf20Sopenharmony_ci	{
95168c2ecf20Sopenharmony_ci		.freq			= 5450,
95178c2ecf20Sopenharmony_ci		RADIOREGS3(0x5a, 0x01, 0x01, 0x02, 0x21, 0x05, 0x05, 0x02,
95188c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
95198c2ecf20Sopenharmony_ci			   0x95, 0x84, 0x00, 0x01, 0x00, 0x77, 0x00, 0x09,
95208c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x84, 0x00, 0x01, 0x00, 0x77,
95218c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
95228c2ecf20Sopenharmony_ci		PHYREGS(0x0888, 0x0884, 0x0880, 0x01e0, 0x01e1, 0x01e2),
95238c2ecf20Sopenharmony_ci	},
95248c2ecf20Sopenharmony_ci	{
95258c2ecf20Sopenharmony_ci		.freq			= 5460,
95268c2ecf20Sopenharmony_ci		RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x22, 0x05, 0x05, 0x02,
95278c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
95288c2ecf20Sopenharmony_ci			   0x95, 0x84, 0x00, 0x01, 0x00, 0x77, 0x00, 0x09,
95298c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x84, 0x00, 0x01, 0x00, 0x77,
95308c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
95318c2ecf20Sopenharmony_ci		PHYREGS(0x088c, 0x0888, 0x0884, 0x01df, 0x01e0, 0x01e1),
95328c2ecf20Sopenharmony_ci	},
95338c2ecf20Sopenharmony_ci	{
95348c2ecf20Sopenharmony_ci		.freq			= 5470,
95358c2ecf20Sopenharmony_ci		RADIOREGS3(0x53, 0x01, 0x01, 0x02, 0x23, 0x05, 0x05, 0x02,
95368c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8b, 0x0b, 0x00,
95378c2ecf20Sopenharmony_ci			   0x94, 0x73, 0x00, 0x01, 0x00, 0x77, 0x00, 0x09,
95388c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x73, 0x00, 0x01, 0x00, 0x77,
95398c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
95408c2ecf20Sopenharmony_ci		PHYREGS(0x0890, 0x088c, 0x0888, 0x01de, 0x01df, 0x01e0),
95418c2ecf20Sopenharmony_ci	},
95428c2ecf20Sopenharmony_ci	{
95438c2ecf20Sopenharmony_ci		.freq			= 5480,
95448c2ecf20Sopenharmony_ci		RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x24, 0x05, 0x05, 0x02,
95458c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
95468c2ecf20Sopenharmony_ci			   0x84, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
95478c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
95488c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
95498c2ecf20Sopenharmony_ci		PHYREGS(0x0894, 0x0890, 0x088c, 0x01dd, 0x01de, 0x01df),
95508c2ecf20Sopenharmony_ci	},
95518c2ecf20Sopenharmony_ci	{
95528c2ecf20Sopenharmony_ci		.freq			= 5490,
95538c2ecf20Sopenharmony_ci		RADIOREGS3(0x4d, 0x01, 0x01, 0x02, 0x25, 0x05, 0x05, 0x02,
95548c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
95558c2ecf20Sopenharmony_ci			   0x83, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
95568c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
95578c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
95588c2ecf20Sopenharmony_ci		PHYREGS(0x0898, 0x0894, 0x0890, 0x01dd, 0x01dd, 0x01de),
95598c2ecf20Sopenharmony_ci	},
95608c2ecf20Sopenharmony_ci	{
95618c2ecf20Sopenharmony_ci		.freq			= 5500,
95628c2ecf20Sopenharmony_ci		RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x26, 0x05, 0x05, 0x02,
95638c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
95648c2ecf20Sopenharmony_ci			   0x82, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
95658c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
95668c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
95678c2ecf20Sopenharmony_ci		PHYREGS(0x089c, 0x0898, 0x0894, 0x01dc, 0x01dd, 0x01dd),
95688c2ecf20Sopenharmony_ci	},
95698c2ecf20Sopenharmony_ci	{
95708c2ecf20Sopenharmony_ci		.freq			= 5510,
95718c2ecf20Sopenharmony_ci		RADIOREGS3(0x47, 0x01, 0x01, 0x02, 0x27, 0x05, 0x05, 0x02,
95728c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
95738c2ecf20Sopenharmony_ci			   0x82, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
95748c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
95758c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
95768c2ecf20Sopenharmony_ci		PHYREGS(0x08a0, 0x089c, 0x0898, 0x01db, 0x01dc, 0x01dd),
95778c2ecf20Sopenharmony_ci	},
95788c2ecf20Sopenharmony_ci	{
95798c2ecf20Sopenharmony_ci		.freq			= 5520,
95808c2ecf20Sopenharmony_ci		RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x28, 0x05, 0x05, 0x02,
95818c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x0a, 0x00,
95828c2ecf20Sopenharmony_ci			   0x72, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
95838c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
95848c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
95858c2ecf20Sopenharmony_ci		PHYREGS(0x08a4, 0x08a0, 0x089c, 0x01da, 0x01db, 0x01dc),
95868c2ecf20Sopenharmony_ci	},
95878c2ecf20Sopenharmony_ci	{
95888c2ecf20Sopenharmony_ci		.freq			= 5530,
95898c2ecf20Sopenharmony_ci		RADIOREGS3(0x40, 0x01, 0x01, 0x02, 0x29, 0x05, 0x05, 0x02,
95908c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x09, 0x00,
95918c2ecf20Sopenharmony_ci			   0x72, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
95928c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
95938c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
95948c2ecf20Sopenharmony_ci		PHYREGS(0x08a8, 0x08a4, 0x08a0, 0x01d9, 0x01da, 0x01db),
95958c2ecf20Sopenharmony_ci	},
95968c2ecf20Sopenharmony_ci	{
95978c2ecf20Sopenharmony_ci		.freq			= 5540,
95988c2ecf20Sopenharmony_ci		RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2a, 0x05, 0x05, 0x02,
95998c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x8a, 0x09, 0x00,
96008c2ecf20Sopenharmony_ci			   0x71, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
96018c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
96028c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
96038c2ecf20Sopenharmony_ci		PHYREGS(0x08ac, 0x08a8, 0x08a4, 0x01d8, 0x01d9, 0x01da),
96048c2ecf20Sopenharmony_ci	},
96058c2ecf20Sopenharmony_ci	{
96068c2ecf20Sopenharmony_ci		.freq			= 5550,
96078c2ecf20Sopenharmony_ci		RADIOREGS3(0x3a, 0x01, 0x01, 0x02, 0x2b, 0x05, 0x05, 0x02,
96088c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x09, 0x00,
96098c2ecf20Sopenharmony_ci			   0x61, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
96108c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
96118c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
96128c2ecf20Sopenharmony_ci		PHYREGS(0x08b0, 0x08ac, 0x08a8, 0x01d7, 0x01d8, 0x01d9),
96138c2ecf20Sopenharmony_ci	},
96148c2ecf20Sopenharmony_ci	{
96158c2ecf20Sopenharmony_ci		.freq			= 5560,
96168c2ecf20Sopenharmony_ci		RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2c, 0x05, 0x05, 0x02,
96178c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x09, 0x00,
96188c2ecf20Sopenharmony_ci			   0x61, 0x73, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
96198c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x73, 0x00, 0x00, 0x00, 0x77,
96208c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
96218c2ecf20Sopenharmony_ci		PHYREGS(0x08b4, 0x08b0, 0x08ac, 0x01d7, 0x01d7, 0x01d8),
96228c2ecf20Sopenharmony_ci	},
96238c2ecf20Sopenharmony_ci	{
96248c2ecf20Sopenharmony_ci		.freq			= 5570,
96258c2ecf20Sopenharmony_ci		RADIOREGS3(0x34, 0x01, 0x01, 0x02, 0x2d, 0x05, 0x05, 0x02,
96268c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x09, 0x00,
96278c2ecf20Sopenharmony_ci			   0x61, 0x62, 0x00, 0x00, 0x00, 0x77, 0x00, 0x09,
96288c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x62, 0x00, 0x00, 0x00, 0x77,
96298c2ecf20Sopenharmony_ci			   0x00, 0x09, 0x00, 0x6f, 0x00),
96308c2ecf20Sopenharmony_ci		PHYREGS(0x08b8, 0x08b4, 0x08b0, 0x01d6, 0x01d7, 0x01d7),
96318c2ecf20Sopenharmony_ci	},
96328c2ecf20Sopenharmony_ci	{
96338c2ecf20Sopenharmony_ci		.freq			= 5580,
96348c2ecf20Sopenharmony_ci		RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2e, 0x05, 0x05, 0x02,
96358c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x08, 0x00,
96368c2ecf20Sopenharmony_ci			   0x60, 0x62, 0x00, 0x00, 0x00, 0x77, 0x00, 0x08,
96378c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x62, 0x00, 0x00, 0x00, 0x77,
96388c2ecf20Sopenharmony_ci			   0x00, 0x08, 0x00, 0x6f, 0x00),
96398c2ecf20Sopenharmony_ci		PHYREGS(0x08bc, 0x08b8, 0x08b4, 0x01d5, 0x01d6, 0x01d7),
96408c2ecf20Sopenharmony_ci	},
96418c2ecf20Sopenharmony_ci	{
96428c2ecf20Sopenharmony_ci		.freq			= 5590,
96438c2ecf20Sopenharmony_ci		RADIOREGS3(0x2e, 0x01, 0x01, 0x02, 0x2f, 0x05, 0x05, 0x02,
96448c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x04, 0x04, 0x04, 0x89, 0x08, 0x00,
96458c2ecf20Sopenharmony_ci			   0x50, 0x61, 0x00, 0x00, 0x00, 0x77, 0x00, 0x08,
96468c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x61, 0x00, 0x00, 0x00, 0x77,
96478c2ecf20Sopenharmony_ci			   0x00, 0x08, 0x00, 0x6f, 0x00),
96488c2ecf20Sopenharmony_ci		PHYREGS(0x08c0, 0x08bc, 0x08b8, 0x01d4, 0x01d5, 0x01d6),
96498c2ecf20Sopenharmony_ci	},
96508c2ecf20Sopenharmony_ci	{
96518c2ecf20Sopenharmony_ci		.freq			= 5600,
96528c2ecf20Sopenharmony_ci		RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x30, 0x05, 0x05, 0x02,
96538c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x89, 0x08, 0x00,
96548c2ecf20Sopenharmony_ci			   0x50, 0x51, 0x00, 0x00, 0x00, 0x77, 0x00, 0x08,
96558c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x51, 0x00, 0x00, 0x00, 0x77,
96568c2ecf20Sopenharmony_ci			   0x00, 0x08, 0x00, 0x6f, 0x00),
96578c2ecf20Sopenharmony_ci		PHYREGS(0x08c4, 0x08c0, 0x08bc, 0x01d3, 0x01d4, 0x01d5),
96588c2ecf20Sopenharmony_ci	},
96598c2ecf20Sopenharmony_ci	{
96608c2ecf20Sopenharmony_ci		.freq			= 5610,
96618c2ecf20Sopenharmony_ci		RADIOREGS3(0x28, 0x01, 0x01, 0x02, 0x31, 0x05, 0x05, 0x02,
96628c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x89, 0x08, 0x00,
96638c2ecf20Sopenharmony_ci			   0x50, 0x51, 0x00, 0x00, 0x00, 0x77, 0x00, 0x08,
96648c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x51, 0x00, 0x00, 0x00, 0x77,
96658c2ecf20Sopenharmony_ci			   0x00, 0x08, 0x00, 0x6f, 0x00),
96668c2ecf20Sopenharmony_ci		PHYREGS(0x08c8, 0x08c4, 0x08c0, 0x01d2, 0x01d3, 0x01d4),
96678c2ecf20Sopenharmony_ci	},
96688c2ecf20Sopenharmony_ci	{
96698c2ecf20Sopenharmony_ci		.freq			= 5620,
96708c2ecf20Sopenharmony_ci		RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x32, 0x05, 0x05, 0x02,
96718c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x89, 0x08, 0x00,
96728c2ecf20Sopenharmony_ci			   0x50, 0x50, 0x00, 0x00, 0x00, 0x77, 0x00, 0x07,
96738c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x50, 0x00, 0x00, 0x00, 0x77,
96748c2ecf20Sopenharmony_ci			   0x00, 0x07, 0x00, 0x6f, 0x00),
96758c2ecf20Sopenharmony_ci		PHYREGS(0x08cc, 0x08c8, 0x08c4, 0x01d2, 0x01d2, 0x01d3),
96768c2ecf20Sopenharmony_ci	},
96778c2ecf20Sopenharmony_ci	{
96788c2ecf20Sopenharmony_ci		.freq			= 5630,
96798c2ecf20Sopenharmony_ci		RADIOREGS3(0x21, 0x01, 0x01, 0x02, 0x33, 0x05, 0x05, 0x02,
96808c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
96818c2ecf20Sopenharmony_ci			   0x50, 0x50, 0x00, 0x00, 0x00, 0x77, 0x00, 0x07,
96828c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x50, 0x00, 0x00, 0x00, 0x77,
96838c2ecf20Sopenharmony_ci			   0x00, 0x07, 0x00, 0x6f, 0x00),
96848c2ecf20Sopenharmony_ci		PHYREGS(0x08d0, 0x08cc, 0x08c8, 0x01d1, 0x01d2, 0x01d2),
96858c2ecf20Sopenharmony_ci	},
96868c2ecf20Sopenharmony_ci	{
96878c2ecf20Sopenharmony_ci		.freq			= 5640,
96888c2ecf20Sopenharmony_ci		RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x34, 0x05, 0x05, 0x02,
96898c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
96908c2ecf20Sopenharmony_ci			   0x40, 0x50, 0x00, 0x00, 0x00, 0x77, 0x00, 0x07,
96918c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x50, 0x00, 0x00, 0x00, 0x77,
96928c2ecf20Sopenharmony_ci			   0x00, 0x07, 0x00, 0x6f, 0x00),
96938c2ecf20Sopenharmony_ci		PHYREGS(0x08d4, 0x08d0, 0x08cc, 0x01d0, 0x01d1, 0x01d2),
96948c2ecf20Sopenharmony_ci	},
96958c2ecf20Sopenharmony_ci	{
96968c2ecf20Sopenharmony_ci		.freq			= 5650,
96978c2ecf20Sopenharmony_ci		RADIOREGS3(0x1c, 0x01, 0x01, 0x02, 0x35, 0x05, 0x05, 0x02,
96988c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
96998c2ecf20Sopenharmony_ci			   0x40, 0x40, 0x00, 0x00, 0x00, 0x77, 0x00, 0x07,
97008c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x40, 0x00, 0x00, 0x00, 0x77,
97018c2ecf20Sopenharmony_ci			   0x00, 0x07, 0x00, 0x6f, 0x00),
97028c2ecf20Sopenharmony_ci		PHYREGS(0x08d8, 0x08d4, 0x08d0, 0x01cf, 0x01d0, 0x01d1),
97038c2ecf20Sopenharmony_ci	},
97048c2ecf20Sopenharmony_ci	{
97058c2ecf20Sopenharmony_ci		.freq			= 5660,
97068c2ecf20Sopenharmony_ci		RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x36, 0x05, 0x05, 0x02,
97078c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
97088c2ecf20Sopenharmony_ci			   0x40, 0x40, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
97098c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x40, 0x00, 0x00, 0x00, 0x77,
97108c2ecf20Sopenharmony_ci			   0x00, 0x06, 0x00, 0x6f, 0x00),
97118c2ecf20Sopenharmony_ci		PHYREGS(0x08dc, 0x08d8, 0x08d4, 0x01ce, 0x01cf, 0x01d0),
97128c2ecf20Sopenharmony_ci	},
97138c2ecf20Sopenharmony_ci	{
97148c2ecf20Sopenharmony_ci		.freq			= 5670,
97158c2ecf20Sopenharmony_ci		RADIOREGS3(0x16, 0x01, 0x01, 0x02, 0x37, 0x05, 0x05, 0x02,
97168c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x88, 0x07, 0x00,
97178c2ecf20Sopenharmony_ci			   0x40, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
97188c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
97198c2ecf20Sopenharmony_ci			   0x00, 0x06, 0x00, 0x6f, 0x00),
97208c2ecf20Sopenharmony_ci		PHYREGS(0x08e0, 0x08dc, 0x08d8, 0x01ce, 0x01ce, 0x01cf),
97218c2ecf20Sopenharmony_ci	},
97228c2ecf20Sopenharmony_ci	{
97238c2ecf20Sopenharmony_ci		.freq			= 5680,
97248c2ecf20Sopenharmony_ci		RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x38, 0x05, 0x05, 0x02,
97258c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
97268c2ecf20Sopenharmony_ci			   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
97278c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
97288c2ecf20Sopenharmony_ci			   0x00, 0x06, 0x00, 0x6f, 0x00),
97298c2ecf20Sopenharmony_ci		PHYREGS(0x08e4, 0x08e0, 0x08dc, 0x01cd, 0x01ce, 0x01ce),
97308c2ecf20Sopenharmony_ci	},
97318c2ecf20Sopenharmony_ci	{
97328c2ecf20Sopenharmony_ci		.freq			= 5690,
97338c2ecf20Sopenharmony_ci		RADIOREGS3(0x10, 0x01, 0x01, 0x02, 0x39, 0x05, 0x05, 0x02,
97348c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
97358c2ecf20Sopenharmony_ci			   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
97368c2ecf20Sopenharmony_ci			   0x00, 0x6f, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
97378c2ecf20Sopenharmony_ci			   0x00, 0x06, 0x00, 0x6f, 0x00),
97388c2ecf20Sopenharmony_ci		PHYREGS(0x08e8, 0x08e4, 0x08e0, 0x01cc, 0x01cd, 0x01ce),
97398c2ecf20Sopenharmony_ci	},
97408c2ecf20Sopenharmony_ci	{
97418c2ecf20Sopenharmony_ci		.freq			= 5700,
97428c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3a, 0x05, 0x05, 0x02,
97438c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
97448c2ecf20Sopenharmony_ci			   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
97458c2ecf20Sopenharmony_ci			   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
97468c2ecf20Sopenharmony_ci			   0x00, 0x06, 0x00, 0x6e, 0x00),
97478c2ecf20Sopenharmony_ci		PHYREGS(0x08ec, 0x08e8, 0x08e4, 0x01cb, 0x01cc, 0x01cd),
97488c2ecf20Sopenharmony_ci	},
97498c2ecf20Sopenharmony_ci	{
97508c2ecf20Sopenharmony_ci		.freq			= 5710,
97518c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3b, 0x05, 0x05, 0x02,
97528c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
97538c2ecf20Sopenharmony_ci			   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
97548c2ecf20Sopenharmony_ci			   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
97558c2ecf20Sopenharmony_ci			   0x00, 0x06, 0x00, 0x6e, 0x00),
97568c2ecf20Sopenharmony_ci		PHYREGS(0x08f0, 0x08ec, 0x08e8, 0x01ca, 0x01cb, 0x01cc),
97578c2ecf20Sopenharmony_ci	},
97588c2ecf20Sopenharmony_ci	{
97598c2ecf20Sopenharmony_ci		.freq			= 5720,
97608c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3c, 0x05, 0x05, 0x02,
97618c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
97628c2ecf20Sopenharmony_ci			   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
97638c2ecf20Sopenharmony_ci			   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
97648c2ecf20Sopenharmony_ci			   0x00, 0x06, 0x00, 0x6e, 0x00),
97658c2ecf20Sopenharmony_ci		PHYREGS(0x08f4, 0x08f0, 0x08ec, 0x01c9, 0x01ca, 0x01cb),
97668c2ecf20Sopenharmony_ci	},
97678c2ecf20Sopenharmony_ci	{
97688c2ecf20Sopenharmony_ci		.freq			= 5725,
97698c2ecf20Sopenharmony_ci		RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x79, 0x05, 0x05, 0x02,
97708c2ecf20Sopenharmony_ci			   0x15, 0x01, 0x05, 0x05, 0x05, 0x87, 0x06, 0x00,
97718c2ecf20Sopenharmony_ci			   0x30, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
97728c2ecf20Sopenharmony_ci			   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
97738c2ecf20Sopenharmony_ci			   0x00, 0x06, 0x00, 0x6e, 0x00),
97748c2ecf20Sopenharmony_ci		PHYREGS(0x08f6, 0x08f2, 0x08ee, 0x01c9, 0x01ca, 0x01cb),
97758c2ecf20Sopenharmony_ci	},
97768c2ecf20Sopenharmony_ci	{
97778c2ecf20Sopenharmony_ci		.freq			= 5730,
97788c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3d, 0x05, 0x05, 0x02,
97798c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
97808c2ecf20Sopenharmony_ci			   0x20, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
97818c2ecf20Sopenharmony_ci			   0x00, 0x6e, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
97828c2ecf20Sopenharmony_ci			   0x00, 0x06, 0x00, 0x6e, 0x00),
97838c2ecf20Sopenharmony_ci		PHYREGS(0x08f8, 0x08f4, 0x08f0, 0x01c9, 0x01c9, 0x01ca),
97848c2ecf20Sopenharmony_ci	},
97858c2ecf20Sopenharmony_ci	{
97868c2ecf20Sopenharmony_ci		.freq			= 5735,
97878c2ecf20Sopenharmony_ci		RADIOREGS3(0x03, 0x01, 0x02, 0x04, 0x7b, 0x05, 0x05, 0x02,
97888c2ecf20Sopenharmony_ci			   0x15, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
97898c2ecf20Sopenharmony_ci			   0x20, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
97908c2ecf20Sopenharmony_ci			   0x00, 0x6d, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
97918c2ecf20Sopenharmony_ci			   0x00, 0x06, 0x00, 0x6d, 0x00),
97928c2ecf20Sopenharmony_ci		PHYREGS(0x08fa, 0x08f6, 0x08f2, 0x01c8, 0x01c9, 0x01ca),
97938c2ecf20Sopenharmony_ci	},
97948c2ecf20Sopenharmony_ci	{
97958c2ecf20Sopenharmony_ci		.freq			= 5740,
97968c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3e, 0x05, 0x05, 0x02,
97978c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
97988c2ecf20Sopenharmony_ci			   0x20, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
97998c2ecf20Sopenharmony_ci			   0x00, 0x6d, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
98008c2ecf20Sopenharmony_ci			   0x00, 0x06, 0x00, 0x6d, 0x00),
98018c2ecf20Sopenharmony_ci		PHYREGS(0x08fc, 0x08f8, 0x08f4, 0x01c8, 0x01c9, 0x01c9),
98028c2ecf20Sopenharmony_ci	},
98038c2ecf20Sopenharmony_ci	{
98048c2ecf20Sopenharmony_ci		.freq			= 5745,
98058c2ecf20Sopenharmony_ci		RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7d, 0x05, 0x05, 0x02,
98068c2ecf20Sopenharmony_ci			   0x15, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
98078c2ecf20Sopenharmony_ci			   0x20, 0x30, 0x00, 0x00, 0x00, 0x77, 0x00, 0x06,
98088c2ecf20Sopenharmony_ci			   0x00, 0x6d, 0x00, 0x30, 0x00, 0x00, 0x00, 0x77,
98098c2ecf20Sopenharmony_ci			   0x00, 0x06, 0x00, 0x6d, 0x00),
98108c2ecf20Sopenharmony_ci		PHYREGS(0x08fe, 0x08fa, 0x08f6, 0x01c8, 0x01c8, 0x01c9),
98118c2ecf20Sopenharmony_ci	},
98128c2ecf20Sopenharmony_ci	{
98138c2ecf20Sopenharmony_ci		.freq			= 5750,
98148c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x3f, 0x05, 0x05, 0x02,
98158c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
98168c2ecf20Sopenharmony_ci			   0x20, 0x20, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
98178c2ecf20Sopenharmony_ci			   0x00, 0x6d, 0x00, 0x20, 0x00, 0x00, 0x00, 0x77,
98188c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6d, 0x00),
98198c2ecf20Sopenharmony_ci		PHYREGS(0x0900, 0x08fc, 0x08f8, 0x01c7, 0x01c8, 0x01c9),
98208c2ecf20Sopenharmony_ci	},
98218c2ecf20Sopenharmony_ci	{
98228c2ecf20Sopenharmony_ci		.freq			= 5755,
98238c2ecf20Sopenharmony_ci		RADIOREGS3(0xfe, 0x00, 0x02, 0x04, 0x7f, 0x05, 0x05, 0x02,
98248c2ecf20Sopenharmony_ci			   0x15, 0x01, 0x05, 0x05, 0x05, 0x87, 0x05, 0x00,
98258c2ecf20Sopenharmony_ci			   0x10, 0x20, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
98268c2ecf20Sopenharmony_ci			   0x00, 0x6c, 0x00, 0x20, 0x00, 0x00, 0x00, 0x77,
98278c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6c, 0x00),
98288c2ecf20Sopenharmony_ci		PHYREGS(0x0902, 0x08fe, 0x08fa, 0x01c7, 0x01c8, 0x01c8),
98298c2ecf20Sopenharmony_ci	},
98308c2ecf20Sopenharmony_ci	{
98318c2ecf20Sopenharmony_ci		.freq			= 5760,
98328c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x40, 0x05, 0x05, 0x02,
98338c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x86, 0x05, 0x00,
98348c2ecf20Sopenharmony_ci			   0x10, 0x20, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
98358c2ecf20Sopenharmony_ci			   0x00, 0x6c, 0x00, 0x20, 0x00, 0x00, 0x00, 0x77,
98368c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6c, 0x00),
98378c2ecf20Sopenharmony_ci		PHYREGS(0x0904, 0x0900, 0x08fc, 0x01c6, 0x01c7, 0x01c8),
98388c2ecf20Sopenharmony_ci	},
98398c2ecf20Sopenharmony_ci	{
98408c2ecf20Sopenharmony_ci		.freq			= 5765,
98418c2ecf20Sopenharmony_ci		RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x81, 0x05, 0x05, 0x02,
98428c2ecf20Sopenharmony_ci			   0x15, 0x01, 0x05, 0x05, 0x05, 0x86, 0x05, 0x00,
98438c2ecf20Sopenharmony_ci			   0x10, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
98448c2ecf20Sopenharmony_ci			   0x00, 0x6c, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
98458c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6c, 0x00),
98468c2ecf20Sopenharmony_ci		PHYREGS(0x0906, 0x0902, 0x08fe, 0x01c6, 0x01c7, 0x01c8),
98478c2ecf20Sopenharmony_ci	},
98488c2ecf20Sopenharmony_ci	{
98498c2ecf20Sopenharmony_ci		.freq			= 5770,
98508c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x41, 0x05, 0x05, 0x02,
98518c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x86, 0x04, 0x00,
98528c2ecf20Sopenharmony_ci			   0x10, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
98538c2ecf20Sopenharmony_ci			   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
98548c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6b, 0x00),
98558c2ecf20Sopenharmony_ci		PHYREGS(0x0908, 0x0904, 0x0900, 0x01c6, 0x01c6, 0x01c7),
98568c2ecf20Sopenharmony_ci	},
98578c2ecf20Sopenharmony_ci	{
98588c2ecf20Sopenharmony_ci		.freq			= 5775,
98598c2ecf20Sopenharmony_ci		RADIOREGS3(0xf8, 0x00, 0x02, 0x04, 0x83, 0x05, 0x05, 0x02,
98608c2ecf20Sopenharmony_ci			   0x15, 0x01, 0x05, 0x05, 0x05, 0x86, 0x04, 0x00,
98618c2ecf20Sopenharmony_ci			   0x10, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
98628c2ecf20Sopenharmony_ci			   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
98638c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6b, 0x00),
98648c2ecf20Sopenharmony_ci		PHYREGS(0x090a, 0x0906, 0x0902, 0x01c5, 0x01c6, 0x01c7),
98658c2ecf20Sopenharmony_ci	},
98668c2ecf20Sopenharmony_ci	{
98678c2ecf20Sopenharmony_ci		.freq			= 5780,
98688c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x42, 0x05, 0x05, 0x02,
98698c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x05, 0x05, 0x05, 0x86, 0x04, 0x00,
98708c2ecf20Sopenharmony_ci			   0x10, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
98718c2ecf20Sopenharmony_ci			   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
98728c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6b, 0x00),
98738c2ecf20Sopenharmony_ci		PHYREGS(0x090c, 0x0908, 0x0904, 0x01c5, 0x01c6, 0x01c6),
98748c2ecf20Sopenharmony_ci	},
98758c2ecf20Sopenharmony_ci	{
98768c2ecf20Sopenharmony_ci		.freq			= 5785,
98778c2ecf20Sopenharmony_ci		RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x85, 0x05, 0x05, 0x02,
98788c2ecf20Sopenharmony_ci			   0x15, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
98798c2ecf20Sopenharmony_ci			   0x00, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
98808c2ecf20Sopenharmony_ci			   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
98818c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6b, 0x00),
98828c2ecf20Sopenharmony_ci		PHYREGS(0x090e, 0x090a, 0x0906, 0x01c4, 0x01c5, 0x01c6),
98838c2ecf20Sopenharmony_ci	},
98848c2ecf20Sopenharmony_ci	{
98858c2ecf20Sopenharmony_ci		.freq			= 5790,
98868c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x43, 0x05, 0x05, 0x02,
98878c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
98888c2ecf20Sopenharmony_ci			   0x00, 0x10, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
98898c2ecf20Sopenharmony_ci			   0x00, 0x6b, 0x00, 0x10, 0x00, 0x00, 0x00, 0x77,
98908c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6b, 0x00),
98918c2ecf20Sopenharmony_ci		PHYREGS(0x0910, 0x090c, 0x0908, 0x01c4, 0x01c5, 0x01c6),
98928c2ecf20Sopenharmony_ci	},
98938c2ecf20Sopenharmony_ci	{
98948c2ecf20Sopenharmony_ci		.freq			= 5795,
98958c2ecf20Sopenharmony_ci		RADIOREGS3(0xf2, 0x00, 0x02, 0x04, 0x87, 0x05, 0x05, 0x02,
98968c2ecf20Sopenharmony_ci			   0x15, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
98978c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
98988c2ecf20Sopenharmony_ci			   0x00, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
98998c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6b, 0x00),
99008c2ecf20Sopenharmony_ci		PHYREGS(0x0912, 0x090e, 0x090a, 0x01c4, 0x01c4, 0x01c5),
99018c2ecf20Sopenharmony_ci	},
99028c2ecf20Sopenharmony_ci	{
99038c2ecf20Sopenharmony_ci		.freq			= 5800,
99048c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x44, 0x05, 0x05, 0x02,
99058c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
99068c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
99078c2ecf20Sopenharmony_ci			   0x00, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
99088c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6b, 0x00),
99098c2ecf20Sopenharmony_ci		PHYREGS(0x0914, 0x0910, 0x090c, 0x01c3, 0x01c4, 0x01c5),
99108c2ecf20Sopenharmony_ci	},
99118c2ecf20Sopenharmony_ci	{
99128c2ecf20Sopenharmony_ci		.freq			= 5805,
99138c2ecf20Sopenharmony_ci		RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x89, 0x05, 0x05, 0x02,
99148c2ecf20Sopenharmony_ci			   0x15, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
99158c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
99168c2ecf20Sopenharmony_ci			   0x00, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
99178c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6a, 0x00),
99188c2ecf20Sopenharmony_ci		PHYREGS(0x0916, 0x0912, 0x090e, 0x01c3, 0x01c4, 0x01c4),
99198c2ecf20Sopenharmony_ci	},
99208c2ecf20Sopenharmony_ci	{
99218c2ecf20Sopenharmony_ci		.freq			= 5810,
99228c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x45, 0x05, 0x05, 0x02,
99238c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
99248c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
99258c2ecf20Sopenharmony_ci			   0x00, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
99268c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6a, 0x00),
99278c2ecf20Sopenharmony_ci		PHYREGS(0x0918, 0x0914, 0x0910, 0x01c2, 0x01c3, 0x01c4),
99288c2ecf20Sopenharmony_ci	},
99298c2ecf20Sopenharmony_ci	{
99308c2ecf20Sopenharmony_ci		.freq			= 5815,
99318c2ecf20Sopenharmony_ci		RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8b, 0x05, 0x05, 0x02,
99328c2ecf20Sopenharmony_ci			   0x15, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
99338c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
99348c2ecf20Sopenharmony_ci			   0x00, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
99358c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6a, 0x00),
99368c2ecf20Sopenharmony_ci		PHYREGS(0x091a, 0x0916, 0x0912, 0x01c2, 0x01c3, 0x01c4),
99378c2ecf20Sopenharmony_ci	},
99388c2ecf20Sopenharmony_ci	{
99398c2ecf20Sopenharmony_ci		.freq			= 5820,
99408c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x46, 0x05, 0x05, 0x02,
99418c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
99428c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
99438c2ecf20Sopenharmony_ci			   0x00, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
99448c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x6a, 0x00),
99458c2ecf20Sopenharmony_ci		PHYREGS(0x091c, 0x0918, 0x0914, 0x01c2, 0x01c2, 0x01c3),
99468c2ecf20Sopenharmony_ci	},
99478c2ecf20Sopenharmony_ci	{
99488c2ecf20Sopenharmony_ci		.freq			= 5825,
99498c2ecf20Sopenharmony_ci		RADIOREGS3(0xed, 0x00, 0x02, 0x04, 0x8d, 0x05, 0x05, 0x02,
99508c2ecf20Sopenharmony_ci			   0x15, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
99518c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
99528c2ecf20Sopenharmony_ci			   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
99538c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x69, 0x00),
99548c2ecf20Sopenharmony_ci		PHYREGS(0x091e, 0x091a, 0x0916, 0x01c1, 0x01c2, 0x01c3),
99558c2ecf20Sopenharmony_ci	},
99568c2ecf20Sopenharmony_ci	{
99578c2ecf20Sopenharmony_ci		.freq			= 5830,
99588c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x47, 0x05, 0x05, 0x02,
99598c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
99608c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x05,
99618c2ecf20Sopenharmony_ci			   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
99628c2ecf20Sopenharmony_ci			   0x00, 0x05, 0x00, 0x69, 0x00),
99638c2ecf20Sopenharmony_ci		PHYREGS(0x0920, 0x091c, 0x0918, 0x01c1, 0x01c2, 0x01c2),
99648c2ecf20Sopenharmony_ci	},
99658c2ecf20Sopenharmony_ci	{
99668c2ecf20Sopenharmony_ci		.freq			= 5840,
99678c2ecf20Sopenharmony_ci		RADIOREGS3(0x0a, 0x01, 0x01, 0x02, 0x48, 0x05, 0x05, 0x02,
99688c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x86, 0x04, 0x00,
99698c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
99708c2ecf20Sopenharmony_ci			   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
99718c2ecf20Sopenharmony_ci			   0x00, 0x04, 0x00, 0x69, 0x00),
99728c2ecf20Sopenharmony_ci		PHYREGS(0x0924, 0x0920, 0x091c, 0x01c0, 0x01c1, 0x01c2),
99738c2ecf20Sopenharmony_ci	},
99748c2ecf20Sopenharmony_ci	{
99758c2ecf20Sopenharmony_ci		.freq			= 5850,
99768c2ecf20Sopenharmony_ci		RADIOREGS3(0xe0, 0x00, 0x01, 0x02, 0x49, 0x05, 0x05, 0x02,
99778c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
99788c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
99798c2ecf20Sopenharmony_ci			   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
99808c2ecf20Sopenharmony_ci			   0x00, 0x04, 0x00, 0x69, 0x00),
99818c2ecf20Sopenharmony_ci		PHYREGS(0x0928, 0x0924, 0x0920, 0x01bf, 0x01c0, 0x01c1),
99828c2ecf20Sopenharmony_ci	},
99838c2ecf20Sopenharmony_ci	{
99848c2ecf20Sopenharmony_ci		.freq			= 5860,
99858c2ecf20Sopenharmony_ci		RADIOREGS3(0xde, 0x00, 0x01, 0x02, 0x4a, 0x05, 0x05, 0x02,
99868c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
99878c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
99888c2ecf20Sopenharmony_ci			   0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
99898c2ecf20Sopenharmony_ci			   0x00, 0x04, 0x00, 0x69, 0x00),
99908c2ecf20Sopenharmony_ci		PHYREGS(0x092c, 0x0928, 0x0924, 0x01bf, 0x01bf, 0x01c0),
99918c2ecf20Sopenharmony_ci	},
99928c2ecf20Sopenharmony_ci	{
99938c2ecf20Sopenharmony_ci		.freq			= 5870,
99948c2ecf20Sopenharmony_ci		RADIOREGS3(0xdb, 0x00, 0x01, 0x02, 0x4b, 0x05, 0x05, 0x02,
99958c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
99968c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
99978c2ecf20Sopenharmony_ci			   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
99988c2ecf20Sopenharmony_ci			   0x00, 0x04, 0x00, 0x68, 0x00),
99998c2ecf20Sopenharmony_ci		PHYREGS(0x0930, 0x092c, 0x0928, 0x01be, 0x01bf, 0x01bf),
100008c2ecf20Sopenharmony_ci	},
100018c2ecf20Sopenharmony_ci	{
100028c2ecf20Sopenharmony_ci		.freq			= 5880,
100038c2ecf20Sopenharmony_ci		RADIOREGS3(0xd8, 0x00, 0x01, 0x02, 0x4c, 0x05, 0x05, 0x02,
100048c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
100058c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
100068c2ecf20Sopenharmony_ci			   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
100078c2ecf20Sopenharmony_ci			   0x00, 0x04, 0x00, 0x68, 0x00),
100088c2ecf20Sopenharmony_ci		PHYREGS(0x0934, 0x0930, 0x092c, 0x01bd, 0x01be, 0x01bf),
100098c2ecf20Sopenharmony_ci	},
100108c2ecf20Sopenharmony_ci	{
100118c2ecf20Sopenharmony_ci		.freq			= 5890,
100128c2ecf20Sopenharmony_ci		RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4d, 0x05, 0x05, 0x02,
100138c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
100148c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
100158c2ecf20Sopenharmony_ci			   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
100168c2ecf20Sopenharmony_ci			   0x00, 0x04, 0x00, 0x68, 0x00),
100178c2ecf20Sopenharmony_ci		PHYREGS(0x0938, 0x0934, 0x0930, 0x01bc, 0x01bd, 0x01be),
100188c2ecf20Sopenharmony_ci	},
100198c2ecf20Sopenharmony_ci	{
100208c2ecf20Sopenharmony_ci		.freq			= 5900,
100218c2ecf20Sopenharmony_ci		RADIOREGS3(0xd3, 0x00, 0x01, 0x02, 0x4e, 0x05, 0x05, 0x02,
100228c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
100238c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
100248c2ecf20Sopenharmony_ci			   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
100258c2ecf20Sopenharmony_ci			   0x00, 0x04, 0x00, 0x68, 0x00),
100268c2ecf20Sopenharmony_ci		PHYREGS(0x093c, 0x0938, 0x0934, 0x01bc, 0x01bc, 0x01bd),
100278c2ecf20Sopenharmony_ci	},
100288c2ecf20Sopenharmony_ci	{
100298c2ecf20Sopenharmony_ci		.freq			= 5910,
100308c2ecf20Sopenharmony_ci		RADIOREGS3(0xd6, 0x00, 0x01, 0x02, 0x4f, 0x05, 0x05, 0x02,
100318c2ecf20Sopenharmony_ci			   0x0c, 0x01, 0x06, 0x06, 0x06, 0x85, 0x03, 0x00,
100328c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x04,
100338c2ecf20Sopenharmony_ci			   0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77,
100348c2ecf20Sopenharmony_ci			   0x00, 0x04, 0x00, 0x68, 0x00),
100358c2ecf20Sopenharmony_ci		PHYREGS(0x0940, 0x093c, 0x0938, 0x01bb, 0x01bc, 0x01bc),
100368c2ecf20Sopenharmony_ci	},
100378c2ecf20Sopenharmony_ci	{
100388c2ecf20Sopenharmony_ci		.freq			= 2412,
100398c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x6c, 0x06, 0x06, 0x04,
100408c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x04, 0x04, 0x04, 0x8f, 0x30, 0x00,
100418c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x78, 0x00, 0x03, 0x00, 0x70, 0x00,
100428c2ecf20Sopenharmony_ci			   0x0b, 0x00, 0x0a, 0x00, 0x89, 0x00, 0x03, 0x00,
100438c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x0b, 0x00, 0x0a),
100448c2ecf20Sopenharmony_ci		PHYREGS(0x03c9, 0x03c5, 0x03c1, 0x043a, 0x043f, 0x0443),
100458c2ecf20Sopenharmony_ci	},
100468c2ecf20Sopenharmony_ci	{
100478c2ecf20Sopenharmony_ci		.freq			= 2417,
100488c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x71, 0x06, 0x06, 0x04,
100498c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
100508c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x78, 0x00, 0x03, 0x00, 0x70, 0x00,
100518c2ecf20Sopenharmony_ci			   0x0b, 0x00, 0x0a, 0x00, 0x89, 0x00, 0x03, 0x00,
100528c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x0b, 0x00, 0x0a),
100538c2ecf20Sopenharmony_ci		PHYREGS(0x03cb, 0x03c7, 0x03c3, 0x0438, 0x043d, 0x0441),
100548c2ecf20Sopenharmony_ci	},
100558c2ecf20Sopenharmony_ci	{
100568c2ecf20Sopenharmony_ci		.freq			= 2422,
100578c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x76, 0x06, 0x06, 0x04,
100588c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
100598c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x67, 0x00, 0x03, 0x00, 0x70, 0x00,
100608c2ecf20Sopenharmony_ci			   0x0b, 0x00, 0x0a, 0x00, 0x89, 0x00, 0x03, 0x00,
100618c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x0b, 0x00, 0x0a),
100628c2ecf20Sopenharmony_ci		PHYREGS(0x03cd, 0x03c9, 0x03c5, 0x0436, 0x043a, 0x043f),
100638c2ecf20Sopenharmony_ci	},
100648c2ecf20Sopenharmony_ci	{
100658c2ecf20Sopenharmony_ci		.freq			= 2427,
100668c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x7b, 0x06, 0x06, 0x04,
100678c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
100688c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x57, 0x00, 0x03, 0x00, 0x70, 0x00,
100698c2ecf20Sopenharmony_ci			   0x0a, 0x00, 0x0a, 0x00, 0x78, 0x00, 0x03, 0x00,
100708c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x0a, 0x00, 0x0a),
100718c2ecf20Sopenharmony_ci		PHYREGS(0x03cf, 0x03cb, 0x03c7, 0x0434, 0x0438, 0x043d),
100728c2ecf20Sopenharmony_ci	},
100738c2ecf20Sopenharmony_ci	{
100748c2ecf20Sopenharmony_ci		.freq			= 2432,
100758c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x80, 0x06, 0x06, 0x04,
100768c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
100778c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x56, 0x00, 0x03, 0x00, 0x70, 0x00,
100788c2ecf20Sopenharmony_ci			   0x0a, 0x00, 0x0a, 0x00, 0x77, 0x00, 0x03, 0x00,
100798c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x0a, 0x00, 0x0a),
100808c2ecf20Sopenharmony_ci		PHYREGS(0x03d1, 0x03cd, 0x03c9, 0x0431, 0x0436, 0x043a),
100818c2ecf20Sopenharmony_ci	},
100828c2ecf20Sopenharmony_ci	{
100838c2ecf20Sopenharmony_ci		.freq			= 2437,
100848c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x85, 0x06, 0x06, 0x04,
100858c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
100868c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x46, 0x00, 0x03, 0x00, 0x70, 0x00,
100878c2ecf20Sopenharmony_ci			   0x0a, 0x00, 0x0a, 0x00, 0x76, 0x00, 0x03, 0x00,
100888c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x0a, 0x00, 0x0a),
100898c2ecf20Sopenharmony_ci		PHYREGS(0x03d3, 0x03cf, 0x03cb, 0x042f, 0x0434, 0x0438),
100908c2ecf20Sopenharmony_ci	},
100918c2ecf20Sopenharmony_ci	{
100928c2ecf20Sopenharmony_ci		.freq			= 2442,
100938c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8a, 0x06, 0x06, 0x04,
100948c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x05, 0x05, 0x05, 0x8f, 0x30, 0x00,
100958c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x45, 0x00, 0x02, 0x00, 0x70, 0x00,
100968c2ecf20Sopenharmony_ci			   0x0a, 0x00, 0x0a, 0x00, 0x66, 0x00, 0x02, 0x00,
100978c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x0a, 0x00, 0x0a),
100988c2ecf20Sopenharmony_ci		PHYREGS(0x03d5, 0x03d1, 0x03cd, 0x042d, 0x0431, 0x0436),
100998c2ecf20Sopenharmony_ci	},
101008c2ecf20Sopenharmony_ci	{
101018c2ecf20Sopenharmony_ci		.freq			= 2447,
101028c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x8f, 0x06, 0x06, 0x04,
101038c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
101048c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x34, 0x00, 0x02, 0x00, 0x70, 0x00,
101058c2ecf20Sopenharmony_ci			   0x0a, 0x00, 0x09, 0x00, 0x55, 0x00, 0x02, 0x00,
101068c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x0a, 0x00, 0x09),
101078c2ecf20Sopenharmony_ci		PHYREGS(0x03d7, 0x03d3, 0x03cf, 0x042b, 0x042f, 0x0434),
101088c2ecf20Sopenharmony_ci	},
101098c2ecf20Sopenharmony_ci	{
101108c2ecf20Sopenharmony_ci		.freq			= 2452,
101118c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x94, 0x06, 0x06, 0x04,
101128c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
101138c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x23, 0x00, 0x02, 0x00, 0x70, 0x00,
101148c2ecf20Sopenharmony_ci			   0x0a, 0x00, 0x09, 0x00, 0x45, 0x00, 0x02, 0x00,
101158c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x0a, 0x00, 0x09),
101168c2ecf20Sopenharmony_ci		PHYREGS(0x03d9, 0x03d5, 0x03d1, 0x0429, 0x042d, 0x0431),
101178c2ecf20Sopenharmony_ci	},
101188c2ecf20Sopenharmony_ci	{
101198c2ecf20Sopenharmony_ci		.freq			= 2457,
101208c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x99, 0x06, 0x06, 0x04,
101218c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
101228c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x12, 0x00, 0x02, 0x00, 0x70, 0x00,
101238c2ecf20Sopenharmony_ci			   0x0a, 0x00, 0x09, 0x00, 0x34, 0x00, 0x02, 0x00,
101248c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x0a, 0x00, 0x09),
101258c2ecf20Sopenharmony_ci		PHYREGS(0x03db, 0x03d7, 0x03d3, 0x0427, 0x042b, 0x042f),
101268c2ecf20Sopenharmony_ci	},
101278c2ecf20Sopenharmony_ci	{
101288c2ecf20Sopenharmony_ci		.freq			= 2462,
101298c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0x9e, 0x06, 0x06, 0x04,
101308c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
101318c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x70, 0x00,
101328c2ecf20Sopenharmony_ci			   0x09, 0x00, 0x09, 0x00, 0x33, 0x00, 0x02, 0x00,
101338c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x09, 0x00, 0x09),
101348c2ecf20Sopenharmony_ci		PHYREGS(0x03dd, 0x03d9, 0x03d5, 0x0424, 0x0429, 0x042d),
101358c2ecf20Sopenharmony_ci	},
101368c2ecf20Sopenharmony_ci	{
101378c2ecf20Sopenharmony_ci		.freq			= 2467,
101388c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa3, 0x06, 0x06, 0x04,
101398c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x06, 0x06, 0x06, 0x8f, 0x30, 0x00,
101408c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x70, 0x00,
101418c2ecf20Sopenharmony_ci			   0x09, 0x00, 0x09, 0x00, 0x22, 0x00, 0x02, 0x00,
101428c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x09, 0x00, 0x09),
101438c2ecf20Sopenharmony_ci		PHYREGS(0x03df, 0x03db, 0x03d7, 0x0422, 0x0427, 0x042b),
101448c2ecf20Sopenharmony_ci	},
101458c2ecf20Sopenharmony_ci	{
101468c2ecf20Sopenharmony_ci		.freq			= 2472,
101478c2ecf20Sopenharmony_ci		RADIOREGS3(0x00, 0x01, 0x03, 0x09, 0xa8, 0x06, 0x06, 0x04,
101488c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x30, 0x00,
101498c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x70, 0x00,
101508c2ecf20Sopenharmony_ci			   0x09, 0x00, 0x09, 0x00, 0x11, 0x00, 0x02, 0x00,
101518c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x09, 0x00, 0x09),
101528c2ecf20Sopenharmony_ci		PHYREGS(0x03e1, 0x03dd, 0x03d9, 0x0420, 0x0424, 0x0429),
101538c2ecf20Sopenharmony_ci	},
101548c2ecf20Sopenharmony_ci	{
101558c2ecf20Sopenharmony_ci		.freq			= 2484,
101568c2ecf20Sopenharmony_ci		RADIOREGS3(0xff, 0x01, 0x03, 0x09, 0xb4, 0x06, 0x06, 0x04,
101578c2ecf20Sopenharmony_ci			   0x2b, 0x01, 0x07, 0x07, 0x07, 0x8f, 0x20, 0x00,
101588c2ecf20Sopenharmony_ci			   0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x70, 0x00,
101598c2ecf20Sopenharmony_ci			   0x09, 0x00, 0x09, 0x00, 0x00, 0x00, 0x02, 0x00,
101608c2ecf20Sopenharmony_ci			   0x70, 0x00, 0x09, 0x00, 0x09),
101618c2ecf20Sopenharmony_ci		PHYREGS(0x03e6, 0x03e2, 0x03de, 0x041b, 0x041f, 0x0424),
101628c2ecf20Sopenharmony_ci	},
101638c2ecf20Sopenharmony_ci};
101648c2ecf20Sopenharmony_ci
101658c2ecf20Sopenharmony_cistatic const struct b2056_inittabs_pts
101668c2ecf20Sopenharmony_ci*b43_nphy_get_inittabs_rev3(struct b43_wldev *dev)
101678c2ecf20Sopenharmony_ci{
101688c2ecf20Sopenharmony_ci	struct b43_phy *phy = &dev->phy;
101698c2ecf20Sopenharmony_ci
101708c2ecf20Sopenharmony_ci	switch (dev->phy.rev) {
101718c2ecf20Sopenharmony_ci	case 3:
101728c2ecf20Sopenharmony_ci		return &b2056_inittab_phy_rev3;
101738c2ecf20Sopenharmony_ci	case 4:
101748c2ecf20Sopenharmony_ci		return &b2056_inittab_phy_rev4;
101758c2ecf20Sopenharmony_ci	default:
101768c2ecf20Sopenharmony_ci		switch (phy->radio_rev) {
101778c2ecf20Sopenharmony_ci		case 5:
101788c2ecf20Sopenharmony_ci			return &b2056_inittab_radio_rev5;
101798c2ecf20Sopenharmony_ci		case 6:
101808c2ecf20Sopenharmony_ci			return &b2056_inittab_radio_rev6;
101818c2ecf20Sopenharmony_ci		case 7:
101828c2ecf20Sopenharmony_ci		case 9:
101838c2ecf20Sopenharmony_ci			return &b2056_inittab_radio_rev7_9;
101848c2ecf20Sopenharmony_ci		case 8:
101858c2ecf20Sopenharmony_ci			return &b2056_inittab_radio_rev8;
101868c2ecf20Sopenharmony_ci		case 11:
101878c2ecf20Sopenharmony_ci			return &b2056_inittab_radio_rev11;
101888c2ecf20Sopenharmony_ci		}
101898c2ecf20Sopenharmony_ci	}
101908c2ecf20Sopenharmony_ci
101918c2ecf20Sopenharmony_ci	return NULL;
101928c2ecf20Sopenharmony_ci}
101938c2ecf20Sopenharmony_ci
101948c2ecf20Sopenharmony_cistatic void b2056_upload_inittab(struct b43_wldev *dev, bool ghz5,
101958c2ecf20Sopenharmony_ci				 bool ignore_uploadflag, u16 routing,
101968c2ecf20Sopenharmony_ci				 const struct b2056_inittab_entry *e,
101978c2ecf20Sopenharmony_ci				 unsigned int length)
101988c2ecf20Sopenharmony_ci{
101998c2ecf20Sopenharmony_ci	unsigned int i;
102008c2ecf20Sopenharmony_ci	u16 value;
102018c2ecf20Sopenharmony_ci
102028c2ecf20Sopenharmony_ci	for (i = 0; i < length; i++, e++) {
102038c2ecf20Sopenharmony_ci		if (!(e->flags & B2056_INITTAB_ENTRY_OK))
102048c2ecf20Sopenharmony_ci			continue;
102058c2ecf20Sopenharmony_ci		if ((e->flags & B2056_INITTAB_UPLOAD) || ignore_uploadflag) {
102068c2ecf20Sopenharmony_ci			if (ghz5)
102078c2ecf20Sopenharmony_ci				value = e->ghz5;
102088c2ecf20Sopenharmony_ci			else
102098c2ecf20Sopenharmony_ci				value = e->ghz2;
102108c2ecf20Sopenharmony_ci			b43_radio_write(dev, routing | i, value);
102118c2ecf20Sopenharmony_ci		}
102128c2ecf20Sopenharmony_ci	}
102138c2ecf20Sopenharmony_ci}
102148c2ecf20Sopenharmony_ci
102158c2ecf20Sopenharmony_civoid b2056_upload_inittabs(struct b43_wldev *dev,
102168c2ecf20Sopenharmony_ci			   bool ghz5, bool ignore_uploadflag)
102178c2ecf20Sopenharmony_ci{
102188c2ecf20Sopenharmony_ci	const struct b2056_inittabs_pts *pts;
102198c2ecf20Sopenharmony_ci
102208c2ecf20Sopenharmony_ci	pts = b43_nphy_get_inittabs_rev3(dev);
102218c2ecf20Sopenharmony_ci	if (!pts) {
102228c2ecf20Sopenharmony_ci		B43_WARN_ON(1);
102238c2ecf20Sopenharmony_ci		return;
102248c2ecf20Sopenharmony_ci	}
102258c2ecf20Sopenharmony_ci
102268c2ecf20Sopenharmony_ci	b2056_upload_inittab(dev, ghz5, ignore_uploadflag,
102278c2ecf20Sopenharmony_ci				B2056_SYN, pts->syn, pts->syn_length);
102288c2ecf20Sopenharmony_ci	b2056_upload_inittab(dev, ghz5, ignore_uploadflag,
102298c2ecf20Sopenharmony_ci				B2056_TX0, pts->tx, pts->tx_length);
102308c2ecf20Sopenharmony_ci	b2056_upload_inittab(dev, ghz5, ignore_uploadflag,
102318c2ecf20Sopenharmony_ci				B2056_TX1, pts->tx, pts->tx_length);
102328c2ecf20Sopenharmony_ci	b2056_upload_inittab(dev, ghz5, ignore_uploadflag,
102338c2ecf20Sopenharmony_ci				B2056_RX0, pts->rx, pts->rx_length);
102348c2ecf20Sopenharmony_ci	b2056_upload_inittab(dev, ghz5, ignore_uploadflag,
102358c2ecf20Sopenharmony_ci				B2056_RX1, pts->rx, pts->rx_length);
102368c2ecf20Sopenharmony_ci}
102378c2ecf20Sopenharmony_ci
102388c2ecf20Sopenharmony_civoid b2056_upload_syn_pll_cp2(struct b43_wldev *dev, bool ghz5)
102398c2ecf20Sopenharmony_ci{
102408c2ecf20Sopenharmony_ci	const struct b2056_inittabs_pts *pts;
102418c2ecf20Sopenharmony_ci	const struct b2056_inittab_entry *e;
102428c2ecf20Sopenharmony_ci
102438c2ecf20Sopenharmony_ci	pts = b43_nphy_get_inittabs_rev3(dev);
102448c2ecf20Sopenharmony_ci	if (!pts) {
102458c2ecf20Sopenharmony_ci		B43_WARN_ON(1);
102468c2ecf20Sopenharmony_ci		return;
102478c2ecf20Sopenharmony_ci	}
102488c2ecf20Sopenharmony_ci
102498c2ecf20Sopenharmony_ci	e = &pts->syn[B2056_SYN_PLL_CP2];
102508c2ecf20Sopenharmony_ci
102518c2ecf20Sopenharmony_ci	b43_radio_write(dev, B2056_SYN_PLL_CP2, ghz5 ? e->ghz5 : e->ghz2);
102528c2ecf20Sopenharmony_ci}
102538c2ecf20Sopenharmony_ci
102548c2ecf20Sopenharmony_ciconst struct b43_nphy_channeltab_entry_rev3 *
102558c2ecf20Sopenharmony_cib43_nphy_get_chantabent_rev3(struct b43_wldev *dev, u16 freq)
102568c2ecf20Sopenharmony_ci{
102578c2ecf20Sopenharmony_ci	struct b43_phy *phy = &dev->phy;
102588c2ecf20Sopenharmony_ci	const struct b43_nphy_channeltab_entry_rev3 *e;
102598c2ecf20Sopenharmony_ci	unsigned int length, i;
102608c2ecf20Sopenharmony_ci
102618c2ecf20Sopenharmony_ci	switch (phy->rev) {
102628c2ecf20Sopenharmony_ci	case 3:
102638c2ecf20Sopenharmony_ci		e = b43_nphy_channeltab_phy_rev3;
102648c2ecf20Sopenharmony_ci		length = ARRAY_SIZE(b43_nphy_channeltab_phy_rev3);
102658c2ecf20Sopenharmony_ci		break;
102668c2ecf20Sopenharmony_ci	case 4:
102678c2ecf20Sopenharmony_ci		e = b43_nphy_channeltab_phy_rev4;
102688c2ecf20Sopenharmony_ci		length = ARRAY_SIZE(b43_nphy_channeltab_phy_rev4);
102698c2ecf20Sopenharmony_ci		break;
102708c2ecf20Sopenharmony_ci	default:
102718c2ecf20Sopenharmony_ci		switch (phy->radio_rev) {
102728c2ecf20Sopenharmony_ci		case 5:
102738c2ecf20Sopenharmony_ci			e = b43_nphy_channeltab_radio_rev5;
102748c2ecf20Sopenharmony_ci			length = ARRAY_SIZE(b43_nphy_channeltab_radio_rev5);
102758c2ecf20Sopenharmony_ci			break;
102768c2ecf20Sopenharmony_ci		case 6:
102778c2ecf20Sopenharmony_ci			e = b43_nphy_channeltab_radio_rev6;
102788c2ecf20Sopenharmony_ci			length = ARRAY_SIZE(b43_nphy_channeltab_radio_rev6);
102798c2ecf20Sopenharmony_ci			break;
102808c2ecf20Sopenharmony_ci		case 7:
102818c2ecf20Sopenharmony_ci		case 9:
102828c2ecf20Sopenharmony_ci			e = b43_nphy_channeltab_radio_rev7_9;
102838c2ecf20Sopenharmony_ci			length = ARRAY_SIZE(b43_nphy_channeltab_radio_rev7_9);
102848c2ecf20Sopenharmony_ci			break;
102858c2ecf20Sopenharmony_ci		case 8:
102868c2ecf20Sopenharmony_ci			e = b43_nphy_channeltab_radio_rev8;
102878c2ecf20Sopenharmony_ci			length = ARRAY_SIZE(b43_nphy_channeltab_radio_rev8);
102888c2ecf20Sopenharmony_ci			break;
102898c2ecf20Sopenharmony_ci		case 11:
102908c2ecf20Sopenharmony_ci			e = b43_nphy_channeltab_radio_rev11;
102918c2ecf20Sopenharmony_ci			length = ARRAY_SIZE(b43_nphy_channeltab_radio_rev11);
102928c2ecf20Sopenharmony_ci			break;
102938c2ecf20Sopenharmony_ci		default:
102948c2ecf20Sopenharmony_ci			B43_WARN_ON(1);
102958c2ecf20Sopenharmony_ci			return NULL;
102968c2ecf20Sopenharmony_ci		}
102978c2ecf20Sopenharmony_ci	}
102988c2ecf20Sopenharmony_ci
102998c2ecf20Sopenharmony_ci	for (i = 0; i < length; i++, e++) {
103008c2ecf20Sopenharmony_ci		if (e->freq == freq)
103018c2ecf20Sopenharmony_ci			return e;
103028c2ecf20Sopenharmony_ci	}
103038c2ecf20Sopenharmony_ci
103048c2ecf20Sopenharmony_ci	return NULL;
103058c2ecf20Sopenharmony_ci}
10306