Lines Matching refs:_cfg_
23 #define GPIO3_CFG(_cfg_) (_cfg_ & 0x3F) argument
28 #define GPIO2_CFG(_cfg_) (_cfg_ & 0x3F) argument
33 #define GPIO1_CFG(_cfg_) (_cfg_ & 0x3F) argument
38 #define GPIO0_CFG(_cfg_) (_cfg_ & 0x3F) argument
46 #define SYNC_MODE(_cfg_) (_cfg_ & 0xE0) argument
47 #define SYNC_THR(_cfg_) (_cfg_ & 0x1F) argument
55 #define STRICT_SYNC_CHECK(_cfg_) (_cfg_ & 0x03) argument
60 #define MODEM_MODE(_cfg_) (_cfg_ & 0xC0) argument
61 #define MOD_FORMAT(_cfg_) (_cfg_ & 0x38) argument
62 #define DEV_E(_cfg_) (_cfg_ & 0x07) argument
66 #define DCFILT_BW_SETTLE(_cfg_) (_cfg_ & 0x38) argument
67 #define DCFILT_BW(_cfg_) (_cfg_ & 0x07) argument
70 #define NUM_PREAMBL(_cfg_) (_cfg_ & 0x3C) argument
71 #define PREAMBLE_WORD(_cfg_) (_cfg_ & 0x03) argument
75 #define PQT_VALID_TIMEOUT(_cfg_) (_cfg_ & 0x70) argument
76 #define PQT(_cfg_) (_cfg_ & 0x0F) argument
81 #define IQIC_BLEN_SETTLE(_cfg_) (_cfg_ & 0x30) argument
82 #define IQIC_BLEN(_cfg_) (_cfg_ & 0x0C) argument
83 #define IQIC_IMGCH_LEVEL_THR(_cfg_) (_cfg_ & 0x03) argument
86 #define ADC_CIC_DECFACT(_cfg_) (_cfg_ & 0xC0) argument
87 #define BB_CIC_DECFAC(_cfg_) (_cfg_ & 0x3F) argument
103 #define DVGA_GAIN(_cfg_) (_cfg_ & 0x06) argument
108 #define TRANSPARENT_INTFACT(_cfg_) (_cfg_ & 0x30) argument
113 #define SRATE_E(_cfg_) (_cfg_ & 0xF0) argument
114 #define SRATE_M_19_16(_cfg_) (_cfg_ & 0x0F) argument
123 #define AGC_SYNC_BEHAVIOUR(_cfg_) (_cfg_ & 0xE0) argument
124 #define AGC_MIN_GAIN(_cfg_) (_cfg_ & 0x1F) argument
128 #define FE_PERFORMANCE_MODE(_cfg_) (_cfg_ & 0x60) argument
129 #define AGC_MAX_GAIN(_cfg_) (_cfg_ & 0x1F) argument
133 #define AGC_WIN_SIZE(_cfg_) (_cfg_ & 0x38) argument
134 #define AGC_SETTLE_WAIT(_cfg_) (_cfg_ & 0x07) argument
137 #define AGC_HYST_LEVEL(_cfg_) (_cfg_ & 0xC0) argument
138 #define AGC_SLEWRATE_LIMIT(_cfg_) (_cfg_ & 0x30) argument
139 #define RSSI_VALID_CNT(_cfg_) (_cfg_ & 0x0C) argument
140 #define AGC_ASK_DECAY(_cfg_) (_cfg_ & 0x03) argument
144 #define FIFO_THR(_cfg_) (_cfg_ & 0x7F) argument
149 #define FS_AUTOCAL(_cfg_) (_cfg_ & 0x18) argument
150 #define LOCK_TIME(_cfg_) (_cfg_ & 0x06) argument
155 #define FSD_BANDSELECT(_cfg_) (_cfg_ & 0x0F) argument
158 #define WOR_RES(_cfg_) (_cfg_ & 0xC0) argument
159 #define WOR_MODE(_cfg_) (_cfg_ & 0x38) argument
160 #define EVENT1(_cfg_) (_cfg_ & 0x07) argument
163 #define RX_DUTY_CYCLE_MODE(_cfg_) (_cfg_ & 0xC0) argument
165 #define EVENT2_CFG(_cfg_) (_cfg_ & 0x18) argument
166 #define RC_MODE(_cfg_) (_cfg_ & 0x06) argument
176 #define CCA_MODE(_cfg_) (_cfg_ & 0x1C) argument
182 #define PKT_FORMAT(_cfg_) (_cfg_ & 0x03) argument
192 #define ADDR_CHECK_CFG(_cfg_) (_cfg_ & 0x18) argument
197 #define CRC_CFG(_cfg_) (_cfg_ & 0x06) argument
205 #define LENGTH_CONFIG(_cfg_) (_cfg_ & 0x60) argument
210 #define PKT_BIT_LEN(_cfg_) (_cfg_ & 0x1C) argument
215 #define RXOFF_MODE(_cfg_) (_cfg_ & 0x30) argument
216 #define RX_TIME(_cfg_) (_cfg_ & 0x0E) argument
221 #define TXOFF_MODE(_cfg_) (_cfg_ & 0x30) argument
223 #define ANT_DIV_RX_TERM_CFG(_cfg_) (_cfg_ & 0x07) argument
236 #define FIRST_IPL(_cfg_) (_cfg_ & 0xE0) argument
237 #define SECOND_IPL(_cfg_) (_cfg_ & 0x1C) argument
238 #define RAMP_SHAPE(_cfg_) (_cfg_ & 0x03) argument
241 #define AGC_ASK_BW(_cfg_) (_cfg_ & 0xC0) argument
242 #define ASK_DEPTH(_cfg_) (_cfg_ & 0x3F) argument