1/*
2 * Copyright (c) 2010 Broadcom Corporation
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */
16
17#ifndef	_BRCM_PHY_RADIO_H_
18#define	_BRCM_PHY_RADIO_H_
19
20#define	RADIO_IDCODE			0x01
21
22#define RADIO_DEFAULT_CORE		0
23
24#define	RXC0_RSSI_RST			0x80
25#define	RXC0_MODE_RSSI			0x40
26#define	RXC0_MODE_OFF			0x20
27#define	RXC0_MODE_CM			0x10
28#define	RXC0_LAN_LOAD			0x08
29#define	RXC0_OFF_ADJ_MASK		0x07
30
31#define	TXC0_MODE_TXLPF			0x04
32#define	TXC0_PA_TSSI_EN			0x02
33#define	TXC0_TSSI_EN			0x01
34
35#define	TXC1_PA_GAIN_MASK		0x60
36#define	TXC1_PA_GAIN_3DB		0x40
37#define	TXC1_PA_GAIN_2DB		0x20
38#define	TXC1_TX_MIX_GAIN		0x10
39#define	TXC1_OFF_I_MASK			0x0c
40#define	TXC1_OFF_Q_MASK			0x03
41
42#define	RADIO_2055_READ_OFF		0x100
43#define	RADIO_2057_READ_OFF		0x200
44
45#define RADIO_2055_GEN_SPARE		0x00
46#define RADIO_2055_SP_PIN_PD		0x02
47#define RADIO_2055_SP_RSSI_CORE1	0x03
48#define RADIO_2055_SP_PD_MISC_CORE1	0x04
49#define RADIO_2055_SP_RSSI_CORE2	0x05
50#define RADIO_2055_SP_PD_MISC_CORE2	0x06
51#define RADIO_2055_SP_RX_GC1_CORE1	0x07
52#define RADIO_2055_SP_RX_GC2_CORE1	0x08
53#define RADIO_2055_SP_RX_GC1_CORE2	0x09
54#define RADIO_2055_SP_RX_GC2_CORE2	0x0a
55#define RADIO_2055_SP_LPF_BW_SELECT_CORE1 0x0b
56#define RADIO_2055_SP_LPF_BW_SELECT_CORE2 0x0c
57#define RADIO_2055_SP_TX_GC1_CORE1	0x0d
58#define RADIO_2055_SP_TX_GC2_CORE1	0x0e
59#define RADIO_2055_SP_TX_GC1_CORE2	0x0f
60#define RADIO_2055_SP_TX_GC2_CORE2	0x10
61#define RADIO_2055_MASTER_CNTRL1	0x11
62#define RADIO_2055_MASTER_CNTRL2	0x12
63#define RADIO_2055_PD_LGEN		0x13
64#define RADIO_2055_PD_PLL_TS		0x14
65#define RADIO_2055_PD_CORE1_LGBUF	0x15
66#define RADIO_2055_PD_CORE1_TX		0x16
67#define RADIO_2055_PD_CORE1_RXTX	0x17
68#define RADIO_2055_PD_CORE1_RSSI_MISC	0x18
69#define RADIO_2055_PD_CORE2_LGBUF	0x19
70#define RADIO_2055_PD_CORE2_TX		0x1a
71#define RADIO_2055_PD_CORE2_RXTX	0x1b
72#define RADIO_2055_PD_CORE2_RSSI_MISC	0x1c
73#define RADIO_2055_PWRDET_LGEN		0x1d
74#define RADIO_2055_PWRDET_LGBUF_CORE1	0x1e
75#define RADIO_2055_PWRDET_RXTX_CORE1	0x1f
76#define RADIO_2055_PWRDET_LGBUF_CORE2	0x20
77#define RADIO_2055_PWRDET_RXTX_CORE2	0x21
78#define RADIO_2055_RRCCAL_CNTRL_SPARE	0x22
79#define RADIO_2055_RRCCAL_N_OPT_SEL	0x23
80#define RADIO_2055_CAL_MISC		0x24
81#define RADIO_2055_CAL_COUNTER_OUT	0x25
82#define RADIO_2055_CAL_COUNTER_OUT2	0x26
83#define RADIO_2055_CAL_CVAR_CNTRL	0x27
84#define RADIO_2055_CAL_RVAR_CNTRL	0x28
85#define RADIO_2055_CAL_LPO_CNTRL	0x29
86#define RADIO_2055_CAL_TS		0x2a
87#define RADIO_2055_CAL_RCCAL_READ_TS	0x2b
88#define RADIO_2055_CAL_RCAL_READ_TS	0x2c
89#define RADIO_2055_PAD_DRIVER		0x2d
90#define RADIO_2055_XO_CNTRL1		0x2e
91#define RADIO_2055_XO_CNTRL2		0x2f
92#define RADIO_2055_XO_REGULATOR		0x30
93#define RADIO_2055_XO_MISC		0x31
94#define RADIO_2055_PLL_LF_C1		0x32
95#define RADIO_2055_PLL_CAL_VTH		0x33
96#define RADIO_2055_PLL_LF_C2		0x34
97#define RADIO_2055_PLL_REF		0x35
98#define RADIO_2055_PLL_LF_R1		0x36
99#define RADIO_2055_PLL_PFD_CP		0x37
100#define RADIO_2055_PLL_IDAC_CPOPAMP	0x38
101#define RADIO_2055_PLL_CP_REGULATOR	0x39
102#define RADIO_2055_PLL_RCAL		0x3a
103#define RADIO_2055_RF_PLL_MOD0		0x3b
104#define RADIO_2055_RF_PLL_MOD1		0x3c
105#define RADIO_2055_RF_MMD_IDAC1		0x3d
106#define RADIO_2055_RF_MMD_IDAC0		0x3e
107#define RADIO_2055_RF_MMD_SPARE		0x3f
108#define RADIO_2055_VCO_CAL1		0x40
109#define RADIO_2055_VCO_CAL2		0x41
110#define RADIO_2055_VCO_CAL3		0x42
111#define RADIO_2055_VCO_CAL4		0x43
112#define RADIO_2055_VCO_CAL5		0x44
113#define RADIO_2055_VCO_CAL6		0x45
114#define RADIO_2055_VCO_CAL7		0x46
115#define RADIO_2055_VCO_CAL8		0x47
116#define RADIO_2055_VCO_CAL9		0x48
117#define RADIO_2055_VCO_CAL10		0x49
118#define RADIO_2055_VCO_CAL11		0x4a
119#define RADIO_2055_VCO_CAL12		0x4b
120#define RADIO_2055_VCO_CAL13		0x4c
121#define RADIO_2055_VCO_CAL14		0x4d
122#define RADIO_2055_VCO_CAL15		0x4e
123#define RADIO_2055_VCO_CAL16		0x4f
124#define RADIO_2055_VCO_KVCO		0x50
125#define RADIO_2055_VCO_CAP_TAIL		0x51
126#define RADIO_2055_VCO_IDAC_VCO		0x52
127#define RADIO_2055_VCO_REGULATOR	0x53
128#define RADIO_2055_PLL_RF_VTH		0x54
129#define RADIO_2055_LGBUF_CEN_BUF	0x55
130#define RADIO_2055_LGEN_TUNE1		0x56
131#define RADIO_2055_LGEN_TUNE2		0x57
132#define RADIO_2055_LGEN_IDAC1		0x58
133#define RADIO_2055_LGEN_IDAC2		0x59
134#define RADIO_2055_LGEN_BIAS_CNT	0x5a
135#define RADIO_2055_LGEN_BIAS_IDAC	0x5b
136#define RADIO_2055_LGEN_RCAL		0x5c
137#define RADIO_2055_LGEN_DIV		0x5d
138#define RADIO_2055_LGEN_SPARE2		0x5e
139#define RADIO_2055_CORE1_LGBUF_A_TUNE	0x5f
140#define RADIO_2055_CORE1_LGBUF_G_TUNE	0x60
141#define RADIO_2055_CORE1_LGBUF_DIV	0x61
142#define RADIO_2055_CORE1_LGBUF_A_IDAC	0x62
143#define RADIO_2055_CORE1_LGBUF_G_IDAC	0x63
144#define RADIO_2055_CORE1_LGBUF_IDACFIL_OVR 0x64
145#define RADIO_2055_CORE1_LGBUF_SPARE	0x65
146#define RADIO_2055_CORE1_RXRF_SPC1	0x66
147#define RADIO_2055_CORE1_RXRF_REG1	0x67
148#define RADIO_2055_CORE1_RXRF_REG2	0x68
149#define RADIO_2055_CORE1_RXRF_RCAL	0x69
150#define RADIO_2055_CORE1_RXBB_BUFI_LPFCMP 0x6a
151#define RADIO_2055_CORE1_RXBB_LPF	0x6b
152#define RADIO_2055_CORE1_RXBB_MIDAC_HIPAS 0x6c
153#define RADIO_2055_CORE1_RXBB_VGA1_IDAC	0x6d
154#define RADIO_2055_CORE1_RXBB_VGA2_IDAC	0x6e
155#define RADIO_2055_CORE1_RXBB_VGA3_IDAC	0x6f
156#define RADIO_2055_CORE1_RXBB_BUFO_CTRL	0x70
157#define RADIO_2055_CORE1_RXBB_RCCAL_CTRL 0x71
158#define RADIO_2055_CORE1_RXBB_RSSI_CTRL1 0x72
159#define RADIO_2055_CORE1_RXBB_RSSI_CTRL2 0x73
160#define RADIO_2055_CORE1_RXBB_RSSI_CTRL3 0x74
161#define RADIO_2055_CORE1_RXBB_RSSI_CTRL4 0x75
162#define RADIO_2055_CORE1_RXBB_RSSI_CTRL5 0x76
163#define RADIO_2055_CORE1_RXBB_REGULATOR	0x77
164#define RADIO_2055_CORE1_RXBB_SPARE1	0x78
165#define RADIO_2055_CORE1_RXTXBB_RCAL	0x79
166#define RADIO_2055_CORE1_TXRF_SGM_PGA	0x7a
167#define RADIO_2055_CORE1_TXRF_SGM_PAD	0x7b
168#define RADIO_2055_CORE1_TXRF_CNTR_PGA1	0x7c
169#define RADIO_2055_CORE1_TXRF_CNTR_PAD1	0x7d
170#define RADIO_2055_CORE1_TX_RFPGA_IDAC	0x7e
171#define RADIO_2055_CORE1_TX_PGA_PAD_TN	0x7f
172#define RADIO_2055_CORE1_TX_PAD_IDAC1	0x80
173#define RADIO_2055_CORE1_TX_PAD_IDAC2	0x81
174#define RADIO_2055_CORE1_TX_MX_BGTRIM	0x82
175#define RADIO_2055_CORE1_TXRF_RCAL	0x83
176#define RADIO_2055_CORE1_TXRF_PAD_TSSI1	0x84
177#define RADIO_2055_CORE1_TXRF_PAD_TSSI2	0x85
178#define RADIO_2055_CORE1_TX_RF_SPARE	0x86
179#define RADIO_2055_CORE1_TXRF_IQCAL1	0x87
180#define RADIO_2055_CORE1_TXRF_IQCAL2	0x88
181#define RADIO_2055_CORE1_TXBB_RCCAL_CTRL 0x89
182#define RADIO_2055_CORE1_TXBB_LPF1	0x8a
183#define RADIO_2055_CORE1_TX_VOS_CNCL	0x8b
184#define RADIO_2055_CORE1_TX_LPF_MXGM_IDAC 0x8c
185#define RADIO_2055_CORE1_TX_BB_MXGM	0x8d
186#define RADIO_2055_CORE2_LGBUF_A_TUNE	0x8e
187#define RADIO_2055_CORE2_LGBUF_G_TUNE	0x8f
188#define RADIO_2055_CORE2_LGBUF_DIV	0x90
189#define RADIO_2055_CORE2_LGBUF_A_IDAC	0x91
190#define RADIO_2055_CORE2_LGBUF_G_IDAC	0x92
191#define RADIO_2055_CORE2_LGBUF_IDACFIL_OVR 0x93
192#define RADIO_2055_CORE2_LGBUF_SPARE	0x94
193#define RADIO_2055_CORE2_RXRF_SPC1	0x95
194#define RADIO_2055_CORE2_RXRF_REG1	0x96
195#define RADIO_2055_CORE2_RXRF_REG2	0x97
196#define RADIO_2055_CORE2_RXRF_RCAL	0x98
197#define RADIO_2055_CORE2_RXBB_BUFI_LPFCMP 0x99
198#define RADIO_2055_CORE2_RXBB_LPF	0x9a
199#define RADIO_2055_CORE2_RXBB_MIDAC_HIPAS 0x9b
200#define RADIO_2055_CORE2_RXBB_VGA1_IDAC	0x9c
201#define RADIO_2055_CORE2_RXBB_VGA2_IDAC	0x9d
202#define RADIO_2055_CORE2_RXBB_VGA3_IDAC	0x9e
203#define RADIO_2055_CORE2_RXBB_BUFO_CTRL	0x9f
204#define RADIO_2055_CORE2_RXBB_RCCAL_CTRL 0xa0
205#define RADIO_2055_CORE2_RXBB_RSSI_CTRL1 0xa1
206#define RADIO_2055_CORE2_RXBB_RSSI_CTRL2 0xa2
207#define RADIO_2055_CORE2_RXBB_RSSI_CTRL3 0xa3
208#define RADIO_2055_CORE2_RXBB_RSSI_CTRL4 0xa4
209#define RADIO_2055_CORE2_RXBB_RSSI_CTRL5 0xa5
210#define RADIO_2055_CORE2_RXBB_REGULATOR	0xa6
211#define RADIO_2055_CORE2_RXBB_SPARE1	0xa7
212#define RADIO_2055_CORE2_RXTXBB_RCAL	0xa8
213#define RADIO_2055_CORE2_TXRF_SGM_PGA	0xa9
214#define RADIO_2055_CORE2_TXRF_SGM_PAD	0xaa
215#define RADIO_2055_CORE2_TXRF_CNTR_PGA1	0xab
216#define RADIO_2055_CORE2_TXRF_CNTR_PAD1	0xac
217#define RADIO_2055_CORE2_TX_RFPGA_IDAC	0xad
218#define RADIO_2055_CORE2_TX_PGA_PAD_TN	0xae
219#define RADIO_2055_CORE2_TX_PAD_IDAC1	0xaf
220#define RADIO_2055_CORE2_TX_PAD_IDAC2	0xb0
221#define RADIO_2055_CORE2_TX_MX_BGTRIM	0xb1
222#define RADIO_2055_CORE2_TXRF_RCAL	0xb2
223#define RADIO_2055_CORE2_TXRF_PAD_TSSI1	0xb3
224#define RADIO_2055_CORE2_TXRF_PAD_TSSI2	0xb4
225#define RADIO_2055_CORE2_TX_RF_SPARE	0xb5
226#define RADIO_2055_CORE2_TXRF_IQCAL1	0xb6
227#define RADIO_2055_CORE2_TXRF_IQCAL2	0xb7
228#define RADIO_2055_CORE2_TXBB_RCCAL_CTRL 0xb8
229#define RADIO_2055_CORE2_TXBB_LPF1	0xb9
230#define RADIO_2055_CORE2_TX_VOS_CNCL	0xba
231#define RADIO_2055_CORE2_TX_LPF_MXGM_IDAC 0xbb
232#define RADIO_2055_CORE2_TX_BB_MXGM	0xbc
233#define RADIO_2055_PRG_GC_HPVGA23_21	0xbd
234#define RADIO_2055_PRG_GC_HPVGA23_22	0xbe
235#define RADIO_2055_PRG_GC_HPVGA23_23	0xbf
236#define RADIO_2055_PRG_GC_HPVGA23_24	0xc0
237#define RADIO_2055_PRG_GC_HPVGA23_25	0xc1
238#define RADIO_2055_PRG_GC_HPVGA23_26	0xc2
239#define RADIO_2055_PRG_GC_HPVGA23_27	0xc3
240#define RADIO_2055_PRG_GC_HPVGA23_28	0xc4
241#define RADIO_2055_PRG_GC_HPVGA23_29	0xc5
242#define RADIO_2055_PRG_GC_HPVGA23_30	0xc6
243#define RADIO_2055_CORE1_LNA_GAINBST	0xcd
244#define RADIO_2055_CORE1_B0_NBRSSI_VCM	0xd2
245#define RADIO_2055_CORE1_GEN_SPARE2		0xd6
246#define RADIO_2055_CORE2_LNA_GAINBST	0xd9
247#define RADIO_2055_CORE2_B0_NBRSSI_VCM	0xde
248#define RADIO_2055_CORE2_GEN_SPARE2		0xe2
249
250#define RADIO_2055_GAINBST_GAIN_DB	6
251#define RADIO_2055_GAINBST_CODE		0x6
252
253#define RADIO_2055_JTAGCTRL_MASK	0x04
254#define RADIO_2055_JTAGSYNC_MASK	0x08
255#define RADIO_2055_RRCAL_START		0x40
256#define RADIO_2055_RRCAL_RST_N		0x01
257#define RADIO_2055_CAL_LPO_ENABLE	0x80
258#define RADIO_2055_RCAL_DONE		0x80
259#define RADIO_2055_NBRSSI_VCM_I_MASK	0x03
260#define RADIO_2055_NBRSSI_VCM_I_SHIFT	0x00
261#define RADIO_2055_NBRSSI_VCM_Q_MASK	0x03
262#define RADIO_2055_NBRSSI_VCM_Q_SHIFT	0x00
263#define RADIO_2055_WBRSSI_VCM_IQ_MASK	0x0c
264#define RADIO_2055_WBRSSI_VCM_IQ_SHIFT	0x02
265#define RADIO_2055_NBRSSI_PD		0x01
266#define RADIO_2055_WBRSSI_G1_PD		0x04
267#define RADIO_2055_WBRSSI_G2_PD		0x02
268#define RADIO_2055_NBRSSI_SEL		0x01
269#define RADIO_2055_WBRSSI_G1_SEL	0x04
270#define RADIO_2055_WBRSSI_G2_SEL	0x02
271#define RADIO_2055_COUPLE_RX_MASK	0x01
272#define RADIO_2055_COUPLE_TX_MASK	0x02
273#define RADIO_2055_GAINBST_DISABLE	0x02
274#define RADIO_2055_GAINBST_VAL_MASK	0x07
275#define RADIO_2055_RXMX_GC_MASK		0x0c
276
277#define RADIO_MIMO_CORESEL_OFF		0x0
278#define RADIO_MIMO_CORESEL_CORE1	0x1
279#define RADIO_MIMO_CORESEL_CORE2	0x2
280#define RADIO_MIMO_CORESEL_CORE3	0x3
281#define RADIO_MIMO_CORESEL_CORE4	0x4
282#define RADIO_MIMO_CORESEL_ALLRX	0x5
283#define RADIO_MIMO_CORESEL_ALLTX	0x6
284#define RADIO_MIMO_CORESEL_ALLRXTX	0x7
285
286#define	RADIO_2064_READ_OFF		0x200
287
288#define RADIO_2064_REG000               0x0
289#define RADIO_2064_REG001               0x1
290#define RADIO_2064_REG002               0x2
291#define RADIO_2064_REG003               0x3
292#define RADIO_2064_REG004               0x4
293#define RADIO_2064_REG005               0x5
294#define RADIO_2064_REG006               0x6
295#define RADIO_2064_REG007               0x7
296#define RADIO_2064_REG008               0x8
297#define RADIO_2064_REG009               0x9
298#define RADIO_2064_REG00A               0xa
299#define RADIO_2064_REG00B               0xb
300#define RADIO_2064_REG00C               0xc
301#define RADIO_2064_REG00D               0xd
302#define RADIO_2064_REG00E               0xe
303#define RADIO_2064_REG00F               0xf
304#define RADIO_2064_REG010               0x10
305#define RADIO_2064_REG011               0x11
306#define RADIO_2064_REG012               0x12
307#define RADIO_2064_REG013               0x13
308#define RADIO_2064_REG014               0x14
309#define RADIO_2064_REG015               0x15
310#define RADIO_2064_REG016               0x16
311#define RADIO_2064_REG017               0x17
312#define RADIO_2064_REG018               0x18
313#define RADIO_2064_REG019               0x19
314#define RADIO_2064_REG01A               0x1a
315#define RADIO_2064_REG01B               0x1b
316#define RADIO_2064_REG01C               0x1c
317#define RADIO_2064_REG01D               0x1d
318#define RADIO_2064_REG01E               0x1e
319#define RADIO_2064_REG01F               0x1f
320#define RADIO_2064_REG020               0x20
321#define RADIO_2064_REG021               0x21
322#define RADIO_2064_REG022               0x22
323#define RADIO_2064_REG023               0x23
324#define RADIO_2064_REG024               0x24
325#define RADIO_2064_REG025               0x25
326#define RADIO_2064_REG026               0x26
327#define RADIO_2064_REG027               0x27
328#define RADIO_2064_REG028               0x28
329#define RADIO_2064_REG029               0x29
330#define RADIO_2064_REG02A               0x2a
331#define RADIO_2064_REG02B               0x2b
332#define RADIO_2064_REG02C               0x2c
333#define RADIO_2064_REG02D               0x2d
334#define RADIO_2064_REG02E               0x2e
335#define RADIO_2064_REG02F               0x2f
336#define RADIO_2064_REG030               0x30
337#define RADIO_2064_REG031               0x31
338#define RADIO_2064_REG032               0x32
339#define RADIO_2064_REG033               0x33
340#define RADIO_2064_REG034               0x34
341#define RADIO_2064_REG035               0x35
342#define RADIO_2064_REG036               0x36
343#define RADIO_2064_REG037               0x37
344#define RADIO_2064_REG038               0x38
345#define RADIO_2064_REG039               0x39
346#define RADIO_2064_REG03A               0x3a
347#define RADIO_2064_REG03B               0x3b
348#define RADIO_2064_REG03C               0x3c
349#define RADIO_2064_REG03D               0x3d
350#define RADIO_2064_REG03E               0x3e
351#define RADIO_2064_REG03F               0x3f
352#define RADIO_2064_REG040               0x40
353#define RADIO_2064_REG041               0x41
354#define RADIO_2064_REG042               0x42
355#define RADIO_2064_REG043               0x43
356#define RADIO_2064_REG044               0x44
357#define RADIO_2064_REG045               0x45
358#define RADIO_2064_REG046               0x46
359#define RADIO_2064_REG047               0x47
360#define RADIO_2064_REG048               0x48
361#define RADIO_2064_REG049               0x49
362#define RADIO_2064_REG04A               0x4a
363#define RADIO_2064_REG04B               0x4b
364#define RADIO_2064_REG04C               0x4c
365#define RADIO_2064_REG04D               0x4d
366#define RADIO_2064_REG04E               0x4e
367#define RADIO_2064_REG04F               0x4f
368#define RADIO_2064_REG050               0x50
369#define RADIO_2064_REG051               0x51
370#define RADIO_2064_REG052               0x52
371#define RADIO_2064_REG053               0x53
372#define RADIO_2064_REG054               0x54
373#define RADIO_2064_REG055               0x55
374#define RADIO_2064_REG056               0x56
375#define RADIO_2064_REG057               0x57
376#define RADIO_2064_REG058               0x58
377#define RADIO_2064_REG059               0x59
378#define RADIO_2064_REG05A               0x5a
379#define RADIO_2064_REG05B               0x5b
380#define RADIO_2064_REG05C               0x5c
381#define RADIO_2064_REG05D               0x5d
382#define RADIO_2064_REG05E               0x5e
383#define RADIO_2064_REG05F               0x5f
384#define RADIO_2064_REG060               0x60
385#define RADIO_2064_REG061               0x61
386#define RADIO_2064_REG062               0x62
387#define RADIO_2064_REG063               0x63
388#define RADIO_2064_REG064               0x64
389#define RADIO_2064_REG065               0x65
390#define RADIO_2064_REG066               0x66
391#define RADIO_2064_REG067               0x67
392#define RADIO_2064_REG068               0x68
393#define RADIO_2064_REG069               0x69
394#define RADIO_2064_REG06A               0x6a
395#define RADIO_2064_REG06B               0x6b
396#define RADIO_2064_REG06C               0x6c
397#define RADIO_2064_REG06D               0x6d
398#define RADIO_2064_REG06E               0x6e
399#define RADIO_2064_REG06F               0x6f
400#define RADIO_2064_REG070               0x70
401#define RADIO_2064_REG071               0x71
402#define RADIO_2064_REG072               0x72
403#define RADIO_2064_REG073               0x73
404#define RADIO_2064_REG074               0x74
405#define RADIO_2064_REG075               0x75
406#define RADIO_2064_REG076               0x76
407#define RADIO_2064_REG077               0x77
408#define RADIO_2064_REG078               0x78
409#define RADIO_2064_REG079               0x79
410#define RADIO_2064_REG07A               0x7a
411#define RADIO_2064_REG07B               0x7b
412#define RADIO_2064_REG07C               0x7c
413#define RADIO_2064_REG07D               0x7d
414#define RADIO_2064_REG07E               0x7e
415#define RADIO_2064_REG07F               0x7f
416#define RADIO_2064_REG080               0x80
417#define RADIO_2064_REG081               0x81
418#define RADIO_2064_REG082               0x82
419#define RADIO_2064_REG083               0x83
420#define RADIO_2064_REG084               0x84
421#define RADIO_2064_REG085               0x85
422#define RADIO_2064_REG086               0x86
423#define RADIO_2064_REG087               0x87
424#define RADIO_2064_REG088               0x88
425#define RADIO_2064_REG089               0x89
426#define RADIO_2064_REG08A               0x8a
427#define RADIO_2064_REG08B               0x8b
428#define RADIO_2064_REG08C               0x8c
429#define RADIO_2064_REG08D               0x8d
430#define RADIO_2064_REG08E               0x8e
431#define RADIO_2064_REG08F               0x8f
432#define RADIO_2064_REG090               0x90
433#define RADIO_2064_REG091               0x91
434#define RADIO_2064_REG092               0x92
435#define RADIO_2064_REG093               0x93
436#define RADIO_2064_REG094               0x94
437#define RADIO_2064_REG095               0x95
438#define RADIO_2064_REG096               0x96
439#define RADIO_2064_REG097               0x97
440#define RADIO_2064_REG098               0x98
441#define RADIO_2064_REG099               0x99
442#define RADIO_2064_REG09A               0x9a
443#define RADIO_2064_REG09B               0x9b
444#define RADIO_2064_REG09C               0x9c
445#define RADIO_2064_REG09D               0x9d
446#define RADIO_2064_REG09E               0x9e
447#define RADIO_2064_REG09F               0x9f
448#define RADIO_2064_REG0A0               0xa0
449#define RADIO_2064_REG0A1               0xa1
450#define RADIO_2064_REG0A2               0xa2
451#define RADIO_2064_REG0A3               0xa3
452#define RADIO_2064_REG0A4               0xa4
453#define RADIO_2064_REG0A5               0xa5
454#define RADIO_2064_REG0A6               0xa6
455#define RADIO_2064_REG0A7               0xa7
456#define RADIO_2064_REG0A8               0xa8
457#define RADIO_2064_REG0A9               0xa9
458#define RADIO_2064_REG0AA               0xaa
459#define RADIO_2064_REG0AB               0xab
460#define RADIO_2064_REG0AC               0xac
461#define RADIO_2064_REG0AD               0xad
462#define RADIO_2064_REG0AE               0xae
463#define RADIO_2064_REG0AF               0xaf
464#define RADIO_2064_REG0B0               0xb0
465#define RADIO_2064_REG0B1               0xb1
466#define RADIO_2064_REG0B2               0xb2
467#define RADIO_2064_REG0B3               0xb3
468#define RADIO_2064_REG0B4               0xb4
469#define RADIO_2064_REG0B5               0xb5
470#define RADIO_2064_REG0B6               0xb6
471#define RADIO_2064_REG0B7               0xb7
472#define RADIO_2064_REG0B8               0xb8
473#define RADIO_2064_REG0B9               0xb9
474#define RADIO_2064_REG0BA               0xba
475#define RADIO_2064_REG0BB               0xbb
476#define RADIO_2064_REG0BC               0xbc
477#define RADIO_2064_REG0BD               0xbd
478#define RADIO_2064_REG0BE               0xbe
479#define RADIO_2064_REG0BF               0xbf
480#define RADIO_2064_REG0C0               0xc0
481#define RADIO_2064_REG0C1               0xc1
482#define RADIO_2064_REG0C2               0xc2
483#define RADIO_2064_REG0C3               0xc3
484#define RADIO_2064_REG0C4               0xc4
485#define RADIO_2064_REG0C5               0xc5
486#define RADIO_2064_REG0C6               0xc6
487#define RADIO_2064_REG0C7               0xc7
488#define RADIO_2064_REG0C8               0xc8
489#define RADIO_2064_REG0C9               0xc9
490#define RADIO_2064_REG0CA               0xca
491#define RADIO_2064_REG0CB               0xcb
492#define RADIO_2064_REG0CC               0xcc
493#define RADIO_2064_REG0CD               0xcd
494#define RADIO_2064_REG0CE               0xce
495#define RADIO_2064_REG0CF               0xcf
496#define RADIO_2064_REG0D0               0xd0
497#define RADIO_2064_REG0D1               0xd1
498#define RADIO_2064_REG0D2               0xd2
499#define RADIO_2064_REG0D3               0xd3
500#define RADIO_2064_REG0D4               0xd4
501#define RADIO_2064_REG0D5               0xd5
502#define RADIO_2064_REG0D6               0xd6
503#define RADIO_2064_REG0D7               0xd7
504#define RADIO_2064_REG0D8               0xd8
505#define RADIO_2064_REG0D9               0xd9
506#define RADIO_2064_REG0DA               0xda
507#define RADIO_2064_REG0DB               0xdb
508#define RADIO_2064_REG0DC               0xdc
509#define RADIO_2064_REG0DD               0xdd
510#define RADIO_2064_REG0DE               0xde
511#define RADIO_2064_REG0DF               0xdf
512#define RADIO_2064_REG0E0               0xe0
513#define RADIO_2064_REG0E1               0xe1
514#define RADIO_2064_REG0E2               0xe2
515#define RADIO_2064_REG0E3               0xe3
516#define RADIO_2064_REG0E4               0xe4
517#define RADIO_2064_REG0E5               0xe5
518#define RADIO_2064_REG0E6               0xe6
519#define RADIO_2064_REG0E7               0xe7
520#define RADIO_2064_REG0E8               0xe8
521#define RADIO_2064_REG0E9               0xe9
522#define RADIO_2064_REG0EA               0xea
523#define RADIO_2064_REG0EB               0xeb
524#define RADIO_2064_REG0EC               0xec
525#define RADIO_2064_REG0ED               0xed
526#define RADIO_2064_REG0EE               0xee
527#define RADIO_2064_REG0EF               0xef
528#define RADIO_2064_REG0F0               0xf0
529#define RADIO_2064_REG0F1               0xf1
530#define RADIO_2064_REG0F2               0xf2
531#define RADIO_2064_REG0F3               0xf3
532#define RADIO_2064_REG0F4               0xf4
533#define RADIO_2064_REG0F5               0xf5
534#define RADIO_2064_REG0F6               0xf6
535#define RADIO_2064_REG0F7               0xf7
536#define RADIO_2064_REG0F8               0xf8
537#define RADIO_2064_REG0F9               0xf9
538#define RADIO_2064_REG0FA               0xfa
539#define RADIO_2064_REG0FB               0xfb
540#define RADIO_2064_REG0FC               0xfc
541#define RADIO_2064_REG0FD               0xfd
542#define RADIO_2064_REG0FE               0xfe
543#define RADIO_2064_REG0FF               0xff
544#define RADIO_2064_REG100               0x100
545#define RADIO_2064_REG101               0x101
546#define RADIO_2064_REG102               0x102
547#define RADIO_2064_REG103               0x103
548#define RADIO_2064_REG104               0x104
549#define RADIO_2064_REG105               0x105
550#define RADIO_2064_REG106               0x106
551#define RADIO_2064_REG107               0x107
552#define RADIO_2064_REG108               0x108
553#define RADIO_2064_REG109               0x109
554#define RADIO_2064_REG10A               0x10a
555#define RADIO_2064_REG10B               0x10b
556#define RADIO_2064_REG10C               0x10c
557#define RADIO_2064_REG10D               0x10d
558#define RADIO_2064_REG10E               0x10e
559#define RADIO_2064_REG10F               0x10f
560#define RADIO_2064_REG110               0x110
561#define RADIO_2064_REG111               0x111
562#define RADIO_2064_REG112               0x112
563#define RADIO_2064_REG113               0x113
564#define RADIO_2064_REG114               0x114
565#define RADIO_2064_REG115               0x115
566#define RADIO_2064_REG116               0x116
567#define RADIO_2064_REG117               0x117
568#define RADIO_2064_REG118               0x118
569#define RADIO_2064_REG119               0x119
570#define RADIO_2064_REG11A               0x11a
571#define RADIO_2064_REG11B               0x11b
572#define RADIO_2064_REG11C               0x11c
573#define RADIO_2064_REG11D               0x11d
574#define RADIO_2064_REG11E               0x11e
575#define RADIO_2064_REG11F               0x11f
576#define RADIO_2064_REG120               0x120
577#define RADIO_2064_REG121               0x121
578#define RADIO_2064_REG122               0x122
579#define RADIO_2064_REG123               0x123
580#define RADIO_2064_REG124               0x124
581#define RADIO_2064_REG125               0x125
582#define RADIO_2064_REG126               0x126
583#define RADIO_2064_REG127               0x127
584#define RADIO_2064_REG128               0x128
585#define RADIO_2064_REG129               0x129
586#define RADIO_2064_REG12A               0x12a
587#define RADIO_2064_REG12B               0x12b
588#define RADIO_2064_REG12C               0x12c
589#define RADIO_2064_REG12D               0x12d
590#define RADIO_2064_REG12E               0x12e
591#define RADIO_2064_REG12F               0x12f
592#define RADIO_2064_REG130               0x130
593
594#define RADIO_2056_SYN                           (0x0 << 12)
595#define RADIO_2056_TX0                           (0x2 << 12)
596#define RADIO_2056_TX1                           (0x3 << 12)
597#define RADIO_2056_RX0                           (0x6 << 12)
598#define RADIO_2056_RX1                           (0x7 << 12)
599#define RADIO_2056_ALLTX                         (0xe << 12)
600#define RADIO_2056_ALLRX                         (0xf << 12)
601
602#define RADIO_2056_SYN_RESERVED_ADDR0            0x0
603#define RADIO_2056_SYN_IDCODE                    0x1
604#define RADIO_2056_SYN_RESERVED_ADDR2            0x2
605#define RADIO_2056_SYN_RESERVED_ADDR3            0x3
606#define RADIO_2056_SYN_RESERVED_ADDR4            0x4
607#define RADIO_2056_SYN_RESERVED_ADDR5            0x5
608#define RADIO_2056_SYN_RESERVED_ADDR6            0x6
609#define RADIO_2056_SYN_RESERVED_ADDR7            0x7
610#define RADIO_2056_SYN_COM_CTRL                  0x8
611#define RADIO_2056_SYN_COM_PU                    0x9
612#define RADIO_2056_SYN_COM_OVR                   0xa
613#define RADIO_2056_SYN_COM_RESET                 0xb
614#define RADIO_2056_SYN_COM_RCAL                  0xc
615#define RADIO_2056_SYN_COM_RC_RXLPF              0xd
616#define RADIO_2056_SYN_COM_RC_TXLPF              0xe
617#define RADIO_2056_SYN_COM_RC_RXHPF              0xf
618#define RADIO_2056_SYN_RESERVED_ADDR16           0x10
619#define RADIO_2056_SYN_RESERVED_ADDR17           0x11
620#define RADIO_2056_SYN_RESERVED_ADDR18           0x12
621#define RADIO_2056_SYN_RESERVED_ADDR19           0x13
622#define RADIO_2056_SYN_RESERVED_ADDR20           0x14
623#define RADIO_2056_SYN_RESERVED_ADDR21           0x15
624#define RADIO_2056_SYN_RESERVED_ADDR22           0x16
625#define RADIO_2056_SYN_RESERVED_ADDR23           0x17
626#define RADIO_2056_SYN_RESERVED_ADDR24           0x18
627#define RADIO_2056_SYN_RESERVED_ADDR25           0x19
628#define RADIO_2056_SYN_RESERVED_ADDR26           0x1a
629#define RADIO_2056_SYN_RESERVED_ADDR27           0x1b
630#define RADIO_2056_SYN_RESERVED_ADDR28           0x1c
631#define RADIO_2056_SYN_RESERVED_ADDR29           0x1d
632#define RADIO_2056_SYN_RESERVED_ADDR30           0x1e
633#define RADIO_2056_SYN_RESERVED_ADDR31           0x1f
634#define RADIO_2056_SYN_GPIO_MASTER1              0x20
635#define RADIO_2056_SYN_GPIO_MASTER2              0x21
636#define RADIO_2056_SYN_TOPBIAS_MASTER            0x22
637#define RADIO_2056_SYN_TOPBIAS_RCAL              0x23
638#define RADIO_2056_SYN_AFEREG                    0x24
639#define RADIO_2056_SYN_TEMPPROCSENSE             0x25
640#define RADIO_2056_SYN_TEMPPROCSENSEIDAC         0x26
641#define RADIO_2056_SYN_TEMPPROCSENSERCAL         0x27
642#define RADIO_2056_SYN_LPO                       0x28
643#define RADIO_2056_SYN_VDDCAL_MASTER             0x29
644#define RADIO_2056_SYN_VDDCAL_IDAC               0x2a
645#define RADIO_2056_SYN_VDDCAL_STATUS             0x2b
646#define RADIO_2056_SYN_RCAL_MASTER               0x2c
647#define RADIO_2056_SYN_RCAL_CODE_OUT             0x2d
648#define RADIO_2056_SYN_RCCAL_CTRL0               0x2e
649#define RADIO_2056_SYN_RCCAL_CTRL1               0x2f
650#define RADIO_2056_SYN_RCCAL_CTRL2               0x30
651#define RADIO_2056_SYN_RCCAL_CTRL3               0x31
652#define RADIO_2056_SYN_RCCAL_CTRL4               0x32
653#define RADIO_2056_SYN_RCCAL_CTRL5               0x33
654#define RADIO_2056_SYN_RCCAL_CTRL6               0x34
655#define RADIO_2056_SYN_RCCAL_CTRL7               0x35
656#define RADIO_2056_SYN_RCCAL_CTRL8               0x36
657#define RADIO_2056_SYN_RCCAL_CTRL9               0x37
658#define RADIO_2056_SYN_RCCAL_CTRL10              0x38
659#define RADIO_2056_SYN_RCCAL_CTRL11              0x39
660#define RADIO_2056_SYN_ZCAL_SPARE1               0x3a
661#define RADIO_2056_SYN_ZCAL_SPARE2               0x3b
662#define RADIO_2056_SYN_PLL_MAST1                 0x3c
663#define RADIO_2056_SYN_PLL_MAST2                 0x3d
664#define RADIO_2056_SYN_PLL_MAST3                 0x3e
665#define RADIO_2056_SYN_PLL_BIAS_RESET            0x3f
666#define RADIO_2056_SYN_PLL_XTAL0                 0x40
667#define RADIO_2056_SYN_PLL_XTAL1                 0x41
668#define RADIO_2056_SYN_PLL_XTAL3                 0x42
669#define RADIO_2056_SYN_PLL_XTAL4                 0x43
670#define RADIO_2056_SYN_PLL_XTAL5                 0x44
671#define RADIO_2056_SYN_PLL_XTAL6                 0x45
672#define RADIO_2056_SYN_PLL_REFDIV                0x46
673#define RADIO_2056_SYN_PLL_PFD                   0x47
674#define RADIO_2056_SYN_PLL_CP1                   0x48
675#define RADIO_2056_SYN_PLL_CP2                   0x49
676#define RADIO_2056_SYN_PLL_CP3                   0x4a
677#define RADIO_2056_SYN_PLL_LOOPFILTER1           0x4b
678#define RADIO_2056_SYN_PLL_LOOPFILTER2           0x4c
679#define RADIO_2056_SYN_PLL_LOOPFILTER3           0x4d
680#define RADIO_2056_SYN_PLL_LOOPFILTER4           0x4e
681#define RADIO_2056_SYN_PLL_LOOPFILTER5           0x4f
682#define RADIO_2056_SYN_PLL_MMD1                  0x50
683#define RADIO_2056_SYN_PLL_MMD2                  0x51
684#define RADIO_2056_SYN_PLL_VCO1                  0x52
685#define RADIO_2056_SYN_PLL_VCO2                  0x53
686#define RADIO_2056_SYN_PLL_MONITOR1              0x54
687#define RADIO_2056_SYN_PLL_MONITOR2              0x55
688#define RADIO_2056_SYN_PLL_VCOCAL1               0x56
689#define RADIO_2056_SYN_PLL_VCOCAL2               0x57
690#define RADIO_2056_SYN_PLL_VCOCAL4               0x58
691#define RADIO_2056_SYN_PLL_VCOCAL5               0x59
692#define RADIO_2056_SYN_PLL_VCOCAL6               0x5a
693#define RADIO_2056_SYN_PLL_VCOCAL7               0x5b
694#define RADIO_2056_SYN_PLL_VCOCAL8               0x5c
695#define RADIO_2056_SYN_PLL_VCOCAL9               0x5d
696#define RADIO_2056_SYN_PLL_VCOCAL10              0x5e
697#define RADIO_2056_SYN_PLL_VCOCAL11              0x5f
698#define RADIO_2056_SYN_PLL_VCOCAL12              0x60
699#define RADIO_2056_SYN_PLL_VCOCAL13              0x61
700#define RADIO_2056_SYN_PLL_VREG                  0x62
701#define RADIO_2056_SYN_PLL_STATUS1               0x63
702#define RADIO_2056_SYN_PLL_STATUS2               0x64
703#define RADIO_2056_SYN_PLL_STATUS3               0x65
704#define RADIO_2056_SYN_LOGEN_PU0                 0x66
705#define RADIO_2056_SYN_LOGEN_PU1                 0x67
706#define RADIO_2056_SYN_LOGEN_PU2                 0x68
707#define RADIO_2056_SYN_LOGEN_PU3                 0x69
708#define RADIO_2056_SYN_LOGEN_PU5                 0x6a
709#define RADIO_2056_SYN_LOGEN_PU6                 0x6b
710#define RADIO_2056_SYN_LOGEN_PU7                 0x6c
711#define RADIO_2056_SYN_LOGEN_PU8                 0x6d
712#define RADIO_2056_SYN_LOGEN_BIAS_RESET          0x6e
713#define RADIO_2056_SYN_LOGEN_RCCR1               0x6f
714#define RADIO_2056_SYN_LOGEN_VCOBUF1             0x70
715#define RADIO_2056_SYN_LOGEN_MIXER1              0x71
716#define RADIO_2056_SYN_LOGEN_MIXER2              0x72
717#define RADIO_2056_SYN_LOGEN_BUF1                0x73
718#define RADIO_2056_SYN_LOGENBUF2                 0x74
719#define RADIO_2056_SYN_LOGEN_BUF3                0x75
720#define RADIO_2056_SYN_LOGEN_BUF4                0x76
721#define RADIO_2056_SYN_LOGEN_DIV1                0x77
722#define RADIO_2056_SYN_LOGEN_DIV2                0x78
723#define RADIO_2056_SYN_LOGEN_DIV3                0x79
724#define RADIO_2056_SYN_LOGEN_ACL1                0x7a
725#define RADIO_2056_SYN_LOGEN_ACL2                0x7b
726#define RADIO_2056_SYN_LOGEN_ACL3                0x7c
727#define RADIO_2056_SYN_LOGEN_ACL4                0x7d
728#define RADIO_2056_SYN_LOGEN_ACL5                0x7e
729#define RADIO_2056_SYN_LOGEN_ACL6                0x7f
730#define RADIO_2056_SYN_LOGEN_ACLOUT              0x80
731#define RADIO_2056_SYN_LOGEN_ACLCAL1             0x81
732#define RADIO_2056_SYN_LOGEN_ACLCAL2             0x82
733#define RADIO_2056_SYN_LOGEN_ACLCAL3             0x83
734#define RADIO_2056_SYN_CALEN                     0x84
735#define RADIO_2056_SYN_LOGEN_PEAKDET1            0x85
736#define RADIO_2056_SYN_LOGEN_CORE_ACL_OVR        0x86
737#define RADIO_2056_SYN_LOGEN_RX_DIFF_ACL_OVR     0x87
738#define RADIO_2056_SYN_LOGEN_TX_DIFF_ACL_OVR     0x88
739#define RADIO_2056_SYN_LOGEN_RX_CMOS_ACL_OVR     0x89
740#define RADIO_2056_SYN_LOGEN_TX_CMOS_ACL_OVR     0x8a
741#define RADIO_2056_SYN_LOGEN_VCOBUF2             0x8b
742#define RADIO_2056_SYN_LOGEN_MIXER3              0x8c
743#define RADIO_2056_SYN_LOGEN_BUF5                0x8d
744#define RADIO_2056_SYN_LOGEN_BUF6                0x8e
745#define RADIO_2056_SYN_LOGEN_CBUFRX1             0x8f
746#define RADIO_2056_SYN_LOGEN_CBUFRX2             0x90
747#define RADIO_2056_SYN_LOGEN_CBUFRX3             0x91
748#define RADIO_2056_SYN_LOGEN_CBUFRX4             0x92
749#define RADIO_2056_SYN_LOGEN_CBUFTX1             0x93
750#define RADIO_2056_SYN_LOGEN_CBUFTX2             0x94
751#define RADIO_2056_SYN_LOGEN_CBUFTX3             0x95
752#define RADIO_2056_SYN_LOGEN_CBUFTX4             0x96
753#define RADIO_2056_SYN_LOGEN_CMOSRX1             0x97
754#define RADIO_2056_SYN_LOGEN_CMOSRX2             0x98
755#define RADIO_2056_SYN_LOGEN_CMOSRX3             0x99
756#define RADIO_2056_SYN_LOGEN_CMOSRX4             0x9a
757#define RADIO_2056_SYN_LOGEN_CMOSTX1             0x9b
758#define RADIO_2056_SYN_LOGEN_CMOSTX2             0x9c
759#define RADIO_2056_SYN_LOGEN_CMOSTX3             0x9d
760#define RADIO_2056_SYN_LOGEN_CMOSTX4             0x9e
761#define RADIO_2056_SYN_LOGEN_VCOBUF2_OVRVAL      0x9f
762#define RADIO_2056_SYN_LOGEN_MIXER3_OVRVAL       0xa0
763#define RADIO_2056_SYN_LOGEN_BUF5_OVRVAL         0xa1
764#define RADIO_2056_SYN_LOGEN_BUF6_OVRVAL         0xa2
765#define RADIO_2056_SYN_LOGEN_CBUFRX1_OVRVAL      0xa3
766#define RADIO_2056_SYN_LOGEN_CBUFRX2_OVRVAL      0xa4
767#define RADIO_2056_SYN_LOGEN_CBUFRX3_OVRVAL      0xa5
768#define RADIO_2056_SYN_LOGEN_CBUFRX4_OVRVAL      0xa6
769#define RADIO_2056_SYN_LOGEN_CBUFTX1_OVRVAL      0xa7
770#define RADIO_2056_SYN_LOGEN_CBUFTX2_OVRVAL      0xa8
771#define RADIO_2056_SYN_LOGEN_CBUFTX3_OVRVAL      0xa9
772#define RADIO_2056_SYN_LOGEN_CBUFTX4_OVRVAL      0xaa
773#define RADIO_2056_SYN_LOGEN_CMOSRX1_OVRVAL      0xab
774#define RADIO_2056_SYN_LOGEN_CMOSRX2_OVRVAL      0xac
775#define RADIO_2056_SYN_LOGEN_CMOSRX3_OVRVAL      0xad
776#define RADIO_2056_SYN_LOGEN_CMOSRX4_OVRVAL      0xae
777#define RADIO_2056_SYN_LOGEN_CMOSTX1_OVRVAL      0xaf
778#define RADIO_2056_SYN_LOGEN_CMOSTX2_OVRVAL      0xb0
779#define RADIO_2056_SYN_LOGEN_CMOSTX3_OVRVAL      0xb1
780#define RADIO_2056_SYN_LOGEN_CMOSTX4_OVRVAL      0xb2
781#define RADIO_2056_SYN_LOGEN_ACL_WAITCNT         0xb3
782#define RADIO_2056_SYN_LOGEN_CORE_CALVALID       0xb4
783#define RADIO_2056_SYN_LOGEN_RX_CMOS_CALVALID    0xb5
784#define RADIO_2056_SYN_LOGEN_TX_CMOS_VALID       0xb6
785
786#define RADIO_2056_TX_RESERVED_ADDR0             0x0
787#define RADIO_2056_TX_IDCODE                     0x1
788#define RADIO_2056_TX_RESERVED_ADDR2             0x2
789#define RADIO_2056_TX_RESERVED_ADDR3             0x3
790#define RADIO_2056_TX_RESERVED_ADDR4             0x4
791#define RADIO_2056_TX_RESERVED_ADDR5             0x5
792#define RADIO_2056_TX_RESERVED_ADDR6             0x6
793#define RADIO_2056_TX_RESERVED_ADDR7             0x7
794#define RADIO_2056_TX_COM_CTRL                   0x8
795#define RADIO_2056_TX_COM_PU                     0x9
796#define RADIO_2056_TX_COM_OVR                    0xa
797#define RADIO_2056_TX_COM_RESET                  0xb
798#define RADIO_2056_TX_COM_RCAL                   0xc
799#define RADIO_2056_TX_COM_RC_RXLPF               0xd
800#define RADIO_2056_TX_COM_RC_TXLPF               0xe
801#define RADIO_2056_TX_COM_RC_RXHPF               0xf
802#define RADIO_2056_TX_RESERVED_ADDR16            0x10
803#define RADIO_2056_TX_RESERVED_ADDR17            0x11
804#define RADIO_2056_TX_RESERVED_ADDR18            0x12
805#define RADIO_2056_TX_RESERVED_ADDR19            0x13
806#define RADIO_2056_TX_RESERVED_ADDR20            0x14
807#define RADIO_2056_TX_RESERVED_ADDR21            0x15
808#define RADIO_2056_TX_RESERVED_ADDR22            0x16
809#define RADIO_2056_TX_RESERVED_ADDR23            0x17
810#define RADIO_2056_TX_RESERVED_ADDR24            0x18
811#define RADIO_2056_TX_RESERVED_ADDR25            0x19
812#define RADIO_2056_TX_RESERVED_ADDR26            0x1a
813#define RADIO_2056_TX_RESERVED_ADDR27            0x1b
814#define RADIO_2056_TX_RESERVED_ADDR28            0x1c
815#define RADIO_2056_TX_RESERVED_ADDR29            0x1d
816#define RADIO_2056_TX_RESERVED_ADDR30            0x1e
817#define RADIO_2056_TX_RESERVED_ADDR31            0x1f
818#define RADIO_2056_TX_IQCAL_GAIN_BW              0x20
819#define RADIO_2056_TX_LOFT_FINE_I                0x21
820#define RADIO_2056_TX_LOFT_FINE_Q                0x22
821#define RADIO_2056_TX_LOFT_COARSE_I              0x23
822#define RADIO_2056_TX_LOFT_COARSE_Q              0x24
823#define RADIO_2056_TX_TX_COM_MASTER1             0x25
824#define RADIO_2056_TX_TX_COM_MASTER2             0x26
825#define RADIO_2056_TX_RXIQCAL_TXMUX              0x27
826#define RADIO_2056_TX_TX_SSI_MASTER              0x28
827#define RADIO_2056_TX_IQCAL_VCM_HG               0x29
828#define RADIO_2056_TX_IQCAL_IDAC                 0x2a
829#define RADIO_2056_TX_TSSI_VCM                   0x2b
830#define RADIO_2056_TX_TX_AMP_DET                 0x2c
831#define RADIO_2056_TX_TX_SSI_MUX                 0x2d
832#define RADIO_2056_TX_TSSIA                      0x2e
833#define RADIO_2056_TX_TSSIG                      0x2f
834#define RADIO_2056_TX_TSSI_MISC1                 0x30
835#define RADIO_2056_TX_TSSI_MISC2                 0x31
836#define RADIO_2056_TX_TSSI_MISC3                 0x32
837#define RADIO_2056_TX_PA_SPARE1                  0x33
838#define RADIO_2056_TX_PA_SPARE2                  0x34
839#define RADIO_2056_TX_INTPAA_MASTER              0x35
840#define RADIO_2056_TX_INTPAA_GAIN                0x36
841#define RADIO_2056_TX_INTPAA_BOOST_TUNE          0x37
842#define RADIO_2056_TX_INTPAA_IAUX_STAT           0x38
843#define RADIO_2056_TX_INTPAA_IAUX_DYN            0x39
844#define RADIO_2056_TX_INTPAA_IMAIN_STAT          0x3a
845#define RADIO_2056_TX_INTPAA_IMAIN_DYN           0x3b
846#define RADIO_2056_TX_INTPAA_CASCBIAS            0x3c
847#define RADIO_2056_TX_INTPAA_PASLOPE             0x3d
848#define RADIO_2056_TX_INTPAA_PA_MISC             0x3e
849#define RADIO_2056_TX_INTPAG_MASTER              0x3f
850#define RADIO_2056_TX_INTPAG_GAIN                0x40
851#define RADIO_2056_TX_INTPAG_BOOST_TUNE          0x41
852#define RADIO_2056_TX_INTPAG_IAUX_STAT           0x42
853#define RADIO_2056_TX_INTPAG_IAUX_DYN            0x43
854#define RADIO_2056_TX_INTPAG_IMAIN_STAT          0x44
855#define RADIO_2056_TX_INTPAG_IMAIN_DYN           0x45
856#define RADIO_2056_TX_INTPAG_CASCBIAS            0x46
857#define RADIO_2056_TX_INTPAG_PASLOPE             0x47
858#define RADIO_2056_TX_INTPAG_PA_MISC             0x48
859#define RADIO_2056_TX_PADA_MASTER                0x49
860#define RADIO_2056_TX_PADA_IDAC                  0x4a
861#define RADIO_2056_TX_PADA_CASCBIAS              0x4b
862#define RADIO_2056_TX_PADA_GAIN                  0x4c
863#define RADIO_2056_TX_PADA_BOOST_TUNE            0x4d
864#define RADIO_2056_TX_PADA_SLOPE                 0x4e
865#define RADIO_2056_TX_PADG_MASTER                0x4f
866#define RADIO_2056_TX_PADG_IDAC                  0x50
867#define RADIO_2056_TX_PADG_CASCBIAS              0x51
868#define RADIO_2056_TX_PADG_GAIN                  0x52
869#define RADIO_2056_TX_PADG_BOOST_TUNE            0x53
870#define RADIO_2056_TX_PADG_SLOPE                 0x54
871#define RADIO_2056_TX_PGAA_MASTER                0x55
872#define RADIO_2056_TX_PGAA_IDAC                  0x56
873#define RADIO_2056_TX_PGAA_GAIN                  0x57
874#define RADIO_2056_TX_PGAA_BOOST_TUNE            0x58
875#define RADIO_2056_TX_PGAA_SLOPE                 0x59
876#define RADIO_2056_TX_PGAA_MISC                  0x5a
877#define RADIO_2056_TX_PGAG_MASTER                0x5b
878#define RADIO_2056_TX_PGAG_IDAC                  0x5c
879#define RADIO_2056_TX_PGAG_GAIN                  0x5d
880#define RADIO_2056_TX_PGAG_BOOST_TUNE            0x5e
881#define RADIO_2056_TX_PGAG_SLOPE                 0x5f
882#define RADIO_2056_TX_PGAG_MISC                  0x60
883#define RADIO_2056_TX_MIXA_MASTER                0x61
884#define RADIO_2056_TX_MIXA_BOOST_TUNE            0x62
885#define RADIO_2056_TX_MIXG                       0x63
886#define RADIO_2056_TX_MIXG_BOOST_TUNE            0x64
887#define RADIO_2056_TX_BB_GM_MASTER               0x65
888#define RADIO_2056_TX_GMBB_GM                    0x66
889#define RADIO_2056_TX_GMBB_IDAC                  0x67
890#define RADIO_2056_TX_TXLPF_MASTER               0x68
891#define RADIO_2056_TX_TXLPF_RCCAL                0x69
892#define RADIO_2056_TX_TXLPF_RCCAL_OFF0           0x6a
893#define RADIO_2056_TX_TXLPF_RCCAL_OFF1           0x6b
894#define RADIO_2056_TX_TXLPF_RCCAL_OFF2           0x6c
895#define RADIO_2056_TX_TXLPF_RCCAL_OFF3           0x6d
896#define RADIO_2056_TX_TXLPF_RCCAL_OFF4           0x6e
897#define RADIO_2056_TX_TXLPF_RCCAL_OFF5           0x6f
898#define RADIO_2056_TX_TXLPF_RCCAL_OFF6           0x70
899#define RADIO_2056_TX_TXLPF_BW                   0x71
900#define RADIO_2056_TX_TXLPF_GAIN                 0x72
901#define RADIO_2056_TX_TXLPF_IDAC                 0x73
902#define RADIO_2056_TX_TXLPF_IDAC_0               0x74
903#define RADIO_2056_TX_TXLPF_IDAC_1               0x75
904#define RADIO_2056_TX_TXLPF_IDAC_2               0x76
905#define RADIO_2056_TX_TXLPF_IDAC_3               0x77
906#define RADIO_2056_TX_TXLPF_IDAC_4               0x78
907#define RADIO_2056_TX_TXLPF_IDAC_5               0x79
908#define RADIO_2056_TX_TXLPF_IDAC_6               0x7a
909#define RADIO_2056_TX_TXLPF_OPAMP_IDAC           0x7b
910#define RADIO_2056_TX_TXLPF_MISC                 0x7c
911#define RADIO_2056_TX_TXSPARE1                   0x7d
912#define RADIO_2056_TX_TXSPARE2                   0x7e
913#define RADIO_2056_TX_TXSPARE3                   0x7f
914#define RADIO_2056_TX_TXSPARE4                   0x80
915#define RADIO_2056_TX_TXSPARE5                   0x81
916#define RADIO_2056_TX_TXSPARE6                   0x82
917#define RADIO_2056_TX_TXSPARE7                   0x83
918#define RADIO_2056_TX_TXSPARE8                   0x84
919#define RADIO_2056_TX_TXSPARE9                   0x85
920#define RADIO_2056_TX_TXSPARE10                  0x86
921#define RADIO_2056_TX_TXSPARE11                  0x87
922#define RADIO_2056_TX_TXSPARE12                  0x88
923#define RADIO_2056_TX_TXSPARE13                  0x89
924#define RADIO_2056_TX_TXSPARE14                  0x8a
925#define RADIO_2056_TX_TXSPARE15                  0x8b
926#define RADIO_2056_TX_TXSPARE16                  0x8c
927#define RADIO_2056_TX_STATUS_INTPA_GAIN          0x8d
928#define RADIO_2056_TX_STATUS_PAD_GAIN            0x8e
929#define RADIO_2056_TX_STATUS_PGA_GAIN            0x8f
930#define RADIO_2056_TX_STATUS_GM_TXLPF_GAIN       0x90
931#define RADIO_2056_TX_STATUS_TXLPF_BW            0x91
932#define RADIO_2056_TX_STATUS_TXLPF_RC            0x92
933#define RADIO_2056_TX_GMBB_IDAC0                 0x93
934#define RADIO_2056_TX_GMBB_IDAC1                 0x94
935#define RADIO_2056_TX_GMBB_IDAC2                 0x95
936#define RADIO_2056_TX_GMBB_IDAC3                 0x96
937#define RADIO_2056_TX_GMBB_IDAC4                 0x97
938#define RADIO_2056_TX_GMBB_IDAC5                 0x98
939#define RADIO_2056_TX_GMBB_IDAC6                 0x99
940#define RADIO_2056_TX_GMBB_IDAC7                 0x9a
941
942#define RADIO_2056_RX_RESERVED_ADDR0             0x0
943#define RADIO_2056_RX_IDCODE                     0x1
944#define RADIO_2056_RX_RESERVED_ADDR2             0x2
945#define RADIO_2056_RX_RESERVED_ADDR3             0x3
946#define RADIO_2056_RX_RESERVED_ADDR4             0x4
947#define RADIO_2056_RX_RESERVED_ADDR5             0x5
948#define RADIO_2056_RX_RESERVED_ADDR6             0x6
949#define RADIO_2056_RX_RESERVED_ADDR7             0x7
950#define RADIO_2056_RX_COM_CTRL                   0x8
951#define RADIO_2056_RX_COM_PU                     0x9
952#define RADIO_2056_RX_COM_OVR                    0xa
953#define RADIO_2056_RX_COM_RESET                  0xb
954#define RADIO_2056_RX_COM_RCAL                   0xc
955#define RADIO_2056_RX_COM_RC_RXLPF               0xd
956#define RADIO_2056_RX_COM_RC_TXLPF               0xe
957#define RADIO_2056_RX_COM_RC_RXHPF               0xf
958#define RADIO_2056_RX_RESERVED_ADDR16            0x10
959#define RADIO_2056_RX_RESERVED_ADDR17            0x11
960#define RADIO_2056_RX_RESERVED_ADDR18            0x12
961#define RADIO_2056_RX_RESERVED_ADDR19            0x13
962#define RADIO_2056_RX_RESERVED_ADDR20            0x14
963#define RADIO_2056_RX_RESERVED_ADDR21            0x15
964#define RADIO_2056_RX_RESERVED_ADDR22            0x16
965#define RADIO_2056_RX_RESERVED_ADDR23            0x17
966#define RADIO_2056_RX_RESERVED_ADDR24            0x18
967#define RADIO_2056_RX_RESERVED_ADDR25            0x19
968#define RADIO_2056_RX_RESERVED_ADDR26            0x1a
969#define RADIO_2056_RX_RESERVED_ADDR27            0x1b
970#define RADIO_2056_RX_RESERVED_ADDR28            0x1c
971#define RADIO_2056_RX_RESERVED_ADDR29            0x1d
972#define RADIO_2056_RX_RESERVED_ADDR30            0x1e
973#define RADIO_2056_RX_RESERVED_ADDR31            0x1f
974#define RADIO_2056_RX_RXIQCAL_RXMUX              0x20
975#define RADIO_2056_RX_RSSI_PU                    0x21
976#define RADIO_2056_RX_RSSI_SEL                   0x22
977#define RADIO_2056_RX_RSSI_GAIN                  0x23
978#define RADIO_2056_RX_RSSI_NB_IDAC               0x24
979#define RADIO_2056_RX_RSSI_WB2I_IDAC_1           0x25
980#define RADIO_2056_RX_RSSI_WB2I_IDAC_2           0x26
981#define RADIO_2056_RX_RSSI_WB2Q_IDAC_1           0x27
982#define RADIO_2056_RX_RSSI_WB2Q_IDAC_2           0x28
983#define RADIO_2056_RX_RSSI_POLE                  0x29
984#define RADIO_2056_RX_RSSI_WB1_IDAC              0x2a
985#define RADIO_2056_RX_RSSI_MISC                  0x2b
986#define RADIO_2056_RX_LNAA_MASTER                0x2c
987#define RADIO_2056_RX_LNAA_TUNE                  0x2d
988#define RADIO_2056_RX_LNAA_GAIN                  0x2e
989#define RADIO_2056_RX_LNA_A_SLOPE                0x2f
990#define RADIO_2056_RX_BIASPOLE_LNAA1_IDAC        0x30
991#define RADIO_2056_RX_LNAA2_IDAC                 0x31
992#define RADIO_2056_RX_LNA1A_MISC                 0x32
993#define RADIO_2056_RX_LNAG_MASTER                0x33
994#define RADIO_2056_RX_LNAG_TUNE                  0x34
995#define RADIO_2056_RX_LNAG_GAIN                  0x35
996#define RADIO_2056_RX_LNA_G_SLOPE                0x36
997#define RADIO_2056_RX_BIASPOLE_LNAG1_IDAC        0x37
998#define RADIO_2056_RX_LNAG2_IDAC                 0x38
999#define RADIO_2056_RX_LNA1G_MISC                 0x39
1000#define RADIO_2056_RX_MIXA_MASTER                0x3a
1001#define RADIO_2056_RX_MIXA_VCM                   0x3b
1002#define RADIO_2056_RX_MIXA_CTRLPTAT              0x3c
1003#define RADIO_2056_RX_MIXA_LOB_BIAS              0x3d
1004#define RADIO_2056_RX_MIXA_CORE_IDAC             0x3e
1005#define RADIO_2056_RX_MIXA_CMFB_IDAC             0x3f
1006#define RADIO_2056_RX_MIXA_BIAS_AUX              0x40
1007#define RADIO_2056_RX_MIXA_BIAS_MAIN             0x41
1008#define RADIO_2056_RX_MIXA_BIAS_MISC             0x42
1009#define RADIO_2056_RX_MIXA_MAST_BIAS             0x43
1010#define RADIO_2056_RX_MIXG_MASTER                0x44
1011#define RADIO_2056_RX_MIXG_VCM                   0x45
1012#define RADIO_2056_RX_MIXG_CTRLPTAT              0x46
1013#define RADIO_2056_RX_MIXG_LOB_BIAS              0x47
1014#define RADIO_2056_RX_MIXG_CORE_IDAC             0x48
1015#define RADIO_2056_RX_MIXG_CMFB_IDAC             0x49
1016#define RADIO_2056_RX_MIXG_BIAS_AUX              0x4a
1017#define RADIO_2056_RX_MIXG_BIAS_MAIN             0x4b
1018#define RADIO_2056_RX_MIXG_BIAS_MISC             0x4c
1019#define RADIO_2056_RX_MIXG_MAST_BIAS             0x4d
1020#define RADIO_2056_RX_TIA_MASTER                 0x4e
1021#define RADIO_2056_RX_TIA_IOPAMP                 0x4f
1022#define RADIO_2056_RX_TIA_QOPAMP                 0x50
1023#define RADIO_2056_RX_TIA_IMISC                  0x51
1024#define RADIO_2056_RX_TIA_QMISC                  0x52
1025#define RADIO_2056_RX_TIA_GAIN                   0x53
1026#define RADIO_2056_RX_TIA_SPARE1                 0x54
1027#define RADIO_2056_RX_TIA_SPARE2                 0x55
1028#define RADIO_2056_RX_BB_LPF_MASTER              0x56
1029#define RADIO_2056_RX_AACI_MASTER                0x57
1030#define RADIO_2056_RX_RXLPF_IDAC                 0x58
1031#define RADIO_2056_RX_RXLPF_OPAMPBIAS_LOWQ       0x59
1032#define RADIO_2056_RX_RXLPF_OPAMPBIAS_HIGHQ      0x5a
1033#define RADIO_2056_RX_RXLPF_BIAS_DCCANCEL        0x5b
1034#define RADIO_2056_RX_RXLPF_OUTVCM               0x5c
1035#define RADIO_2056_RX_RXLPF_INVCM_BODY           0x5d
1036#define RADIO_2056_RX_RXLPF_CC_OP                0x5e
1037#define RADIO_2056_RX_RXLPF_GAIN                 0x5f
1038#define RADIO_2056_RX_RXLPF_Q_BW                 0x60
1039#define RADIO_2056_RX_RXLPF_HP_CORNER_BW         0x61
1040#define RADIO_2056_RX_RXLPF_RCCAL_HPC            0x62
1041#define RADIO_2056_RX_RXHPF_OFF0                 0x63
1042#define RADIO_2056_RX_RXHPF_OFF1                 0x64
1043#define RADIO_2056_RX_RXHPF_OFF2                 0x65
1044#define RADIO_2056_RX_RXHPF_OFF3                 0x66
1045#define RADIO_2056_RX_RXHPF_OFF4                 0x67
1046#define RADIO_2056_RX_RXHPF_OFF5                 0x68
1047#define RADIO_2056_RX_RXHPF_OFF6                 0x69
1048#define RADIO_2056_RX_RXHPF_OFF7                 0x6a
1049#define RADIO_2056_RX_RXLPF_RCCAL_LPC            0x6b
1050#define RADIO_2056_RX_RXLPF_OFF_0                0x6c
1051#define RADIO_2056_RX_RXLPF_OFF_1                0x6d
1052#define RADIO_2056_RX_RXLPF_OFF_2                0x6e
1053#define RADIO_2056_RX_RXLPF_OFF_3                0x6f
1054#define RADIO_2056_RX_RXLPF_OFF_4                0x70
1055#define RADIO_2056_RX_UNUSED                     0x71
1056#define RADIO_2056_RX_VGA_MASTER                 0x72
1057#define RADIO_2056_RX_VGA_BIAS                   0x73
1058#define RADIO_2056_RX_VGA_BIAS_DCCANCEL          0x74
1059#define RADIO_2056_RX_VGA_GAIN                   0x75
1060#define RADIO_2056_RX_VGA_HP_CORNER_BW           0x76
1061#define RADIO_2056_RX_VGABUF_BIAS                0x77
1062#define RADIO_2056_RX_VGABUF_GAIN_BW             0x78
1063#define RADIO_2056_RX_TXFBMIX_A                  0x79
1064#define RADIO_2056_RX_TXFBMIX_G                  0x7a
1065#define RADIO_2056_RX_RXSPARE1                   0x7b
1066#define RADIO_2056_RX_RXSPARE2                   0x7c
1067#define RADIO_2056_RX_RXSPARE3                   0x7d
1068#define RADIO_2056_RX_RXSPARE4                   0x7e
1069#define RADIO_2056_RX_RXSPARE5                   0x7f
1070#define RADIO_2056_RX_RXSPARE6                   0x80
1071#define RADIO_2056_RX_RXSPARE7                   0x81
1072#define RADIO_2056_RX_RXSPARE8                   0x82
1073#define RADIO_2056_RX_RXSPARE9                   0x83
1074#define RADIO_2056_RX_RXSPARE10                  0x84
1075#define RADIO_2056_RX_RXSPARE11                  0x85
1076#define RADIO_2056_RX_RXSPARE12                  0x86
1077#define RADIO_2056_RX_RXSPARE13                  0x87
1078#define RADIO_2056_RX_RXSPARE14                  0x88
1079#define RADIO_2056_RX_RXSPARE15                  0x89
1080#define RADIO_2056_RX_RXSPARE16                  0x8a
1081#define RADIO_2056_RX_STATUS_LNAA_GAIN           0x8b
1082#define RADIO_2056_RX_STATUS_LNAG_GAIN           0x8c
1083#define RADIO_2056_RX_STATUS_MIXTIA_GAIN         0x8d
1084#define RADIO_2056_RX_STATUS_RXLPF_GAIN          0x8e
1085#define RADIO_2056_RX_STATUS_VGA_BUF_GAIN        0x8f
1086#define RADIO_2056_RX_STATUS_RXLPF_Q             0x90
1087#define RADIO_2056_RX_STATUS_RXLPF_BUF_BW        0x91
1088#define RADIO_2056_RX_STATUS_RXLPF_VGA_HPC       0x92
1089#define RADIO_2056_RX_STATUS_RXLPF_RC            0x93
1090#define RADIO_2056_RX_STATUS_HPC_RC              0x94
1091
1092#define RADIO_2056_LNA1_A_PU		0x01
1093#define RADIO_2056_LNA2_A_PU		0x02
1094#define RADIO_2056_LNA1_G_PU		0x01
1095#define RADIO_2056_LNA2_G_PU		0x02
1096#define RADIO_2056_MIXA_PU_I		0x01
1097#define RADIO_2056_MIXA_PU_Q		0x02
1098#define RADIO_2056_MIXA_PU_GM		0x10
1099#define RADIO_2056_MIXG_PU_I		0x01
1100#define RADIO_2056_MIXG_PU_Q		0x02
1101#define RADIO_2056_MIXG_PU_GM		0x10
1102#define RADIO_2056_TIA_PU			0x01
1103#define RADIO_2056_BB_LPF_PU		0x20
1104#define RADIO_2056_W1_PU			0x02
1105#define RADIO_2056_W2_PU			0x04
1106#define RADIO_2056_NB_PU			0x08
1107#define RADIO_2056_RSSI_W1_SEL		0x02
1108#define RADIO_2056_RSSI_W2_SEL		0x04
1109#define RADIO_2056_RSSI_NB_SEL		0x08
1110#define RADIO_2056_VCM_MASK			0x1c
1111#define RADIO_2056_RSSI_VCM_SHIFT	0x02
1112
1113#define RADIO_2057_DACBUF_VINCM_CORE0            0x0
1114#define RADIO_2057_IDCODE                        0x1
1115#define RADIO_2057_RCCAL_MASTER                  0x2
1116#define RADIO_2057_RCCAL_CAP_SIZE                0x3
1117#define RADIO_2057_RCAL_CONFIG                   0x4
1118#define RADIO_2057_GPAIO_CONFIG                  0x5
1119#define RADIO_2057_GPAIO_SEL1                    0x6
1120#define RADIO_2057_GPAIO_SEL0                    0x7
1121#define RADIO_2057_CLPO_CONFIG                   0x8
1122#define RADIO_2057_BANDGAP_CONFIG                0x9
1123#define RADIO_2057_BANDGAP_RCAL_TRIM             0xa
1124#define RADIO_2057_AFEREG_CONFIG                 0xb
1125#define RADIO_2057_TEMPSENSE_CONFIG              0xc
1126#define RADIO_2057_XTAL_CONFIG1                  0xd
1127#define RADIO_2057_XTAL_ICORE_SIZE               0xe
1128#define RADIO_2057_XTAL_BUF_SIZE                 0xf
1129#define RADIO_2057_XTAL_PULLCAP_SIZE             0x10
1130#define RADIO_2057_RFPLL_MASTER                  0x11
1131#define RADIO_2057_VCOMONITOR_VTH_L              0x12
1132#define RADIO_2057_VCOMONITOR_VTH_H              0x13
1133#define RADIO_2057_VCOCAL_BIASRESET_RFPLLREG_VOUT 0x14
1134#define RADIO_2057_VCO_VARCSIZE_IDAC             0x15
1135#define RADIO_2057_VCOCAL_COUNTVAL0              0x16
1136#define RADIO_2057_VCOCAL_COUNTVAL1              0x17
1137#define RADIO_2057_VCOCAL_INTCLK_COUNT           0x18
1138#define RADIO_2057_VCOCAL_MASTER                 0x19
1139#define RADIO_2057_VCOCAL_NUMCAPCHANGE           0x1a
1140#define RADIO_2057_VCOCAL_WINSIZE                0x1b
1141#define RADIO_2057_VCOCAL_DELAY_AFTER_REFRESH    0x1c
1142#define RADIO_2057_VCOCAL_DELAY_AFTER_CLOSELOOP  0x1d
1143#define RADIO_2057_VCOCAL_DELAY_AFTER_OPENLOOP   0x1e
1144#define RADIO_2057_VCOCAL_DELAY_BEFORE_OPENLOOP  0x1f
1145#define RADIO_2057_VCO_FORCECAPEN_FORCECAP1      0x20
1146#define RADIO_2057_VCO_FORCECAP0                 0x21
1147#define RADIO_2057_RFPLL_REFMASTER_SPAREXTALSIZE 0x22
1148#define RADIO_2057_RFPLL_PFD_RESET_PW            0x23
1149#define RADIO_2057_RFPLL_LOOPFILTER_R2           0x24
1150#define RADIO_2057_RFPLL_LOOPFILTER_R1           0x25
1151#define RADIO_2057_RFPLL_LOOPFILTER_C3           0x26
1152#define RADIO_2057_RFPLL_LOOPFILTER_C2           0x27
1153#define RADIO_2057_RFPLL_LOOPFILTER_C1           0x28
1154#define RADIO_2057_CP_KPD_IDAC                   0x29
1155#define RADIO_2057_RFPLL_IDACS                   0x2a
1156#define RADIO_2057_RFPLL_MISC_EN                 0x2b
1157#define RADIO_2057_RFPLL_MMD0                    0x2c
1158#define RADIO_2057_RFPLL_MMD1                    0x2d
1159#define RADIO_2057_RFPLL_MISC_CAL_RESETN         0x2e
1160#define RADIO_2057_JTAGXTAL_SIZE_CPBIAS_FILTRES  0x2f
1161#define RADIO_2057_VCO_ALCREF_BBPLLXTAL_SIZE     0x30
1162#define RADIO_2057_VCOCAL_READCAP0               0x31
1163#define RADIO_2057_VCOCAL_READCAP1               0x32
1164#define RADIO_2057_VCOCAL_STATUS                 0x33
1165#define RADIO_2057_LOGEN_PUS                     0x34
1166#define RADIO_2057_LOGEN_PTAT_RESETS             0x35
1167#define RADIO_2057_VCOBUF_IDACS                  0x36
1168#define RADIO_2057_VCOBUF_TUNE                   0x37
1169#define RADIO_2057_CMOSBUF_TX2GQ_IDACS           0x38
1170#define RADIO_2057_CMOSBUF_TX2GI_IDACS           0x39
1171#define RADIO_2057_CMOSBUF_TX5GQ_IDACS           0x3a
1172#define RADIO_2057_CMOSBUF_TX5GI_IDACS           0x3b
1173#define RADIO_2057_CMOSBUF_RX2GQ_IDACS           0x3c
1174#define RADIO_2057_CMOSBUF_RX2GI_IDACS           0x3d
1175#define RADIO_2057_CMOSBUF_RX5GQ_IDACS           0x3e
1176#define RADIO_2057_CMOSBUF_RX5GI_IDACS           0x3f
1177#define RADIO_2057_LOGEN_MX2G_IDACS              0x40
1178#define RADIO_2057_LOGEN_MX2G_TUNE               0x41
1179#define RADIO_2057_LOGEN_MX5G_IDACS              0x42
1180#define RADIO_2057_LOGEN_MX5G_TUNE               0x43
1181#define RADIO_2057_LOGEN_MX5G_RCCR               0x44
1182#define RADIO_2057_LOGEN_INDBUF2G_IDAC           0x45
1183#define RADIO_2057_LOGEN_INDBUF2G_IBOOST         0x46
1184#define RADIO_2057_LOGEN_INDBUF2G_TUNE           0x47
1185#define RADIO_2057_LOGEN_INDBUF5G_IDAC           0x48
1186#define RADIO_2057_LOGEN_INDBUF5G_IBOOST         0x49
1187#define RADIO_2057_LOGEN_INDBUF5G_TUNE           0x4a
1188#define RADIO_2057_CMOSBUF_TX_RCCR               0x4b
1189#define RADIO_2057_CMOSBUF_RX_RCCR               0x4c
1190#define RADIO_2057_LOGEN_SEL_PKDET               0x4d
1191#define RADIO_2057_CMOSBUF_SHAREIQ_PTAT          0x4e
1192#define RADIO_2057_RXTXBIAS_CONFIG_CORE0         0x4f
1193#define RADIO_2057_TXGM_TXRF_PUS_CORE0           0x50
1194#define RADIO_2057_TXGM_IDAC_BLEED_CORE0         0x51
1195#define RADIO_2057_TXGM_GAIN_CORE0               0x56
1196#define RADIO_2057_TXGM2G_PKDET_PUS_CORE0        0x57
1197#define RADIO_2057_PAD2G_PTATS_CORE0             0x58
1198#define RADIO_2057_PAD2G_IDACS_CORE0             0x59
1199#define RADIO_2057_PAD2G_BOOST_PU_CORE0          0x5a
1200#define RADIO_2057_PAD2G_CASCV_GAIN_CORE0        0x5b
1201#define RADIO_2057_TXMIX2G_TUNE_BOOST_PU_CORE0   0x5c
1202#define RADIO_2057_TXMIX2G_LODC_CORE0            0x5d
1203#define RADIO_2057_PAD2G_TUNE_PUS_CORE0          0x5e
1204#define RADIO_2057_IPA2G_GAIN_CORE0              0x5f
1205#define RADIO_2057_TSSI2G_SPARE1_CORE0           0x60
1206#define RADIO_2057_TSSI2G_SPARE2_CORE0           0x61
1207#define RADIO_2057_IPA2G_TUNEV_CASCV_PTAT_CORE0  0x62
1208#define RADIO_2057_IPA2G_IMAIN_CORE0             0x63
1209#define RADIO_2057_IPA2G_CASCONV_CORE0           0x64
1210#define RADIO_2057_IPA2G_CASCOFFV_CORE0          0x65
1211#define RADIO_2057_IPA2G_BIAS_FILTER_CORE0       0x66
1212#define RADIO_2057_TX5G_PKDET_CORE0              0x69
1213#define RADIO_2057_PGA_PTAT_TXGM5G_PU_CORE0      0x6a
1214#define RADIO_2057_PAD5G_PTATS1_CORE0            0x6b
1215#define RADIO_2057_PAD5G_CLASS_PTATS2_CORE0      0x6c
1216#define RADIO_2057_PGA_BOOSTPTAT_IMAIN_CORE0     0x6d
1217#define RADIO_2057_PAD5G_CASCV_IMAIN_CORE0       0x6e
1218#define RADIO_2057_TXMIX5G_IBOOST_PAD_IAUX_CORE0 0x6f
1219#define RADIO_2057_PGA_BOOST_TUNE_CORE0          0x70
1220#define RADIO_2057_PGA_GAIN_CORE0                0x71
1221#define RADIO_2057_PAD5G_CASCOFFV_GAIN_PUS_CORE0 0x72
1222#define RADIO_2057_TXMIX5G_BOOST_TUNE_CORE0      0x73
1223#define RADIO_2057_PAD5G_TUNE_MISC_PUS_CORE0     0x74
1224#define RADIO_2057_IPA5G_IAUX_CORE0              0x75
1225#define RADIO_2057_IPA5G_GAIN_CORE0              0x76
1226#define RADIO_2057_TSSI5G_SPARE1_CORE0           0x77
1227#define RADIO_2057_TSSI5G_SPARE2_CORE0           0x78
1228#define RADIO_2057_IPA5G_CASCOFFV_PU_CORE0       0x79
1229#define RADIO_2057_IPA5G_PTAT_CORE0              0x7a
1230#define RADIO_2057_IPA5G_IMAIN_CORE0             0x7b
1231#define RADIO_2057_IPA5G_CASCONV_CORE0           0x7c
1232#define RADIO_2057_IPA5G_BIAS_FILTER_CORE0       0x7d
1233#define RADIO_2057_PAD_BIAS_FILTER_BWS_CORE0     0x80
1234#define RADIO_2057_TR2G_CONFIG1_CORE0_NU         0x81
1235#define RADIO_2057_TR2G_CONFIG2_CORE0_NU         0x82
1236#define RADIO_2057_LNA5G_RFEN_CORE0              0x83
1237#define RADIO_2057_TR5G_CONFIG2_CORE0_NU         0x84
1238#define RADIO_2057_RXRFBIAS_IBOOST_PU_CORE0      0x85
1239#define RADIO_2057_RXRF_IABAND_RXGM_IMAIN_PTAT_CORE0 0x86
1240#define RADIO_2057_RXGM_CMFBITAIL_AUXPTAT_CORE0  0x87
1241#define RADIO_2057_RXMIX_ICORE_RXGM_IAUX_CORE0   0x88
1242#define RADIO_2057_RXMIX_CMFBITAIL_PU_CORE0      0x89
1243#define RADIO_2057_LNA2_IMAIN_PTAT_PU_CORE0      0x8a
1244#define RADIO_2057_LNA2_IAUX_PTAT_CORE0          0x8b
1245#define RADIO_2057_LNA1_IMAIN_PTAT_PU_CORE0      0x8c
1246#define RADIO_2057_LNA15G_INPUT_MATCH_TUNE_CORE0 0x8d
1247#define RADIO_2057_RXRFBIAS_BANDSEL_CORE0        0x8e
1248#define RADIO_2057_TIA_CONFIG_CORE0              0x8f
1249#define RADIO_2057_TIA_IQGAIN_CORE0              0x90
1250#define RADIO_2057_TIA_IBIAS2_CORE0              0x91
1251#define RADIO_2057_TIA_IBIAS1_CORE0              0x92
1252#define RADIO_2057_TIA_SPARE_Q_CORE0             0x93
1253#define RADIO_2057_TIA_SPARE_I_CORE0             0x94
1254#define RADIO_2057_RXMIX2G_PUS_CORE0             0x95
1255#define RADIO_2057_RXMIX2G_VCMREFS_CORE0         0x96
1256#define RADIO_2057_RXMIX2G_LODC_QI_CORE0         0x97
1257#define RADIO_2057_W12G_BW_LNA2G_PUS_CORE0       0x98
1258#define RADIO_2057_LNA2G_GAIN_CORE0              0x99
1259#define RADIO_2057_LNA2G_TUNE_CORE0              0x9a
1260#define RADIO_2057_RXMIX5G_PUS_CORE0             0x9b
1261#define RADIO_2057_RXMIX5G_VCMREFS_CORE0         0x9c
1262#define RADIO_2057_RXMIX5G_LODC_QI_CORE0         0x9d
1263#define RADIO_2057_W15G_BW_LNA5G_PUS_CORE0       0x9e
1264#define RADIO_2057_LNA5G_GAIN_CORE0              0x9f
1265#define RADIO_2057_LNA5G_TUNE_CORE0              0xa0
1266#define RADIO_2057_LPFSEL_TXRX_RXBB_PUS_CORE0    0xa1
1267#define RADIO_2057_RXBB_BIAS_MASTER_CORE0        0xa2
1268#define RADIO_2057_RXBB_VGABUF_IDACS_CORE0       0xa3
1269#define RADIO_2057_LPF_VCMREF_TXBUF_VCMREF_CORE0 0xa4
1270#define RADIO_2057_TXBUF_VINCM_CORE0             0xa5
1271#define RADIO_2057_TXBUF_IDACS_CORE0             0xa6
1272#define RADIO_2057_LPF_RESP_RXBUF_BW_CORE0       0xa7
1273#define RADIO_2057_RXBB_CC_CORE0                 0xa8
1274#define RADIO_2057_RXBB_SPARE3_CORE0             0xa9
1275#define RADIO_2057_RXBB_RCCAL_HPC_CORE0          0xaa
1276#define RADIO_2057_LPF_IDACS_CORE0               0xab
1277#define RADIO_2057_LPFBYP_DCLOOP_BYP_IDAC_CORE0  0xac
1278#define RADIO_2057_TXBUF_GAIN_CORE0              0xad
1279#define RADIO_2057_AFELOOPBACK_AACI_RESP_CORE0   0xae
1280#define RADIO_2057_RXBUF_DEGEN_CORE0             0xaf
1281#define RADIO_2057_RXBB_SPARE2_CORE0             0xb0
1282#define RADIO_2057_RXBB_SPARE1_CORE0             0xb1
1283#define RADIO_2057_RSSI_MASTER_CORE0             0xb2
1284#define RADIO_2057_W2_MASTER_CORE0               0xb3
1285#define RADIO_2057_NB_MASTER_CORE0               0xb4
1286#define RADIO_2057_W2_IDACS0_Q_CORE0             0xb5
1287#define RADIO_2057_W2_IDACS1_Q_CORE0             0xb6
1288#define RADIO_2057_W2_IDACS0_I_CORE0             0xb7
1289#define RADIO_2057_W2_IDACS1_I_CORE0             0xb8
1290#define RADIO_2057_RSSI_GPAIOSEL_W1_IDACS_CORE0  0xb9
1291#define RADIO_2057_NB_IDACS_Q_CORE0              0xba
1292#define RADIO_2057_NB_IDACS_I_CORE0              0xbb
1293#define RADIO_2057_BACKUP4_CORE0                 0xc1
1294#define RADIO_2057_BACKUP3_CORE0                 0xc2
1295#define RADIO_2057_BACKUP2_CORE0                 0xc3
1296#define RADIO_2057_BACKUP1_CORE0                 0xc4
1297#define RADIO_2057_SPARE16_CORE0                 0xc5
1298#define RADIO_2057_SPARE15_CORE0                 0xc6
1299#define RADIO_2057_SPARE14_CORE0                 0xc7
1300#define RADIO_2057_SPARE13_CORE0                 0xc8
1301#define RADIO_2057_SPARE12_CORE0                 0xc9
1302#define RADIO_2057_SPARE11_CORE0                 0xca
1303#define RADIO_2057_TX2G_BIAS_RESETS_CORE0        0xcb
1304#define RADIO_2057_TX5G_BIAS_RESETS_CORE0        0xcc
1305#define RADIO_2057_IQTEST_SEL_PU                 0xcd
1306#define RADIO_2057_XTAL_CONFIG2                  0xce
1307#define RADIO_2057_BUFS_MISC_LPFBW_CORE0         0xcf
1308#define RADIO_2057_TXLPF_RCCAL_CORE0             0xd0
1309#define RADIO_2057_RXBB_GPAIOSEL_RXLPF_RCCAL_CORE0 0xd1
1310#define RADIO_2057_LPF_GAIN_CORE0                0xd2
1311#define RADIO_2057_DACBUF_IDACS_BW_CORE0         0xd3
1312#define RADIO_2057_RXTXBIAS_CONFIG_CORE1         0xd4
1313#define RADIO_2057_TXGM_TXRF_PUS_CORE1           0xd5
1314#define RADIO_2057_TXGM_IDAC_BLEED_CORE1         0xd6
1315#define RADIO_2057_TXGM_GAIN_CORE1               0xdb
1316#define RADIO_2057_TXGM2G_PKDET_PUS_CORE1        0xdc
1317#define RADIO_2057_PAD2G_PTATS_CORE1             0xdd
1318#define RADIO_2057_PAD2G_IDACS_CORE1             0xde
1319#define RADIO_2057_PAD2G_BOOST_PU_CORE1          0xdf
1320#define RADIO_2057_PAD2G_CASCV_GAIN_CORE1        0xe0
1321#define RADIO_2057_TXMIX2G_TUNE_BOOST_PU_CORE1   0xe1
1322#define RADIO_2057_TXMIX2G_LODC_CORE1            0xe2
1323#define RADIO_2057_PAD2G_TUNE_PUS_CORE1          0xe3
1324#define RADIO_2057_IPA2G_GAIN_CORE1              0xe4
1325#define RADIO_2057_TSSI2G_SPARE1_CORE1           0xe5
1326#define RADIO_2057_TSSI2G_SPARE2_CORE1           0xe6
1327#define RADIO_2057_IPA2G_TUNEV_CASCV_PTAT_CORE1  0xe7
1328#define RADIO_2057_IPA2G_IMAIN_CORE1             0xe8
1329#define RADIO_2057_IPA2G_CASCONV_CORE1           0xe9
1330#define RADIO_2057_IPA2G_CASCOFFV_CORE1          0xea
1331#define RADIO_2057_IPA2G_BIAS_FILTER_CORE1       0xeb
1332#define RADIO_2057_TX5G_PKDET_CORE1              0xee
1333#define RADIO_2057_PGA_PTAT_TXGM5G_PU_CORE1      0xef
1334#define RADIO_2057_PAD5G_PTATS1_CORE1            0xf0
1335#define RADIO_2057_PAD5G_CLASS_PTATS2_CORE1      0xf1
1336#define RADIO_2057_PGA_BOOSTPTAT_IMAIN_CORE1     0xf2
1337#define RADIO_2057_PAD5G_CASCV_IMAIN_CORE1       0xf3
1338#define RADIO_2057_TXMIX5G_IBOOST_PAD_IAUX_CORE1 0xf4
1339#define RADIO_2057_PGA_BOOST_TUNE_CORE1          0xf5
1340#define RADIO_2057_PGA_GAIN_CORE1                0xf6
1341#define RADIO_2057_PAD5G_CASCOFFV_GAIN_PUS_CORE1 0xf7
1342#define RADIO_2057_TXMIX5G_BOOST_TUNE_CORE1      0xf8
1343#define RADIO_2057_PAD5G_TUNE_MISC_PUS_CORE1     0xf9
1344#define RADIO_2057_IPA5G_IAUX_CORE1              0xfa
1345#define RADIO_2057_IPA5G_GAIN_CORE1              0xfb
1346#define RADIO_2057_TSSI5G_SPARE1_CORE1           0xfc
1347#define RADIO_2057_TSSI5G_SPARE2_CORE1           0xfd
1348#define RADIO_2057_IPA5G_CASCOFFV_PU_CORE1       0xfe
1349#define RADIO_2057_IPA5G_PTAT_CORE1              0xff
1350#define RADIO_2057_IPA5G_IMAIN_CORE1             0x100
1351#define RADIO_2057_IPA5G_CASCONV_CORE1           0x101
1352#define RADIO_2057_IPA5G_BIAS_FILTER_CORE1       0x102
1353#define RADIO_2057_PAD_BIAS_FILTER_BWS_CORE1     0x105
1354#define RADIO_2057_TR2G_CONFIG1_CORE1_NU         0x106
1355#define RADIO_2057_TR2G_CONFIG2_CORE1_NU         0x107
1356#define RADIO_2057_LNA5G_RFEN_CORE1              0x108
1357#define RADIO_2057_TR5G_CONFIG2_CORE1_NU         0x109
1358#define RADIO_2057_RXRFBIAS_IBOOST_PU_CORE1      0x10a
1359#define RADIO_2057_RXRF_IABAND_RXGM_IMAIN_PTAT_CORE1 0x10b
1360#define RADIO_2057_RXGM_CMFBITAIL_AUXPTAT_CORE1  0x10c
1361#define RADIO_2057_RXMIX_ICORE_RXGM_IAUX_CORE1   0x10d
1362#define RADIO_2057_RXMIX_CMFBITAIL_PU_CORE1      0x10e
1363#define RADIO_2057_LNA2_IMAIN_PTAT_PU_CORE1      0x10f
1364#define RADIO_2057_LNA2_IAUX_PTAT_CORE1          0x110
1365#define RADIO_2057_LNA1_IMAIN_PTAT_PU_CORE1      0x111
1366#define RADIO_2057_LNA15G_INPUT_MATCH_TUNE_CORE1 0x112
1367#define RADIO_2057_RXRFBIAS_BANDSEL_CORE1        0x113
1368#define RADIO_2057_TIA_CONFIG_CORE1              0x114
1369#define RADIO_2057_TIA_IQGAIN_CORE1              0x115
1370#define RADIO_2057_TIA_IBIAS2_CORE1              0x116
1371#define RADIO_2057_TIA_IBIAS1_CORE1              0x117
1372#define RADIO_2057_TIA_SPARE_Q_CORE1             0x118
1373#define RADIO_2057_TIA_SPARE_I_CORE1             0x119
1374#define RADIO_2057_RXMIX2G_PUS_CORE1             0x11a
1375#define RADIO_2057_RXMIX2G_VCMREFS_CORE1         0x11b
1376#define RADIO_2057_RXMIX2G_LODC_QI_CORE1         0x11c
1377#define RADIO_2057_W12G_BW_LNA2G_PUS_CORE1       0x11d
1378#define RADIO_2057_LNA2G_GAIN_CORE1              0x11e
1379#define RADIO_2057_LNA2G_TUNE_CORE1              0x11f
1380#define RADIO_2057_RXMIX5G_PUS_CORE1             0x120
1381#define RADIO_2057_RXMIX5G_VCMREFS_CORE1         0x121
1382#define RADIO_2057_RXMIX5G_LODC_QI_CORE1         0x122
1383#define RADIO_2057_W15G_BW_LNA5G_PUS_CORE1       0x123
1384#define RADIO_2057_LNA5G_GAIN_CORE1              0x124
1385#define RADIO_2057_LNA5G_TUNE_CORE1              0x125
1386#define RADIO_2057_LPFSEL_TXRX_RXBB_PUS_CORE1    0x126
1387#define RADIO_2057_RXBB_BIAS_MASTER_CORE1        0x127
1388#define RADIO_2057_RXBB_VGABUF_IDACS_CORE1       0x128
1389#define RADIO_2057_LPF_VCMREF_TXBUF_VCMREF_CORE1 0x129
1390#define RADIO_2057_TXBUF_VINCM_CORE1             0x12a
1391#define RADIO_2057_TXBUF_IDACS_CORE1             0x12b
1392#define RADIO_2057_LPF_RESP_RXBUF_BW_CORE1       0x12c
1393#define RADIO_2057_RXBB_CC_CORE1                 0x12d
1394#define RADIO_2057_RXBB_SPARE3_CORE1             0x12e
1395#define RADIO_2057_RXBB_RCCAL_HPC_CORE1          0x12f
1396#define RADIO_2057_LPF_IDACS_CORE1               0x130
1397#define RADIO_2057_LPFBYP_DCLOOP_BYP_IDAC_CORE1  0x131
1398#define RADIO_2057_TXBUF_GAIN_CORE1              0x132
1399#define RADIO_2057_AFELOOPBACK_AACI_RESP_CORE1   0x133
1400#define RADIO_2057_RXBUF_DEGEN_CORE1             0x134
1401#define RADIO_2057_RXBB_SPARE2_CORE1             0x135
1402#define RADIO_2057_RXBB_SPARE1_CORE1             0x136
1403#define RADIO_2057_RSSI_MASTER_CORE1             0x137
1404#define RADIO_2057_W2_MASTER_CORE1               0x138
1405#define RADIO_2057_NB_MASTER_CORE1               0x139
1406#define RADIO_2057_W2_IDACS0_Q_CORE1             0x13a
1407#define RADIO_2057_W2_IDACS1_Q_CORE1             0x13b
1408#define RADIO_2057_W2_IDACS0_I_CORE1             0x13c
1409#define RADIO_2057_W2_IDACS1_I_CORE1             0x13d
1410#define RADIO_2057_RSSI_GPAIOSEL_W1_IDACS_CORE1  0x13e
1411#define RADIO_2057_NB_IDACS_Q_CORE1              0x13f
1412#define RADIO_2057_NB_IDACS_I_CORE1              0x140
1413#define RADIO_2057_BACKUP4_CORE1                 0x146
1414#define RADIO_2057_BACKUP3_CORE1                 0x147
1415#define RADIO_2057_BACKUP2_CORE1                 0x148
1416#define RADIO_2057_BACKUP1_CORE1                 0x149
1417#define RADIO_2057_SPARE16_CORE1                 0x14a
1418#define RADIO_2057_SPARE15_CORE1                 0x14b
1419#define RADIO_2057_SPARE14_CORE1                 0x14c
1420#define RADIO_2057_SPARE13_CORE1                 0x14d
1421#define RADIO_2057_SPARE12_CORE1                 0x14e
1422#define RADIO_2057_SPARE11_CORE1                 0x14f
1423#define RADIO_2057_TX2G_BIAS_RESETS_CORE1        0x150
1424#define RADIO_2057_TX5G_BIAS_RESETS_CORE1        0x151
1425#define RADIO_2057_SPARE8_CORE1                  0x152
1426#define RADIO_2057_SPARE7_CORE1                  0x153
1427#define RADIO_2057_BUFS_MISC_LPFBW_CORE1         0x154
1428#define RADIO_2057_TXLPF_RCCAL_CORE1             0x155
1429#define RADIO_2057_RXBB_GPAIOSEL_RXLPF_RCCAL_CORE1 0x156
1430#define RADIO_2057_LPF_GAIN_CORE1                0x157
1431#define RADIO_2057_DACBUF_IDACS_BW_CORE1         0x158
1432#define RADIO_2057_DACBUF_VINCM_CORE1            0x159
1433#define RADIO_2057_RCCAL_START_R1_Q1_P1          0x15a
1434#define RADIO_2057_RCCAL_X1                      0x15b
1435#define RADIO_2057_RCCAL_TRC0                    0x15c
1436#define RADIO_2057_RCCAL_TRC1                    0x15d
1437#define RADIO_2057_RCCAL_DONE_OSCCAP             0x15e
1438#define RADIO_2057_RCCAL_N0_0                    0x15f
1439#define RADIO_2057_RCCAL_N0_1                    0x160
1440#define RADIO_2057_RCCAL_N1_0                    0x161
1441#define RADIO_2057_RCCAL_N1_1                    0x162
1442#define RADIO_2057_RCAL_STATUS                   0x163
1443#define RADIO_2057_XTALPUOVR_PINCTRL             0x164
1444#define RADIO_2057_OVR_REG0                      0x165
1445#define RADIO_2057_OVR_REG1                      0x166
1446#define RADIO_2057_OVR_REG2                      0x167
1447#define RADIO_2057_OVR_REG3                      0x168
1448#define RADIO_2057_OVR_REG4                      0x169
1449#define RADIO_2057_RCCAL_SCAP_VAL                0x16a
1450#define RADIO_2057_RCCAL_BCAP_VAL                0x16b
1451#define RADIO_2057_RCCAL_HPC_VAL                 0x16c
1452#define RADIO_2057_RCCAL_OVERRIDES               0x16d
1453#define RADIO_2057_TX0_IQCAL_GAIN_BW             0x170
1454#define RADIO_2057_TX0_LOFT_FINE_I               0x171
1455#define RADIO_2057_TX0_LOFT_FINE_Q               0x172
1456#define RADIO_2057_TX0_LOFT_COARSE_I             0x173
1457#define RADIO_2057_TX0_LOFT_COARSE_Q             0x174
1458#define RADIO_2057_TX0_TX_SSI_MASTER             0x175
1459#define RADIO_2057_TX0_IQCAL_VCM_HG              0x176
1460#define RADIO_2057_TX0_IQCAL_IDAC                0x177
1461#define RADIO_2057_TX0_TSSI_VCM                  0x178
1462#define RADIO_2057_TX0_TX_SSI_MUX                0x179
1463#define RADIO_2057_TX0_TSSIA                     0x17a
1464#define RADIO_2057_TX0_TSSIG                     0x17b
1465#define RADIO_2057_TX0_TSSI_MISC1                0x17c
1466#define RADIO_2057_TX0_TXRXCOUPLE_2G_ATTEN       0x17d
1467#define RADIO_2057_TX0_TXRXCOUPLE_2G_PWRUP       0x17e
1468#define RADIO_2057_TX0_TXRXCOUPLE_5G_ATTEN       0x17f
1469#define RADIO_2057_TX0_TXRXCOUPLE_5G_PWRUP       0x180
1470#define RADIO_2057_TX1_IQCAL_GAIN_BW             0x190
1471#define RADIO_2057_TX1_LOFT_FINE_I               0x191
1472#define RADIO_2057_TX1_LOFT_FINE_Q               0x192
1473#define RADIO_2057_TX1_LOFT_COARSE_I             0x193
1474#define RADIO_2057_TX1_LOFT_COARSE_Q             0x194
1475#define RADIO_2057_TX1_TX_SSI_MASTER             0x195
1476#define RADIO_2057_TX1_IQCAL_VCM_HG              0x196
1477#define RADIO_2057_TX1_IQCAL_IDAC                0x197
1478#define RADIO_2057_TX1_TSSI_VCM                  0x198
1479#define RADIO_2057_TX1_TX_SSI_MUX                0x199
1480#define RADIO_2057_TX1_TSSIA                     0x19a
1481#define RADIO_2057_TX1_TSSIG                     0x19b
1482#define RADIO_2057_TX1_TSSI_MISC1                0x19c
1483#define RADIO_2057_TX1_TXRXCOUPLE_2G_ATTEN       0x19d
1484#define RADIO_2057_TX1_TXRXCOUPLE_2G_PWRUP       0x19e
1485#define RADIO_2057_TX1_TXRXCOUPLE_5G_ATTEN       0x19f
1486#define RADIO_2057_TX1_TXRXCOUPLE_5G_PWRUP       0x1a0
1487#define RADIO_2057_AFE_VCM_CAL_MASTER_CORE0      0x1a1
1488#define RADIO_2057_AFE_SET_VCM_I_CORE0           0x1a2
1489#define RADIO_2057_AFE_SET_VCM_Q_CORE0           0x1a3
1490#define RADIO_2057_AFE_STATUS_VCM_IQADC_CORE0    0x1a4
1491#define RADIO_2057_AFE_STATUS_VCM_I_CORE0        0x1a5
1492#define RADIO_2057_AFE_STATUS_VCM_Q_CORE0        0x1a6
1493#define RADIO_2057_AFE_VCM_CAL_MASTER_CORE1      0x1a7
1494#define RADIO_2057_AFE_SET_VCM_I_CORE1           0x1a8
1495#define RADIO_2057_AFE_SET_VCM_Q_CORE1           0x1a9
1496#define RADIO_2057_AFE_STATUS_VCM_IQADC_CORE1    0x1aa
1497#define RADIO_2057_AFE_STATUS_VCM_I_CORE1        0x1ab
1498#define RADIO_2057_AFE_STATUS_VCM_Q_CORE1        0x1ac
1499
1500#define RADIO_2057v7_DACBUF_VINCM_CORE0          0x1ad
1501#define RADIO_2057v7_RCCAL_MASTER                0x1ae
1502#define RADIO_2057v7_TR2G_CONFIG3_CORE0_NU       0x1af
1503#define RADIO_2057v7_TR2G_CONFIG3_CORE1_NU       0x1b0
1504#define RADIO_2057v7_LOGEN_PUS1                  0x1b1
1505#define RADIO_2057v7_OVR_REG5                    0x1b2
1506#define RADIO_2057v7_OVR_REG6                    0x1b3
1507#define RADIO_2057v7_OVR_REG7                    0x1b4
1508#define RADIO_2057v7_OVR_REG8                    0x1b5
1509#define RADIO_2057v7_OVR_REG9                    0x1b6
1510#define RADIO_2057v7_OVR_REG10                   0x1b7
1511#define RADIO_2057v7_OVR_REG11                   0x1b8
1512#define RADIO_2057v7_OVR_REG12                   0x1b9
1513#define RADIO_2057v7_OVR_REG13                   0x1ba
1514#define RADIO_2057v7_OVR_REG14                   0x1bb
1515#define RADIO_2057v7_OVR_REG15                   0x1bc
1516#define RADIO_2057v7_OVR_REG16                   0x1bd
1517#define RADIO_2057v7_OVR_REG1                    0x1be
1518#define RADIO_2057v7_OVR_REG18                   0x1bf
1519#define RADIO_2057v7_OVR_REG19                   0x1c0
1520#define RADIO_2057v7_OVR_REG20                   0x1c1
1521#define RADIO_2057v7_OVR_REG21                   0x1c2
1522#define RADIO_2057v7_OVR_REG2                    0x1c3
1523#define RADIO_2057v7_OVR_REG23                   0x1c4
1524#define RADIO_2057v7_OVR_REG24                   0x1c5
1525#define RADIO_2057v7_OVR_REG25                   0x1c6
1526#define RADIO_2057v7_OVR_REG26                   0x1c7
1527#define RADIO_2057v7_OVR_REG27                   0x1c8
1528#define RADIO_2057v7_OVR_REG28                   0x1c9
1529#define RADIO_2057v7_IQTEST_SEL_PU2              0x1ca
1530
1531#define RADIO_2057_VCM_MASK			 0x7
1532
1533#endif				/* _BRCM_PHY_RADIO_H_ */
1534