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