Switch from GPLv2 to GPLv2+
[fw/altos] / src / drivers / ao_cc1200.h
1 /*
2  * Copyright © 2012 Keith Packard <keithp@keithp.com>
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or
7  * (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License along
15  * with this program; if not, write to the Free Software Foundation, Inc.,
16  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
17  */
18
19 #ifndef _AO_CC1200_H_
20 #define _AO_CC1200_H_
21
22 #define CC1200_READ     (7)
23 #define CC1200_BURST    (6)
24
25 /* Register space */
26 #define CC1200_IOCFG3           0x00
27 #define  CC1200_IOCFG_GPIO_ATRAN        7
28 #define  CC1200_IOCFG_GPIO_INV          6
29 #define  CC1200_IOCFG_GPIO_CFG          0
30 #define  CC1200_IOCFG_GPIO_CFG_RXFIFO_THR       0
31 #define  CC1200_IOCFG_GPIO_CFG_RXFIFO_THR_PKT   1
32 #define  CC1200_IOCFG_GPIO_CFG_TXFIFO_THR       2
33 #define  CC1200_IOCFG_GPIO_CFG_TXFIFO_THR_PKT   3
34 #define  CC1200_IOCFG_GPIO_CFG_RXFIFO_OVERFLOW  4
35 #define  CC1200_IOCFG_GPIO_CFG_TXFIFO_UNDERFLOW 5
36 #define  CC1200_IOCFG_GPIO_CFG_PKT_SYNC_RXTX    6
37 #define  CC1200_IOCFG_GPIO_CFG_CRC_OK           7
38 #define  CC1200_IOCFG_GPIO_CFG_SERIAL_CLK       8
39 #define  CC1200_IOCFG_GPIO_CFG_SERIAL_RX        9
40 #define  CC1200_IOCFG_GPIO_CFG_PQT_REACHED      11
41 #define  CC1200_IOCFG_GPIO_CFG_PQT_VALID        12
42 #define  CC1200_IOCFG_GPIO_CFG_RSSI_VALID       13
43 #define  CC1200_IOCFG_GPIO3_CFG_RSSI_UPDATE     14
44 #define  CC1200_IOCFG_GPIO2_CFG_RSSI_UPDATE     14
45 #define  CC1200_IOCFG_GPIO1_CFG_AGC_HOLD        14
46 #define  CC1200_IOCFG_GPIO0_CFG_AGC_UPDATE      14
47 #define  CC1200_IOCFG_GPIO3_CFG_CGA_STATUS      15
48 #define  CC1200_IOCFG_GPIO2_CFG_TXONCCA_DONE    15
49 #define  CC1200_IOCFG_GPIO1_CFG_CCA_STATUS      15
50 #define  CC1200_IOCFG_GPIO0_CFG_TXONCCA_FAILED  15
51 #define  CC1200_IOCFG_GPIO_CFG_CARRIER_SENSE_VALID      16
52 #define  CC1200_IOCFG_GPIO_CFG_CARRIER_SENSE    17
53 #define  CC1200_IOCFG_GPIO3_CFG_DSSS_CLK        18
54 #define  CC1200_IOCFG_GPIO2_CFG_DSSS_DATA0      18
55 #define  CC1200_IOCFG_GPIO1_CFG_DSSS_CLK        18
56 #define  CC1200_IOCFG_GPIO0_CFG_DSSS_DATA1      18
57 #define  CC1200_IOCFG_GPIO_CFG_PKT_CRC_OK       19
58 #define  CC1200_IOCFG_GPIO_CFG_MARC_MCU_WAKEUP  20
59 #define  CC1200_IOCFG_GPIO_CFG_SYNC_LOW0_HIGH1  21
60 #define  CC1200_IOCFG_GPIO_CFG_LNA_PA_REG_PD    23
61 #define  CC1200_IOCFG_GPIO_CFG_LNA_PD           24
62 #define  CC1200_IOCFG_GPIO_CFG_PA_RD            25
63 #define  CC1200_IOCFG_GPIO_CFG_RX0TX1_CFG       26
64 #define  CC1200_IOCFG_GPIO_CFG_IMAGE_FOUND      28
65 #define  CC1200_IOCFG_GPIO_CFG_CLKEN_SOFT       29
66 #define  CC1200_IOCFG_GPIO_CFG_SOFT_TX_DATA_CLK 30
67 #define  CC1200_IOCFG_GPIO_CFG_RSSI_STEP_FOUND  33
68 #define  CC1200_IOCFG_GPIO_CFG_RSSI_STEP_EVENT  34
69 #define  CC1200_IOCFG_GPIO_CFG_ANTENNA_SELECT   36
70 #define  CC1200_IOCFG_GPIO_CFG_MARC_2PIN_STATUS1        37
71 #define  CC1200_IOCFG_GPIO_CFG_MARC_2PIN_STATUS0        38
72 #define  CC1200_IOCFG_GPIO2_CFG_TXFIFO_OVERFLOW         39
73 #define  CC1200_IOCFG_GPIO0_CFG_RXFIFO_UNDERFLOW        39
74 #define  CC1200_IOCFG_GPIO3_CFG_MAGN_VALID      40
75 #define  CC1200_IOCFG_GPIO2_CFG_CHFILT_VALID    40
76 #define  CC1200_IOCFG_GPIO1_CFG_RCC_CAL_VALID   40
77 #define  CC1200_IOCFG_GPIO0_CFG_CHFILTER_STARTUP_VALID  40
78 #define  CC1200_IOCFG_GPIO3_CFG_COLLISION_FOUND         41
79 #define  CC1200_IOCFG_GPIO2_CFG_SYNC_EVENT              41
80 #define  CC1200_IOCFG_GPIO1_CFG_COLLISION_FOUND         41
81 #define  CC1200_IOCFG_GPIO0_CFG_COLLISION_EVENT         41
82 #define  CC1200_IOCFG_GPIO_CFG_PA_RAMP_UP               42
83 #define  CC1200_IOCFG_GPIO3_CFG_CRC_FAILED              43
84 #define  CC1200_IOCFG_GPIO2_CFG_LENGTH_FAILED           43
85 #define  CC1200_IOCFG_GPIO1_CFG_ADDR_FAILED             43
86 #define  CC1200_IOCFG_GPIO0_CFG_UART_FRAMING_ERROR      43
87 #define  CC1200_IOCFG_GPIO_CFG_AGC_STABLE_GAIN          44
88 #define  CC1200_IOCFG_GPIO_CFG_AGC_UPDATE               45
89 #define  CC1200_IOCFG_GPIO3_CFG_ADC_CLOCK               46
90 #define  CC1200_IOCFG_GPIO2_CFG_ADC_Q_DATA_SAMPLE       46
91 #define  CC1200_IOCFG_GPIO1_CFG_ADC_CLOCK               46
92 #define  CC1200_IOCFG_GPIO0_CFG_ADC_I_DATA_SAMPLE       46
93 #define  CC1200_IOCFG_GPIO_CFG_HIGHZ                    48
94 #define  CC1200_IOCFG_GPIO_CFG_EXT_CLOCK                49
95 #define  CC1200_IOCFG_GPIO_CFG_CHIP_RDY                 50
96 #define  CC1200_IOCFG_GPIO_CFG_HW0                      51
97 #define  CC1200_IOCFG_GPIO_CFG_CLOCK_32K                54
98 #define  CC1200_IOCFG_GPIO_CFG_WOR_EVENT0               55
99 #define  CC1200_IOCFG_GPIO_CFG_WOR_EVENT1               56
100 #define  CC1200_IOCFG_GPIO_CFG_WOR_EVENT2               57
101 #define  CC1200_IOCFG_GPIO_CFG_XOSC_STABLE              59
102 #define  CC1200_IOCFG_GPIO_CFG_EXT_OSC_EN               60
103 #define  CC1200_IOCFG_GPIO_CFG_MASK     0x3f
104
105 #define CC1200_IOCFG2           0x01
106 #define CC1200_IOCFG1           0x02
107 #define CC1200_IOCFG0           0x03
108 #define CC1200_SYNC3            0x04
109 #define CC1200_SYNC2            0x05
110 #define CC1200_SYNC1            0x06
111 #define CC1200_SYNC0            0x07
112
113 #define CC1200_SYNC_CFG1        0x08
114
115 #define  CC1200_SYNC_CFG1_SYNC_MODE     5
116 #define  CC1200_SYNC_CFG1_SYNC_MODE_NONE                0
117 #define  CC1200_SYNC_CFG1_SYNC_MODE_11_BITS             1
118 #define  CC1200_SYNC_CFG1_SYNC_MODE_16_BITS             2
119 #define  CC1200_SYNC_CFG1_SYNC_MODE_18_BITS             3
120 #define  CC1200_SYNC_CFG1_SYNC_MODE_24_BITS             4
121 #define  CC1200_SYNC_CFG1_SYNC_MODE_32_BITS             5
122 #define  CC1200_SYNC_CFG1_SYNC_MODE_16H_BITS            6
123 #define  CC1200_SYNC_CFG1_SYNC_MODE_16D_BITS            7
124 #define  CC1200_SYNC_CFG1_SYNC_MODE_MASK                7
125
126 #define  CC1200_SYNC_CFG1_SYNC_THR      0
127 #define  CC1200_SYNC_CFG1_SYNC_MASK                     0x1f
128
129 #define CC1200_SYNC_CFG0        0x09
130 #define  CC1200_SYNC_CFG0_AUTO_CLEAR            5
131 #define  CC1200_SYNC_CFG0_RX_CONFIG_LIMITATION  4
132 #define  CC1200_SYNC_CFG0_PQT_GATING_EN         3
133 #define  CC1200_SYNC_CFG0_EXT_SYNC_DETECT       2
134
135 #define  CC1200_SYNC_CFG0_SYNC_STRICT_SYNC_CHECK        0
136 #define  CC1200_SYNC_CFG0_SYNC_STRICT_SYNC_CHECK_LEVEL_1        0
137 #define  CC1200_SYNC_CFG0_SYNC_STRICT_SYNC_CHECK_LEVEL_2        1
138 #define  CC1200_SYNC_CFG0_SYNC_STRICT_SYNC_CHECK_LEVEL_3        2
139 #define  CC1200_SYNC_CFG0_SYNC_STRICT_SYNC_CHECK_DISABLED       3
140 #define  CC1200_SYNC_CFG0_SYNC_STRICT_SYNC_CHECK_MASK           3
141
142 #define CC1200_DEVIATION_M      0x0a
143 #define CC1200_MODCFG_DEV_E     0x0b
144 #define  CC1200_MODCFG_DEV_E_MODEM_MODE         6
145 #define  CC1200_MODCFG_DEV_E_MODEM_MODE_NORMAL          0
146 #define  CC1200_MODCFG_DEV_E_MODEM_MODE_DSSS_REPEAT     1
147 #define  CC1200_MODCFG_DEV_E_MODEM_MODE_DSSS_PN         2
148 #define  CC1200_MODCFG_DEV_E_MODEM_MODE_CARRIER_SENSE   3
149 #define  CC1200_MODCFG_DEV_E_MODEM_MODE_MASK            3
150 #define  CC1200_MODCFG_DEV_E_MOD_FORMAT         3
151 #define  CC1200_MODCFG_DEV_E_MOD_FORMAT_2_FSK           0
152 #define  CC1200_MODCFG_DEV_E_MOD_FORMAT_2_GFSK          1
153 #define  CC1200_MODCFG_DEV_E_MOD_FORMAT_ASK_OOK         3
154 #define  CC1200_MODCFG_DEV_E_MOD_FORMAT_4_FSK           4
155 #define  CC1200_MODCFG_DEV_E_MOD_FORMAT_4_GFSK          5
156 #define  CC1200_MODCFG_DEV_E_MOD_FORMAT_MASK            7
157 #define  CC1200_MODCFG_DEV_E_DEV_E              0
158 #define  CC1200_MODCFG_DEV_E_DEV_E_MASK         7
159
160 #define CC1200_DCFILT_CFG       0x0c
161 #define CC1200_PREAMBLE_CFG1    0x0d
162 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE      2
163 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_NONE         0
164 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_0_5_BYTE     1
165 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_1_BYTE       2
166 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_1_5_BYTE     3
167 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_2_BYTES      4
168 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_3_BYTES      5
169 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_4_BYTES      6
170 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_5_BYTES      7
171 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_6_BYTES      8
172 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_7_BYTES      9
173 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_8_BYTES      10
174 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_12_BYTES     11
175 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_24_BYTES     12
176 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_30_BYTES     13
177 #define  CC1200_PREAMBLE_CFG1_NUM_PREAMBLE_MASK         0xf
178
179 #define  CC1200_PREAMBLE_CFG1_PREAMBLE_WORD     0
180 #define  CC1200_PREAMBLE_CFG1_PREAMBLE_WORD_AA          0
181 #define  CC1200_PREAMBLE_CFG1_PREAMBLE_WORD_55          1
182 #define  CC1200_PREAMBLE_CFG1_PREAMBLE_WORD_33          2
183 #define  CC1200_PREAMBLE_CFG1_PREAMBLE_WORD_CC          3
184 #define  CC1200_PREAMBLE_CFG1_PREAMBLE_WORD_MASK        3
185
186 #define CC1200_PREAMBLE_CFG0    0x0e
187 #define  CC1200_PREAMBLE_CFG0_PQT_EN            7
188 #define  CC1200_PREAMBLE_CFG0_PQT_VALID_TIMEOUT 4
189 #define  CC1200_PREAMBLE_CFG0_PQT_VALID_TIMEOUT_11      0
190 #define  CC1200_PREAMBLE_CFG0_PQT_VALID_TIMEOUT_12      1
191 #define  CC1200_PREAMBLE_CFG0_PQT_VALID_TIMEOUT_13      2
192 #define  CC1200_PREAMBLE_CFG0_PQT_VALID_TIMEOUT_15      3
193 #define  CC1200_PREAMBLE_CFG0_PQT_VALID_TIMEOUT_16      4
194 #define  CC1200_PREAMBLE_CFG0_PQT_VALID_TIMEOUT_17      5
195 #define  CC1200_PREAMBLE_CFG0_PQT_VALID_TIMEOUT_24      6
196 #define  CC1200_PREAMBLE_CFG0_PQT_VALID_TIMEOUT_32      7
197 #define  CC1200_PREAMBLE_CFG0_PQT               0
198 #define  CC1200_PREAMBLE_CFG0_PQT_MASK                  0xf
199
200 #define CC1200_IQIC             0x0f
201 #define CC1200_CHAN_BW          0x10
202 #define  CC1200_CHAN_BW_ADC_CIC_DECFACT         6
203 #define  CC1200_CHAN_BW_ADC_CIC_DECFACT_12              0
204 #define  CC1200_CHAN_BW_ADC_CIC_DECFACT_24              1
205 #define  CC1200_CHAN_BW_ADC_CIC_DECFACT_48              2
206 #define  CC1200_CHAN_BW_BB_CIC_DECFACT          0
207
208 #define CC1200_MDMCFG1          0x11
209 #define  CC1200_MDMCFG1_CARRIER_SENSE_GATE      7
210 #define  CC1200_MDMCFG1_FIFO_EN                 6
211 #define  CC1200_MDMCFG1_MANCHESTER_EN           5
212 #define  CC1200_MDMCFG1_INVERT_DATA_EN          4
213 #define  CC1200_MDMCFG1_COLLISION_DETECT_EN     3
214 #define  CC1200_MDMCFG1_DVGA_GAIN               1
215 #define  CC1200_MDMCFG1_DVGA_GAIN_0                     0
216 #define  CC1200_MDMCFG1_DVGA_GAIN_3                     1
217 #define  CC1200_MDMCFG1_DVGA_GAIN_6                     2
218 #define  CC1200_MDMCFG1_DVGA_GAIN_9                     3
219 #define  CC1200_MDMCFG1_DVGA_GAIN_MASK                  3
220 #define  CC1200_MDMCFG1_SINGLE_ADC_EN           0
221
222 #define CC1200_MDMCFG0          0x12
223 #define  CC1200_MDMCFG0_TRANSPARENT_MODE_EN     6
224 #define  CC1200_MDMCFG0_TRANSPARENT_INTFACT     4
225 #define  CC1200_MDMCFG0_DATA_FILTER_EN          3
226 #define  CC1200_MDMCFG0_VITERBI_EN              2
227
228 #define CC1200_SYMBOL_RATE2     0x13
229 #define  CC1200_SYMBOL_RATE2_DATARATE_E                 4
230 #define  CC1200_SYMBOL_RATE2_DATARATE_E_MASK            0xf
231 #define  CC1200_SYMBOL_RATE2_DATARATE_M_19_16           0
232 #define  CC1200_SYMBOL_RATE2_DATARATE_M_19_16_MASK      0xf
233
234 #define CC1200_SYMBOL_RATE1     0x14
235 #define CC1200_SYMBOL_RATE0     0x15
236 #define CC1200_AGC_REF          0x16
237 #define CC1200_AGC_CS_THR       0x17
238 #define CC1200_AGC_GAIN_ADJUST  0x18
239
240 #define CC1200_AGC_CFG3         0x19
241 #define  CC1200_AGC_CFG3_RSSI_STEP_THR          7
242 #define  CC1200_AGC_CFG3_AGC_MIN_GAIN           0
243 #define  CC1200_AGC_CFG3_AGC_MIN_GAIN_MASK      0x1f
244
245 #define CC1200_AGC_CFG2         0x1a
246 #define  CC1200_AGC_CFG2_START_PREVIOUS_GAIN_EN 7
247 #define  CC1200_AGC_CFG2_FE_PERFORMANCE_MODE    5
248 #define  CC1200_AGC_CFG2_FE_PERFORMANCE_MODE_OPTIMIZE_LINEARITY 0
249 #define  CC1200_AGC_CFG2_FE_PERFORMANCE_MODE_NORMAL             1
250 #define  CC1200_AGC_CFG2_FE_PERFORMANCE_MODE_LOW_POWER          2
251 #define  CC1200_AGC_CFG2_FE_PERFORMANCE_MODE_MASK               3
252 #define  CC1200_AGC_CFG2_AGC_MAX_GAIN           0
253 #define  CC1200_AGC_CFG2_AGC_MAX_MASK           0x1f
254
255 #define CC1200_AGC_CFG1         0x1b
256 #define  CC1200_AGC_CFG1_RSSI_STEP_THR          6
257 #define  CC1200_AGC_CFG1_AGC_WIN_SIZE           3
258 #define  CC1200_AGC_CFG1_AGC_WIN_SIZE_8                 0
259 #define  CC1200_AGC_CFG1_AGC_WIN_SIZE_16                1
260 #define  CC1200_AGC_CFG1_AGC_WIN_SIZE_32                2
261 #define  CC1200_AGC_CFG1_AGC_WIN_SIZE_64                3
262 #define  CC1200_AGC_CFG1_AGC_WIN_SIZE_128               4
263 #define  CC1200_AGC_CFG1_AGC_WIN_SIZE_256               5
264 #define  CC1200_AGC_CFG1_AGC_WIN_SIZE_MASK              7
265 #define  CC1200_AGC_CFG1_AGC_SETTLE_WAIT        0
266 #define  CC1200_AGC_CFG1_AGC_SETTLE_WAIT_24             0
267 #define  CC1200_AGC_CFG1_AGC_SETTLE_WAIT_32             1
268 #define  CC1200_AGC_CFG1_AGC_SETTLE_WAIT_40             2
269 #define  CC1200_AGC_CFG1_AGC_SETTLE_WAIT_48             3
270 #define  CC1200_AGC_CFG1_AGC_SETTLE_WAIT_64             4
271 #define  CC1200_AGC_CFG1_AGC_SETTLE_WAIT_80             5
272 #define  CC1200_AGC_CFG1_AGC_SETTLE_WAIT_96             6
273 #define  CC1200_AGC_CFG1_AGC_SETTLE_WAIT_127            7
274
275 #define CC1200_AGC_CFG0         0x1c
276
277 #define  CC1200_AGC_CFG0_AGC_HYST_LEVEL         6
278 #define   CC1200_AGC_CFG0_AGC_HYST_LEVEL_2              0
279 #define   CC1200_AGC_CFG0_AGC_HYST_LEVEL_4              1
280 #define   CC1200_AGC_CFG0_AGC_HYST_LEVEL_7              2
281 #define   CC1200_AGC_CFG0_AGC_HYST_LEVEL_10             3
282
283 #define  CC1200_AGC_CFG0_AGC_SLEWRATE_LIMIT     4
284 #define   CC1200_AGC_CFG0_AGC_SLEWRATE_LIMIT_60         0
285 #define   CC1200_AGC_CFG0_AGC_SLEWRATE_LIMIT_30         1
286 #define   CC1200_AGC_CFG0_AGC_SLEWRATE_LIMIT_18         2
287 #define   CC1200_AGC_CFG0_AGC_SLEWRATE_LIMIT_9          3
288
289 #define  CC1200_AGC_CFG0_RSSI_VALID_CNT         2
290 #define   CC1200_AGC_CFG0_RSSI_VALID_CNT_2              0
291 #define   CC1200_AGC_CFG0_RSSI_VALID_CNT_3              1
292 #define   CC1200_AGC_CFG0_RSSI_VALID_CNT_5              2
293 #define   CC1200_AGC_CFG0_RSSI_VALID_CNT_9              3
294
295 #define  CC1200_AGC_CFG0_AGC_ASK_DECAY          0
296 #define   CC1200_AGC_CFG0_AGC_ASK_DECAY_1200            0
297 #define   CC1200_AGC_CFG0_AGC_ASK_DECAY_2400            1
298 #define   CC1200_AGC_CFG0_AGC_ASK_DECAY_4700            2
299 #define   CC1200_AGC_CFG0_AGC_ASK_DECAY_9500            3
300
301 #define CC1200_FIFO_CFG         0x1d
302 #define  CC1200_FIFO_CFG_CRC_AUTOFLUSH          7
303 #define  CC1200_FIFO_CFG_FIFO_THR               0
304
305 #define CC1200_DEV_ADDR         0x1e
306 #define CC1200_SETTLING_CFG     0x1f
307 #define  CC1200_SETTLING_CFG_FS_AUTOCAL         3
308 #define  CC1200_SETTLING_CFG_FS_AUTOCAL_NEVER           0
309 #define  CC1200_SETTLING_CFG_FS_AUTOCAL_IDLE_TO_ON      1
310 #define  CC1200_SETTLING_CFG_FS_AUTOCAL_ON_TO_IDLE      2
311 #define  CC1200_SETTLING_CFG_FS_AUTOCAL_EVERY_4TH_TIME  3
312 #define  CC1200_SETTLING_CFG_FS_AUTOCAL_MASK            3
313 #define  CC1200_SETTLING_CFG_LOCK_TIME          1
314 #define  CC1200_SETTLING_CFG_LOCK_TIME_50_20            0
315 #define  CC1200_SETTLING_CFG_LOCK_TIME_75_30            1
316 #define  CC1200_SETTLING_CFG_LOCK_TIME_100_40           2
317 #define  CC1200_SETTLING_CFG_LOCK_TIME_150_60           3
318 #define  CC1200_SETTLING_CFG_LOCK_TIME_MASK             3
319 #define  CC1200_SETTLING_CFG_FSREG_TIME         0
320 #define  CC1200_SETTLING_CFG_FSREG_TIME_30              0
321 #define  CC1200_SETTLING_CFG_FSREG_TIME_60              1
322 #define  CC1200_SETTLING_CFG_FSREG_TIME_MASK            1
323
324 #define CC1200_FS_CFG           0x20
325 #define  CC1200_FS_CFG_LOCK_EN                  4
326 #define  CC1200_FS_CFG_FSD_BANDSELECT           0
327 #define  CC1200_FS_CFG_FSD_BANDSELECT_820_960           2
328 #define  CC1200_FS_CFG_FSD_BANDSELECT_410_480           4
329 #define  CC1200_FS_CFG_FSD_BANDSELECT_273_320           6
330 #define  CC1200_FS_CFG_FSD_BANDSELECT_205_240           8
331 #define  CC1200_FS_CFG_FSD_BANDSELECT_164_192           10
332 #define  CC1200_FS_CFG_FSD_BANDSELECT_136_160           11
333 #define  CC1200_FS_CFG_FSD_BANDSELECT_MASK              0xf
334
335 #define CC1200_WOR_CFG1         0x21
336 #define CC1200_WOR_CFG0         0x22
337 #define CC1200_WOR_EVENT0_MSB   0x23
338 #define CC1200_WOR_EVENT0_LSB   0x24
339 #define CC1200_RXDCM_TIME       0x25
340 #define CC1200_PKT_CFG2         0x26
341 #define  CC1200_PKT_CFG2_BYTE_SWAP_EN   6
342 #define  CC1200_PKT_CFG2_FG_MODE_EN     5
343 #define  CC1200_PKT_CFG2_CCA_MODE       2
344 #define  CC1200_PKT_CFG2_CCA_MODE_ALWAYS_CLEAR          0
345 #define  CC1200_PKT_CFG2_CCA_MODE_RSSI_THRESHOLD        1
346 #define  CC1200_PKT_CFG2_CCA_MODE_NOT_RECEIVING         2
347 #define  CC1200_PKT_CFG2_CCA_MODE_RSSI_OR_NOT           3
348 #define  CC1200_PKT_CFG2_CCA_MODE_RSSI_AND_ETSI_LBT     4
349 #define  CC1200_PKT_CFG2_CCA_MODE_MASK                  7
350 #define  CC1200_PKT_CFG2_PKT_FORMAT     0
351 #define  CC1200_PKT_CFG2_PKT_FORMAT_NORMAL              0
352 #define  CC1200_PKT_CFG2_PKT_FORMAT_SYNCHRONOUS_SERIAL  1
353 #define  CC1200_PKT_CFG2_PKT_FORMAT_RANDOM              2
354 #define  CC1200_PKT_CFG2_PKT_FORMAT_TRANSPARENT_SERIAL  3
355 #define  CC1200_PKT_CFG2_PKT_FORMAT_MASK                3
356
357 #define CC1200_PKT_CFG1         0x27
358 #define  CC1200_PKT_CFG1_FEC_EN         7
359 #define  CC1200_PKT_CFG1_WHITE_DATA     6
360 #define  CC1200_PKT_CFG1_PN9_SWAP_EN    5
361 #define  CC1200_PKT_CFG1_ADDR_CHECK_CFG 3
362 #define  CC1200_PKT_CFG1_ADDR_CHECK_CFG_NONE            0
363 #define  CC1200_PKT_CFG1_ADDR_CHECK_CFG_CHECK           1
364 #define  CC1200_PKT_CFG1_ADDR_CHECK_CFG_00_BROADCAST    2
365 #define  CC1200_PKT_CFG1_ADDR_CHECK_CFG_00_FF_BROADCAST 3
366 #define  CC1200_PKT_CFG1_ADDR_CHECK_CFG_MASK            3
367 #define  CC1200_PKT_CFG1_CRC_CFG        1
368 #define  CC1200_PKT_CFG1_CRC_CFG_DISABLED               0
369 #define  CC1200_PKT_CFG1_CRC_CFG_CRC16_INIT_ONES        1
370 #define  CC1200_PKT_CFG1_CRC_CFG_CRC16_INIT_ZEROS       2
371 #define  CC1200_PKT_CFG1_CRC_CFG_MASK                   3
372 #define  CC1200_PKT_CFG1_APPEND_STATUS  0
373
374 #define CC1200_PKT_CFG0         0x28
375 #define  CC1200_PKT_CFG0_RESERVED7      7
376 #define  CC1200_PKT_CFG0_LENGTH_CONFIG  5
377 #define  CC1200_PKT_CFG0_LENGTH_CONFIG_FIXED            0
378 #define  CC1200_PKT_CFG0_LENGTH_CONFIG_VARIABLE         1
379 #define  CC1200_PKT_CFG0_LENGTH_CONFIG_INFINITE         2
380 #define  CC1200_PKT_CFG0_LENGTH_CONFIG_VARIABLE_5LSB    3
381 #define  CC1200_PKT_CFG0_LENGTH_CONFIG_MASK             3
382 #define  CC1200_PKT_CFG0_PKG_BIT_LEN    2
383 #define  CC1200_PKT_CFG0_PKG_BIT_LEN_MASK       7
384 #define  CC1200_PKT_CFG0_UART_MODE_EN   1
385 #define  CC1200_PKT_CFG0_UART_SWAP_EN   0
386
387 #define CC1200_RFEND_CFG1       0x29
388 #define  CC1200_RFEND_CFG1_RXOFF_MODE   4
389 #define  CC1200_RFEND_CFG1_RXOFF_MODE_IDLE      0
390 #define  CC1200_RFEND_CFG1_RXOFF_MODE_FSTXON    1
391 #define  CC1200_RFEND_CFG1_RXOFF_MODE_TX        2
392 #define  CC1200_RFEND_CFG1_RXOFF_MODE_RX        3
393 #define  CC1200_RFEND_CFG1_RX_TIME      1
394 #define  CC1200_RFEND_CFG1_RX_TIME_INFINITE     7
395 #define  CC1200_RFEND_CFG1_RX_TIME_QUAL 0
396 #define CC1200_RFEND_CFG0       0x2a
397 #define  CC1200_RFEND_CFG0_CAL_END_WAKE_UP_EN   6
398 #define  CC1200_RFEND_CFG0_TXOFF_MODE           4
399 #define  CC1200_RFEND_CFG0_TXOFF_MODE_IDLE      0
400 #define  CC1200_RFEND_CFG0_TXOFF_MODE_FSTXON    1
401 #define  CC1200_RFEND_CFG0_TXOFF_MODE_TX        2
402 #define  CC1200_RFEND_CFG0_TXOFF_MODE_RX        3
403 #define  CC1200_RFEND_CFG0_TERM_ON_BAD_PACKET_EN 3
404 #define  CC1200_RFEND_CFG0_ANT_DIV_RX_TERM_CFG  0
405 #define CC1200_PA_CFG1          0x2b
406 #define CC1200_PA_CFG0          0x2c
407 #define CC1200_ASK_CFG          0x2d
408 #define CC1200_PKT_LEN          0x2e
409
410 #define CC1200_EXTENDED         0x2f
411
412 /* Command strobes */
413 #define CC1200_SRES             0x30
414 #define CC1200_SFSTXON          0x31
415 #define CC1200_SXOFF            0x32
416 #define CC1200_SCAL             0x33
417 #define CC1200_SRX              0x34
418 #define CC1200_STX              0x35
419 #define CC1200_SIDLE            0x36
420 #define CC1200_SAFC             0x37
421 #define CC1200_SWOR             0x38
422 #define CC1200_SPWD             0x39
423 #define CC1200_SFRX             0x3a
424 #define CC1200_SFTX             0x3b
425 #define CC1200_SWORRST          0x3c
426 #define CC1200_SNOP             0x3d
427
428 #define CC1200_DIRECT_FIFO      0x3e
429 #define CC1200_FIFO             0x3f
430
431 #define CC1200_FIFO_SIZE        128
432
433 /* Extended register space */
434
435 #define CC1200_EXTENDED_BIT     0x8000
436
437 #define CC1200_IS_EXTENDED(r)   ((r) & CC1200_EXTENDED_BIT)
438
439 #define CC1200_IF_MIX_CFG       (CC1200_EXTENDED_BIT | 0x00)
440 #define CC1200_FREQOFF_CFG      (CC1200_EXTENDED_BIT | 0x01)
441 #define CC1200_TOC_CFG          (CC1200_EXTENDED_BIT | 0x02)
442
443 #define CC1200_TOC_CFG_TOC_LIMIT                6
444 #define  CC1200_TOC_CFG_TOC_LIMIT_0_2                   0
445 #define  CC1200_TOC_CFG_TOC_LIMIT_2                     1
446 #define  CC1200_TOC_CFG_TOC_LIMIT_12                    3
447
448 #define CC1200_TOC_CFG_TOC_PRE_SYNC_BLOCKLEN    3
449 #define  CC1200_TOC_CFG_TOC_PRE_SYNC_BLOCKLEN_8                 0
450 #define  CC1200_TOC_CFG_TOC_PRE_SYNC_BLOCKLEN_16                1
451 #define  CC1200_TOC_CFG_TOC_PRE_SYNC_BLOCKLEN_32                2
452 #define  CC1200_TOC_CFG_TOC_PRE_SYNC_BLOCKLEN_64                3
453 #define  CC1200_TOC_CFG_TOC_PRE_SYNC_BLOCKLEN_128               4
454 #define  CC1200_TOC_CFG_TOC_PRE_SYNC_BLOCKLEN_256               5
455 #define  CC1200_TOC_CFG_TOC_PRE_SYNC_BLOCKLEN_8_16              0
456 #define  CC1200_TOC_CFG_TOC_PRE_SYNC_BLOCKLEN_6_16              1
457 #define  CC1200_TOC_CFG_TOC_PRE_SYNC_BLOCKLEN_2_16              2
458 #define  CC1200_TOC_CFG_TOC_PRE_SYNC_BLOCKLEN_1_16              3
459 #define  CC1200_TOC_CFG_TOC_PRE_SYNC_BLOCKLEN_1_16_SYNC         4
460
461 #define CC1200_TOC_CFG_TOC_POST_SYNC_BLOCKLEN   0
462 #define  CC1200_TOC_CFG_TOC_POST_SYNC_BLOCKLEN_8                0
463 #define  CC1200_TOC_CFG_TOC_POST_SYNC_BLOCKLEN_16               1
464 #define  CC1200_TOC_CFG_TOC_POST_SYNC_BLOCKLEN_32               2
465 #define  CC1200_TOC_CFG_TOC_POST_SYNC_BLOCKLEN_64               3
466 #define  CC1200_TOC_CFG_TOC_POST_SYNC_BLOCKLEN_128              4
467 #define  CC1200_TOC_CFG_TOC_POST_SYNC_BLOCKLEN_256              5
468 #define  CC1200_TOC_CFG_TOC_POST_SYNC_BLOCKLEN_FREEZE           0
469 #define  CC1200_TOC_CFG_TOC_POST_SYNC_BLOCKLEN_6_32             1
470 #define  CC1200_TOC_CFG_TOC_POST_SYNC_BLOCKLEN_2_32             2
471 #define  CC1200_TOC_CFG_TOC_POST_SYNC_BLOCKLEN_1_32             3
472 #define  CC1200_TOC_CFG_TOC_POST_SYNC_BLOCKLEN_1_32_SYNC        4
473
474 #define CC1200_MARC_SPARE       (CC1200_EXTENDED_BIT | 0x03)
475 #define CC1200_ECG_CFG          (CC1200_EXTENDED_BIT | 0x04)
476 #define CC1200_MDMCFG2          (CC1200_EXTENDED_BIT | 0x05)
477
478 #define  CC1200_MDMCFG2_ASK_SHAPE       6
479 #define  CC1200_MDMCFG2_ASK_SHAPE_8             0
480 #define  CC1200_MDMCFG2_ASK_SHAPE_16            1
481 #define  CC1200_MDMCFG2_ASK_SHAPE_32            2
482 #define  CC1200_MDMCFG2_ASK_SHAPE_128           3
483 #define  CC1200_MDMCFG2_SYMBOL_MAP_CFG  4
484 #define  CC1200_MDMCFG2_SYMBOL_MAP_CFG_MODE_0   0
485 #define  CC1200_MDMCFG2_SYMBOL_MAP_CFG_MODE_1   1
486 #define  CC1200_MDMCFG2_SYMBOL_MAP_CFG_MODE_2   2
487 #define  CC1200_MDMCFG2_SYMBOL_MAP_CFG_MODE_3   3
488 #define  CC1200_MDMCFG2_UPSAMPLER_P     1
489 #define  CC1200_MDMCFG2_UPSAMPLER_P_1           0
490 #define  CC1200_MDMCFG2_UPSAMPLER_P_2           1
491 #define  CC1200_MDMCFG2_UPSAMPLER_P_4           2
492 #define  CC1200_MDMCFG2_UPSAMPLER_P_8           3
493 #define  CC1200_MDMCFG2_UPSAMPLER_P_16          4
494 #define  CC1200_MDMCFG2_UPSAMPLER_P_32          5
495 #define  CC1200_MDMCFG2_UPSAMPLER_P_64          6
496 #define  CC1200_MDMCFG2_CFM_DATA_EN     0
497
498 #define CC1200_EXT_CTRL         (CC1200_EXTENDED_BIT | 0x06)
499 #define CC1200_RCCAL_FINE       (CC1200_EXTENDED_BIT | 0x07)
500 #define CC1200_RCCAL_COARSE     (CC1200_EXTENDED_BIT | 0x08)
501 #define CC1200_RCCAL_OFFSET     (CC1200_EXTENDED_BIT | 0x09)
502 #define CC1200_FREQOFF1         (CC1200_EXTENDED_BIT | 0x0A)
503 #define CC1200_FREQOFF0         (CC1200_EXTENDED_BIT | 0x0B)
504 #define CC1200_FREQ2            (CC1200_EXTENDED_BIT | 0x0C)
505 #define CC1200_FREQ1            (CC1200_EXTENDED_BIT | 0x0D)
506 #define CC1200_FREQ0            (CC1200_EXTENDED_BIT | 0x0E)
507 #define CC1200_IF_ADC2          (CC1200_EXTENDED_BIT | 0x0F)
508 #define CC1200_IF_ADC1          (CC1200_EXTENDED_BIT | 0x10)
509 #define CC1200_IF_ADC0          (CC1200_EXTENDED_BIT | 0x11)
510 #define CC1200_FS_DIG1          (CC1200_EXTENDED_BIT | 0x12)
511 #define CC1200_FS_DIG0          (CC1200_EXTENDED_BIT | 0x13)
512 #define CC1200_FS_CAL3          (CC1200_EXTENDED_BIT | 0x14)
513 #define CC1200_FS_CAL2          (CC1200_EXTENDED_BIT | 0x15)
514 #define CC1200_FS_CAL1          (CC1200_EXTENDED_BIT | 0x16)
515 #define CC1200_FS_CAL0          (CC1200_EXTENDED_BIT | 0x17)
516 #define CC1200_FS_CHP           (CC1200_EXTENDED_BIT | 0x18)
517 #define CC1200_FS_DIVTWO        (CC1200_EXTENDED_BIT | 0x19)
518 #define CC1200_FS_DSM1          (CC1200_EXTENDED_BIT | 0x1A)
519 #define CC1200_FS_DSM0          (CC1200_EXTENDED_BIT | 0x1B)
520 #define CC1200_FS_DVC1          (CC1200_EXTENDED_BIT | 0x1C)
521 #define CC1200_FS_DVC0          (CC1200_EXTENDED_BIT | 0x1D)
522 #define CC1200_FS_LBI           (CC1200_EXTENDED_BIT | 0x1E)
523 #define CC1200_FS_PFD           (CC1200_EXTENDED_BIT | 0x1F)
524 #define CC1200_FS_PRE           (CC1200_EXTENDED_BIT | 0x20)
525 #define CC1200_FS_REG_DIV_CML   (CC1200_EXTENDED_BIT | 0x21)
526 #define CC1200_FS_SPARE         (CC1200_EXTENDED_BIT | 0x22)
527 #define CC1200_FS_VCO4          (CC1200_EXTENDED_BIT | 0x23)
528 #define CC1200_FS_VCO3          (CC1200_EXTENDED_BIT | 0x24)
529 #define CC1200_FS_VCO2          (CC1200_EXTENDED_BIT | 0x25)
530 #define CC1200_FS_VCO1          (CC1200_EXTENDED_BIT | 0x26)
531 #define CC1200_FS_VCO0          (CC1200_EXTENDED_BIT | 0x27)
532 #define CC1200_GBIAS6           (CC1200_EXTENDED_BIT | 0x28)
533 #define CC1200_GBIAS5           (CC1200_EXTENDED_BIT | 0x29)
534 #define CC1200_GBIAS4           (CC1200_EXTENDED_BIT | 0x2A)
535 #define CC1200_GBIAS3           (CC1200_EXTENDED_BIT | 0x2B)
536 #define CC1200_GBIAS2           (CC1200_EXTENDED_BIT | 0x2C)
537 #define CC1200_GBIAS1           (CC1200_EXTENDED_BIT | 0x2D)
538 #define CC1200_GBIAS0           (CC1200_EXTENDED_BIT | 0x2E)
539 #define CC1200_IFAMP            (CC1200_EXTENDED_BIT | 0x2F)
540 #define CC1200_LNA              (CC1200_EXTENDED_BIT | 0x30)
541 #define CC1200_RXMIX            (CC1200_EXTENDED_BIT | 0x31)
542 #define CC1200_XOSC5            (CC1200_EXTENDED_BIT | 0x32)
543 #define CC1200_XOSC4            (CC1200_EXTENDED_BIT | 0x33)
544 #define CC1200_XOSC3            (CC1200_EXTENDED_BIT | 0x34)
545 #define CC1200_XOSC2            (CC1200_EXTENDED_BIT | 0x35)
546 #define CC1200_XOSC1            (CC1200_EXTENDED_BIT | 0x36)
547 #define CC1200_XOSC0            (CC1200_EXTENDED_BIT | 0x37)
548 #define CC1200_ANALOG_SPARE     (CC1200_EXTENDED_BIT | 0x38)
549 #define CC1200_PA_CFG3          (CC1200_EXTENDED_BIT | 0x39)
550 #define CC1200_WOR_TIME1        (CC1200_EXTENDED_BIT | 0x64)
551 #define CC1200_WOR_TIME0        (CC1200_EXTENDED_BIT | 0x65)
552 #define CC1200_WOR_CAPTURE1     (CC1200_EXTENDED_BIT | 0x66)
553 #define CC1200_WOR_CAPTURE0     (CC1200_EXTENDED_BIT | 0x67)
554 #define CC1200_BIST             (CC1200_EXTENDED_BIT | 0x68)
555 #define CC1200_DCFILTOFFSET_I1  (CC1200_EXTENDED_BIT | 0x69)
556 #define CC1200_DCFILTOFFSET_I0  (CC1200_EXTENDED_BIT | 0x6A)
557 #define CC1200_DCFILTOFFSET_Q1  (CC1200_EXTENDED_BIT | 0x6B)
558 #define CC1200_DCFILTOFFSET_Q0  (CC1200_EXTENDED_BIT | 0x6C)
559 #define CC1200_IQIE_I1          (CC1200_EXTENDED_BIT | 0x6D)
560 #define CC1200_IQIE_I0          (CC1200_EXTENDED_BIT | 0x6E)
561 #define CC1200_IQIE_Q1          (CC1200_EXTENDED_BIT | 0x6f)
562 #define CC1200_IQIE_Q0          (CC1200_EXTENDED_BIT | 0x70)
563 #define CC1200_RSSI1            (CC1200_EXTENDED_BIT | 0x71)
564 #define CC1200_RSSI0            (CC1200_EXTENDED_BIT | 0x72)
565 #define CC1200_MARCSTATE        (CC1200_EXTENDED_BIT | 0x73)
566 #define CC1200_LQI_VAL          (CC1200_EXTENDED_BIT | 0x74)
567 #define CC1200_PQT_SYNC_ERR     (CC1200_EXTENDED_BIT | 0x75)
568 #define CC1200_DEM_STATUS       (CC1200_EXTENDED_BIT | 0x76)
569 #define CC1200_FREQOFF_EST1     (CC1200_EXTENDED_BIT | 0x77)
570 #define CC1200_FREQOFF_EST0     (CC1200_EXTENDED_BIT | 0x78)
571 #define CC1200_AGC_GAIN3        (CC1200_EXTENDED_BIT | 0x79)
572 #define CC1200_AGC_GAIN2        (CC1200_EXTENDED_BIT | 0x7a)
573 #define CC1200_AGC_GAIN1        (CC1200_EXTENDED_BIT | 0x7b)
574 #define CC1200_AGC_GAIN0        (CC1200_EXTENDED_BIT | 0x7c)
575 #define CC1200_SOFT_RX_DATA_OUT (CC1200_EXTENDED_BIT | 0x7d)
576 #define CC1200_SOFT_TX_DATA_IN  (CC1200_EXTENDED_BIT | 0x7e)
577 #define CC1200_ASK_SOFT_RX_DATA (CC1200_EXTENDED_BIT | 0x7f)
578 #define CC1200_RNDGEN           (CC1200_EXTENDED_BIT | 0x80)
579 #define CC1200_MAGN2            (CC1200_EXTENDED_BIT | 0x81)
580 #define CC1200_MAGN1            (CC1200_EXTENDED_BIT | 0x82)
581 #define CC1200_MAGN0            (CC1200_EXTENDED_BIT | 0x83)
582 #define CC1200_ANG1             (CC1200_EXTENDED_BIT | 0x84)
583 #define CC1200_ANG0             (CC1200_EXTENDED_BIT | 0x85)
584 #define CC1200_CHFILT_I2        (CC1200_EXTENDED_BIT | 0x86)
585 #define CC1200_CHFILT_I1        (CC1200_EXTENDED_BIT | 0x87)
586 #define CC1200_CHFILT_I0        (CC1200_EXTENDED_BIT | 0x88)
587 #define CC1200_CHFILT_Q2        (CC1200_EXTENDED_BIT | 0x89)
588 #define CC1200_CHFILT_Q1        (CC1200_EXTENDED_BIT | 0x8a)
589 #define CC1200_CHFILT_Q0        (CC1200_EXTENDED_BIT | 0x8b)
590 #define CC1200_GPIO_STATUS      (CC1200_EXTENDED_BIT | 0x8c)
591 #define CC1200_FSCAL_CTRL       (CC1200_EXTENDED_BIT | 0x8d)
592 #define CC1200_PHASE_ADJUST     (CC1200_EXTENDED_BIT | 0x8e)
593 #define CC1200_PARTNUMBER       (CC1200_EXTENDED_BIT | 0x8f)
594 #define CC1200_PARTVERSION      (CC1200_EXTENDED_BIT | 0x90)
595 #define CC1200_SERIAL_STATUS    (CC1200_EXTENDED_BIT | 0x91)
596 #define CC1200_MODEM_STATUS1    (CC1200_EXTENDED_BIT | 0x92)
597 #define  CC1200_MODEM_STATUS1_SYNC_FOUND        7
598 #define  CC1200_MODEM_STATUS1_RXFIFO_FULL       6
599 #define  CC1200_MODEM_STATUS1_RXFIFO_THR        5
600 #define  CC1200_MODEM_STATUS1_RXFIFO_EMPTY      4
601 #define  CC1200_MODEM_STATUS1_RXFIFO_OVERFLOW   3
602 #define  CC1200_MODEM_STATUS1_RXFIFO_UNDERFLOW  2
603 #define  CC1200_MODEM_STATUS1_PQT_REACHED       1
604 #define  CC1200_MODEM_STATUS1_PQT_VALID         0
605
606 #define CC1200_MODEM_STATUS0    (CC1200_EXTENDED_BIT | 0x93)
607 #define  CC1200_MODEM_STATUS0_FEC_RX_OVERFLOW   6
608 #define  CC1200_MODEM_STATUS0_SYNC_SENT         4
609 #define  CC1200_MODEM_STATUS0_TXFIFO_FULL       3
610 #define  CC1200_MODEM_STATUS0_TXFIFO_THR        2
611 #define  CC1200_MODEM_STATUS0_TXFIFO_OVERFLOW   1
612 #define  CC1200_MODEM_STATUS0_TXFIFO_UNDERFLOW  0
613
614 #define CC1200_MARC_STATUS1     (CC1200_EXTENDED_BIT | 0x94)
615 #define  CC1200_MARC_STATUS1_NO_FAILURE         0
616 #define  CC1200_MARC_STATUS1_RX_TIMEOUT         1
617 #define  CC1200_MARC_STATUS1_RX_TERMINATION     2
618 #define  CC1200_MARC_STATUS1_EWOR_SYNC_LOST     3
619 #define  CC1200_MARC_STATUS1_MAXIMUM_LENGTH     4
620 #define  CC1200_MARC_STATUS1_ADDRESS            5
621 #define  CC1200_MARC_STATUS1_CRC                6
622 #define  CC1200_MARC_STATUS1_TX_FIFO_OVERFLOW   7
623 #define  CC1200_MARC_STATUS1_TX_FIFO_UNDERFLOW  8
624 #define  CC1200_MARC_STATUS1_RX_FIFO_OVERFLOW   9
625 #define  CC1200_MARC_STATUS1_RX_FIFO_UNDERFLOW  10
626 #define  CC1200_MARC_STATUS1_TX_ON_CCA_FAILED   11
627 #define  CC1200_MARC_STATUS1_TX_FINISHED        0x40
628 #define  CC1200_MARC_STATUS1_RX_FINISHED        0x80
629 #define CC1200_MARC_STATUS0     (CC1200_EXTENDED_BIT | 0x95)
630 #define CC1200_PA_IFAMP_TEST    (CC1200_EXTENDED_BIT | 0x96)
631 #define CC1200_FSRF_TEST        (CC1200_EXTENDED_BIT | 0x97)
632 #define CC1200_PRE_TEST         (CC1200_EXTENDED_BIT | 0x98)
633 #define CC1200_PRE_OVR          (CC1200_EXTENDED_BIT | 0x99)
634 #define CC1200_ADC_TEST         (CC1200_EXTENDED_BIT | 0x9a)
635 #define CC1200_DVC_TEST         (CC1200_EXTENDED_BIT | 0x9b)
636 #define CC1200_ATEST            (CC1200_EXTENDED_BIT | 0x9c)
637 #define CC1200_ATEST_LVDS       (CC1200_EXTENDED_BIT | 0x9d)
638 #define CC1200_ATEST_MODE       (CC1200_EXTENDED_BIT | 0x9e)
639 #define CC1200_XOSC_TEST1       (CC1200_EXTENDED_BIT | 0x9f)
640 #define CC1200_XOSC_TEST0       (CC1200_EXTENDED_BIT | 0xa0)
641 #define CC1200_RXFIRST          (CC1200_EXTENDED_BIT | 0xd2)
642 #define CC1200_TXFIRST          (CC1200_EXTENDED_BIT | 0xd3)
643 #define CC1200_RXLAST           (CC1200_EXTENDED_BIT | 0xd4)
644 #define CC1200_TXLAST           (CC1200_EXTENDED_BIT | 0xd5)
645 #define CC1200_NUM_TXBYTES      (CC1200_EXTENDED_BIT | 0xd6)
646 #define CC1200_NUM_RXBYTES      (CC1200_EXTENDED_BIT | 0xd7)
647 #define CC1200_FIFO_NUM_TXBYTES (CC1200_EXTENDED_BIT | 0xd8)
648 #define CC1200_FIFO_NUM_RXBYTES (CC1200_EXTENDED_BIT | 0xd9)
649 #define CC1200_RXFIFO_PRE_BUF   (CC1200_EXTENDED_BIT | 0xda)
650 #define CC1200_AES_WORKSPACE_0  (CC1200_EXTENDED_BIT | 0xe0)
651
652 /* Status byte */
653 #define CC1200_STATUS_CHIP_RDY  7
654 #define CC1200_STATUS_STATE     4
655 #define  CC1200_STATUS_STATE_IDLE               0
656 #define  CC1200_STATUS_STATE_RX                 1
657 #define  CC1200_STATUS_STATE_TX                 2
658 #define  CC1200_STATUS_STATE_FSTXON             3
659 #define  CC1200_STATUS_STATE_CALIBRATE          4
660 #define  CC1200_STATUS_STATE_SETTLING           5
661 #define  CC1200_STATUS_STATE_RX_FIFO_ERROR      6
662 #define  CC1200_STATUS_STATE_TX_FIFO_ERROR      7
663 #define  CC1200_STATUS_STATE_MASK               7
664
665 #endif /* _AO_CC1200_H_ */