altos: Optimize FEC encode and decode
[fw/altos] / src / drivers / ao_cc1120.h
index 5822a21a32ad880a531d54e14d32e74a25815b84..60b9621e5042fc62291814870db2965576ad3fac 100644 (file)
 #define  CC1120_PREAMBLE_CFG1_PREAMBLE_WORD_MASK       3
 
 #define CC1120_PREAMBLE_CFG0   0x0e
+#define  CC1120_PREAMBLE_CFG0_PQT_EN           5
+#define  CC1120_PREAMBLE_CFG0_PQT_VALID_TIMEOUT        4
+#define  CC1120_PREAMBLE_CFG0_PQT              0
+#define  CC1120_PREAMBLE_CFG0_PQT_MASK                 0xf
+
 #define CC1120_FREQ_IF_CFG     0x0f
 #define CC1120_IQIC            0x10
 #define CC1120_CHAN_BW         0x11
 #define CC1120_AGC_CFG1                0x1c
 #define CC1120_AGC_CFG0                0x1d
 #define CC1120_FIFO_CFG                0x1e
+#define  CC1120_FIFO_CFG_CRC_AUTOFLUSH         7
+#define  CC1120_FIFO_CFG_FIFO_THR              0
 #define CC1120_DEV_ADDR                0x1f
 #define CC1120_SETTLING_CFG    0x20
 #define  CC1120_SETTLING_CFG_FS_AUTOCAL                3
 #define CC1120_DIRECT_FIFO     0x3e
 #define CC1120_FIFO            0x3f
 
+#define CC1120_FIFO_SIZE       128
+
 /* Extended register space */
 
 #define CC1120_EXTENDED_BIT    0x8000