comparison src/cs/layer1/tpu_drivers/source0/tpudrv12.h @ 0:b6a5e36de839

src/cs: initial import from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Jul 2018 04:39:26 +0000
parents
children df9c471ce9e9
comparison
equal deleted inserted replaced
-1:000000000000 0:b6a5e36de839
1 /****************** Revision Controle System Header ***********************
2 * GSM Layer 1 software
3 * Copyright (c) Texas Instruments 1998
4 *
5 * Filename tpudrv12.h
6 * Copyright 2003 (C) Texas Instruments
7 *
8 ****************** Revision Controle System Header ***********************/
9
10 //--- Configuration values
11 #define FEM_TEST 0 // 1 => ENABLE the FEM_TEST mode
12 #define RF_VERSION 1 // 1 or V1, 5 for V5, etc
13 #define SAFE_INIT_WA 0 // 1 => ENABLE the "RITA safe init"
14 // TeST - Enable Main VCO buffer for test
15 #define MAIN_VCO_ACCESS_WA 0 // 1 => ENABLE the Main VCO buffer
16
17 #include "rf.cfg"
18 #include "fc-target.cfg"
19
20 //--- RITA PG declaration
21
22 #define R_PG_10 0
23 #define R_PG_13 1
24 #define R_PG_20 2 // For RFPG 2.2, use 2.0
25 #define R_PG_23 3
26
27 //--- PA declaration
28 #define PA_MGF9009 0
29 #define PA_RF3146 1
30 #define PA_RF3133 2
31 #define PA_PF08123B 3
32 #define PA_AWT6108 4
33
34 #if (RF_PA == PA_MGF9009 || RF_PA == PA_PF08123B)
35 #define PA_CTRL_INT 0
36 #else
37 #define PA_CTRL_INT 1
38 #endif
39
40 //- Select the RF PG (x10), i.e. 10 for 1.0, 11 for 1.1 or 20 for 2.0
41 // AlphaRF7 => "PG #1.3" for TPU purposes (not an official PC number)
42 // This is also used in l1_rf12.h to select the SWAP_IQ
43 #if (RF_PG >= R_PG_20)
44 // TeST - PLL2 WA activation => Set PLL2 Speed-up ON in RX
45 #define PLL2_WA 0 // 0 => DISABLE the PLL2_WA (Rene's "Work-Around")
46 #define ALPHA_RF7_WA 0 // 0 => DISABLE the Alpha RF7 work-arounds
47 #elif (RF_PG == R_PG_13)
48 // TeST - PLL2 WA activation => Set PLL2 Speed-up ON in RX
49 #define PLL2_WA 1 // 1 => ENABLE the PLL2_WA (Rene's "Work-Around")
50 #define ALPHA_RF7_WA 1 // 1 => ENABLE the Alpha RF7 work-arounds
51 #else
52 // TeST - PLL2 WA activation => Set PLL2 Speed-up ON in RX
53 #define PLL2_WA 1 // 1 => ENABLE the PLL2_WA (Rene's "Work-Around")
54 #define ALPHA_RF7_WA 1 // 1 => ENABLE the Alpha RF7 work-arounds
55 #endif
56
57 //- Bit definitions for TST register programings, etc
58 #define BIT_0 0x000001
59 #define BIT_1 0x000002
60 #define BIT_2 0x000004
61 #define BIT_3 0x000008
62 #define BIT_4 0x000010
63 #define BIT_5 0x000020
64 #define BIT_6 0x000040
65 #define BIT_7 0x000080
66 #define BIT_8 0x000100
67 #define BIT_9 0x000200
68 #define BIT_10 0x000400
69 #define BIT_11 0x000800
70 #define BIT_12 0x001000
71 #define BIT_13 0x002000
72 #define BIT_14 0x004000
73 #define BIT_15 0x008000
74 #define BIT_16 0x010000
75 #define BIT_17 0x020000
76 #define BIT_18 0x040000
77 #define BIT_19 0x080000
78 #define BIT_20 0x100000
79 #define BIT_21 0x200000
80 #define BIT_22 0x400000
81 #define BIT_23 0x800000
82
83 //--- TRF6151 definitions ------------------------------------------
84
85 //- BASE REGISTER definitions
86 #define REG_RX 0x000000 // MODE0
87 #define REG_PLL 0x000001 // MODE1
88 #define REG_PWR 0x000002 // MODE2
89 #define REG_CFG 0x000003 // MODE3
90
91 //- TeST REGISTER definitions => Used for WA only
92 // TeST - PLL2 WA => Define PLL2 TEST register
93 #define TST_PLL2 0x00001E // MODE 14
94
95 // TeST - Enable Main VCO buffer for test => Define TST_VCO3 register
96 #define TST_VCO3 0x00000F // MODE 15 (0*16+15*1)
97 #define TST_VCO4 0x000024 // MODE 36 (2*16+4*1)
98
99 // Alpha RF7 WA TeST registers
100 #define TST_LDO 0x000027 // MODE 39 (2*16+7*1)
101 #define TST_PLL1 0x00001D // MODE 29 (1*16+13*1)
102 #define TST_TX2 0x000037 // MODE 55 (3*16+7*1)
103
104 // More Alpha RF7 WA TeST registers
105 #define TST_TX3 0x00003C // MODE 61 (3*16+12*1)
106 #define TST_TX4 0x00003D // MODE 61 (3*16+13*1)
107
108 // PG 2.1 WA TeST registers
109 #define TST_PLL3 0x00001F // MODE 31 (1*16+15*1)
110 // #define TST_PLL4 0x00002C // MODE 44 (2*16+12*1)
111 #define TST_MISC 0x00003E // MODE 62 (3*16+14*1) => Used for setting the VCXO current
112 #define TST_LO 0x00001C // MODE 28 (1*16+12*1)
113
114 // Registers used to improve the Modulation Spectrum in DCS/PCS for PG2.1 V1
115 // UPDATE_SERIAL_REGISTER_COPY is a "dummy addres" that,
116 // when accessed, triggers the copy of the serial registers.
117 // This is necessary to switch into "manual operation mode"
118 #define UPDATE_SERIAL_INTERFACE_COPY 0x000007
119 #define TX_LOOP_MANUAL BIT_3
120
121
122 //- REG_RX - MODE0
123 #define BLOCK_DETECT_0 BIT_3
124 #define BLOCK_DETECT_1 BIT_4
125 #define RST_BLOCK_DETECT_0 BIT_5
126 #define RST_BLOCK_DETECT_1 BIT_6
127 #define READ_EN BIT_7
128 #define RX_CAL_MODE BIT_8
129 #define RF_GAIN (BIT_10 | BIT_9)
130
131
132 //- REG_PLL - MODE1
133 //PLL_REGB
134 //PLL_REGA
135
136 //- REG_PWR - MODE2
137 #define BANDGAP_MODE_OFF 0x0
138 #define BANDGAP_MODE_ON_ENA BIT_4
139 #define BANDGAP_MODE_ON_DIS (BIT_4 | BIT_3)
140 #define REGUL_MODE_ON BIT_5
141 // BIT[8..6] band
142 #define BAND_SELECT_GSM BIT_6
143 #define BAND_SELECT_DCS BIT_7
144 #define BAND_SELECT_850_LO BIT_8
145 #define BAND_SELECT_850_HI (BIT_8 | BIT_6)
146 #define BAND_SELECT_PCS (BIT_8 | BIT_7)
147
148 #define SYNTHE_MODE_OFF 0x0
149 #define SYNTHE_MODE_RX BIT_9
150 #define SYNTHE_MODE_TX BIT_10
151 #define RX_MODE_OFF 0x0
152 #define RX_MODE_A BIT_11
153 #define RX_MODE_B1 BIT_12
154 #define RX_MODE_B2 (BIT_12 | BIT_11)
155 #define TX_MODE_OFF 0x0
156 #define TX_MODE_ON BIT_13
157 #define PACTRL_APC_OFF 0x0
158 #define PACTRL_APC_ON BIT_14
159 #define PACTRL_APC_DIS 0x0
160 #define PACTRL_APC_ENA BIT_15
161
162
163 //- REG_CFG - MODE3
164 // Common PA controller settings:
165 #define PACTRL_TYPE_PWR 0x0
166 #define PACTRL_TYPE_CUR BIT_3
167 #define PACTRL_IDIOD_30_UA 0x0
168 #define PACTRL_IDIOD_300_UA BIT_4
169
170 // PA controller Clara-like (Power Sensing) settings:
171 #define PACTRL_VHOME_610_MV (BIT_7 | BIT_5)
172 #define PACTRL_VHOME_839_MV (BIT_7 | BIT_5)
173 #define PACTRL_VHOME_1000_MV (BIT_6 | BIT_9)
174 #define PACTRL_VHOME_1600_MV (BIT_8 | BIT_5)
175 #define PACTRL_RES_OPEN 0x0
176 #define PACTRL_RES_150_K BIT_10
177 #define PACTRL_RES_300_K BIT_11
178 #define PACTRL_RES_NU (BIT_10 | BIT_11)
179 #define PACTRL_CAP_0_PF 0x0
180 #define PACTRL_CAP_12_5_PF BIT_12
181 #define PACTRL_CAP_25_PF (BIT_13 | BIT_12)
182 #define PACTRL_CAP_50_PF BIT_13
183
184 // PACTRL_CFG contains the configuration of the PACTRL that will
185 // be put into the REG_CFG register at initialization time
186 // WARNING - Do not forget to set the PACTRL_TYPE (PWR or CUR)
187 // in this #define!!!
188 #if (RF_PA == 0) // MGF9009 (LCPA)
189 #define PACTRL_CFG \
190 PACTRL_IDIOD_300_UA | \
191 PACTRL_CAP_25_PF | \
192 PACTRL_VHOME_1000_MV | \
193 PACTRL_RES_300_K
194 #elif (RF_PA == 1) // 3146
195 #define PACTRL_CFG 0
196
197 #elif (RF_PA == 2) // 3133
198 #define PACTRL_CFG 0
199
200 #elif (RF_PA == 3) // PF08123B
201 #define PACTRL_CFG \
202 PACTRL_TYPE_PWR | \
203 PACTRL_CAP_50_PF | \
204 PACTRL_RES_300_K | \
205 PACTRL_VHOME_610_MV
206 #elif (RF_PA == 4) // AWT6108
207 #define PACTRL_CFG 0
208 #else
209 #error Unknown PA specifiec!
210 #endif
211
212 // Temperature sensor
213 #define TEMP_SENSOR_OFF 0x0
214 #define TEMP_SENSOR_ON BIT_14
215 // Internal Logic Init Disable
216 #define ILOGIC_INIT_DIS BIT_15
217 // ILOGIC_INIT_DIS must be ALWAYS set when programming the REG_CFG register
218 // It was introduced in PG 1.2
219 // For previous PGs this BIT was unused, so it can be safelly programmed
220 // for all PGs
221
222
223 // RF signals connected to TSPACT [0..7]
224
225 #ifdef CONFIG_TARGET_PIRELLI
226 #define RF_RESET_LINE BIT_5
227 #else
228 #define RF_RESET_LINE BIT_0
229 #endif
230
231 #define RF_SER_ON RF_RESET_LINE
232 #define RF_SER_OFF 0
233
234 #define TEST_TX_ON 0
235 #define TEST_RX_ON 0
236
237 #if defined(CONFIG_TARGET_LEONARDO) || defined(CONFIG_TARGET_ESAMPLE)
238
239 // 4-band config (E-sample, P2, Leonardo)
240 #define FEM_7 BIT_2 // act2
241 #define FEM_8 BIT_1 // act1
242 #define FEM_9 BIT_4 // act4
243
244 #define PA_HI_BAND BIT_3 // act3
245 #define PA_LO_BAND 0
246 #define PA_OFF 0
247
248 #define FEM_PINS (FEM_7 | FEM_8 | FEM_9)
249
250 #define FEM_OFF ( FEM_PINS ^ 0 )
251
252 #define FEM_SLEEP ( 0 )
253
254 // This configuration is always inverted.
255
256 // RX_UP/DOWN and TX_UP/DOWN
257 #define RU_900 ( PA_OFF | FEM_PINS ^ 0 )
258 #define RD_900 ( PA_OFF | FEM_PINS ^ 0 )
259 #define TU_900 ( PA_LO_BAND | FEM_PINS ^ FEM_7 )
260 #define TD_900 ( PA_OFF | FEM_PINS ^ 0 )
261
262 #define RU_850 ( PA_OFF | FEM_PINS ^ FEM_9 )
263 #define RD_850 ( PA_OFF | FEM_PINS ^ 0 )
264 #define TU_850 ( PA_LO_BAND | FEM_PINS ^ FEM_7 )
265 #define TD_850 ( PA_OFF | FEM_PINS ^ 0 )
266
267 #define RU_1800 ( PA_OFF | FEM_PINS ^ 0 )
268 #define RD_1800 ( PA_OFF | FEM_PINS ^ 0 )
269 #define TU_1800 ( PA_HI_BAND | FEM_PINS ^ FEM_8 )
270 #define TD_1800 ( PA_OFF | FEM_PINS ^ 0 )
271
272 #define RU_1900 ( PA_OFF | FEM_PINS ^ 0 )
273 #define RD_1900 ( PA_OFF | FEM_PINS ^ 0 )
274 #define TU_1900 ( PA_HI_BAND | FEM_PINS ^ FEM_8 )
275 #define TD_1900 ( PA_OFF | FEM_PINS ^ 0 )
276
277 #elif defined(CONFIG_TARGET_GTAMODEM) || defined(CONFIG_TARGET_FCDEV3B)
278
279 // Openmoko's triband configuration is a bastardized version
280 // of TI's quadband one from Leonardo/E-Sample
281
282 #define FEM_7 BIT_2 // act2
283 #define FEM_8 BIT_1 // act1
284 #define FEM_9 BIT_4 // act4
285
286 #define PA_HI_BAND BIT_3 // act3
287 #define PA_LO_BAND 0
288 #define PA_OFF 0
289
290 #define FEM_PINS (FEM_7 | FEM_8 | FEM_9)
291
292 #define FEM_OFF ( FEM_PINS ^ 0 )
293
294 #define FEM_SLEEP ( 0 )
295
296 // This configuration is always inverted.
297
298 // RX_UP/DOWN and TX_UP/DOWN
299 #define RU_900 ( PA_OFF | FEM_PINS ^ 0 )
300 #define RD_900 ( PA_OFF | FEM_PINS ^ 0 )
301 #define TU_900 ( PA_LO_BAND | FEM_PINS ^ FEM_9 )
302 #define TD_900 ( PA_OFF | FEM_PINS ^ 0 )
303
304 #define RU_850 ( PA_OFF | FEM_PINS ^ 0 )
305 #define RD_850 ( PA_OFF | FEM_PINS ^ 0 )
306 #define TU_850 ( PA_LO_BAND | FEM_PINS ^ FEM_9 )
307 #define TD_850 ( PA_OFF | FEM_PINS ^ 0 )
308
309 #define RU_1800 ( PA_OFF | FEM_PINS ^ 0 )
310 #define RD_1800 ( PA_OFF | FEM_PINS ^ 0 )
311 #define TU_1800 ( PA_HI_BAND | FEM_PINS ^ FEM_7 )
312 #define TD_1800 ( PA_OFF | FEM_PINS ^ 0 )
313
314 #define RU_1900 ( PA_OFF | FEM_PINS ^ FEM_8 )
315 #define RD_1900 ( PA_OFF | FEM_PINS ^ 0 )
316 #define TU_1900 ( PA_HI_BAND | FEM_PINS ^ FEM_7 )
317 #define TD_1900 ( PA_OFF | FEM_PINS ^ 0 )
318
319 #elif defined(CONFIG_TARGET_PIRELLI)
320
321 #define ANTSW_RX_PCS BIT_4
322 #define ANTSW_TX_HIGH BIT_10
323 #define ANTSW_TX_LOW BIT_11
324
325 #define PA_HI_BAND BIT_3 // act3
326 #define PA_LO_BAND 0
327 #define PA_OFF 0
328
329 #define PA_ENABLE BIT_0
330
331 // Pirelli uses a non-inverting buffer
332
333 #define FEM_OFF ( 0 )
334
335 #define FEM_SLEEP ( 0 )
336
337 // RX_UP/DOWN and TX_UP/DOWN (triband)
338 #define RU_900 ( PA_OFF | 0 )
339 #define RD_900 ( PA_OFF | 0 )
340 #define TU_900 ( PA_LO_BAND | ANTSW_TX_LOW )
341 #define TD_900 ( PA_OFF | 0 )
342
343 #define RU_850 ( PA_OFF | 0 )
344 #define RD_850 ( PA_OFF | 0 )
345 #define TU_850 ( PA_LO_BAND | ANTSW_TX_LOW )
346 #define TD_850 ( PA_OFF | 0 )
347
348 #define RU_1800 ( PA_OFF | 0 )
349 #define RD_1800 ( PA_OFF | 0 )
350 #define TU_1800 ( PA_HI_BAND | ANTSW_TX_HIGH )
351 #define TD_1800 ( PA_OFF | 0 )
352
353 #define RU_1900 ( PA_OFF | ANTSW_RX_PCS )
354 #define RD_1900 ( PA_OFF | 0 )
355 #define TU_1900 ( PA_HI_BAND | ANTSW_TX_HIGH )
356 #define TD_1900 ( PA_OFF | 0 )
357
358 #elif defined(CONFIG_TARGET_COMPAL)
359
360 #define PA_HI_BAND BIT_8 // act8
361 #define PA_LO_BAND 0
362 #define PA_OFF 0
363
364 #define PA_ENABLE BIT_1
365
366 // FEM control signals are active low
367 #define FEM_PINS (BIT_6 | BIT_2)
368
369 #define FEM_OFF ( FEM_PINS ^ 0 )
370
371 #define FEM_SLEEP ( 0 )
372
373 #define FEM_TX_HIGH BIT_6
374 #if USE_TSPACT2_FOR_TXLOW
375 #define FEM_TX_LOW BIT_2
376 #else
377 #define FEM_TX_LOW BIT_6
378 #endif
379
380 // RX_UP/DOWN and TX_UP/DOWN
381 #define RU_900 ( PA_OFF | FEM_PINS ^ 0 )
382 #define RD_900 ( PA_OFF | FEM_PINS ^ 0 )
383 #define TU_900 ( PA_LO_BAND | FEM_PINS ^ FEM_TX_LOW )
384 #define TD_900 ( PA_OFF | FEM_PINS ^ 0 )
385
386 #define RU_850 ( PA_OFF | FEM_PINS ^ 0 )
387 #define RD_850 ( PA_OFF | FEM_PINS ^ 0 )
388 #define TU_850 ( PA_LO_BAND | FEM_PINS ^ FEM_TX_LOW )
389 #define TD_850 ( PA_OFF | FEM_PINS ^ 0 )
390
391 #define RU_1800 ( PA_OFF | FEM_PINS ^ 0 )
392 #define RD_1800 ( PA_OFF | FEM_PINS ^ 0 )
393 #define TU_1800 ( PA_HI_BAND | FEM_PINS ^ FEM_TX_HIGH )
394 #define TD_1800 ( PA_OFF | FEM_PINS ^ 0 )
395
396 #define RU_1900 ( PA_OFF | FEM_PINS ^ 0 )
397 #define RD_1900 ( PA_OFF | FEM_PINS ^ 0 )
398 #define TU_1900 ( PA_HI_BAND | FEM_PINS ^ FEM_TX_HIGH )
399 #define TD_1900 ( PA_OFF | FEM_PINS ^ 0 )
400
401 #endif // FreeCalypso target selection
402
403 #define TC1_DEVICE_ABB TC1_DEVICE0 // TSPEN0
404 #ifdef CONFIG_TARGET_PIRELLI
405 #define TC1_DEVICE_RF TC1_DEVICE1 // TSPEN1
406 #else
407 #define TC1_DEVICE_RF TC1_DEVICE2 // TSPEN2
408 #endif
409
410
411 //--- TIMINGS ----------------------------------------------------------
412
413 /*------------------------------------------*/
414 /* Download delay values */
415 /*------------------------------------------*/
416 // 1 qbit = 12/13 usec (~0.9230769), i.e. 200 usec is ~ 217 qbit (200 * 13 / 12)
417
418 #define T TPU_CLOCK_RANGE
419
420
421 // - TPU instruction into TSP timings ---
422 // 1 tpu instruction = 1 qbit
423 #define DLT_1 1 // 1 tpu instruction = 1 qbit
424 #define DLT_2 2 // 2 tpu instruction = 2 qbit
425 #define DLT_3 3 // 3 tpu instruction = 3 qbit
426 #define DLT_4 4 // 4 tpu instruction = 4 qbit
427 #define SL_SU_DELAY2 DLT_3 // Needed to compile with old l1_rf12
428
429 // - Serialization timings ---
430 // The following values where calculated with Katrin Matthes...
431 //#define SL_7 3 // To send 7 bits to the ABB, 14*T (1/6.5MHz) are needed,
432 // // i.e. 14 / 6 qbit = 2.333 ~ 3 qbit
433 //#define SL_2B 6 // To send 2 bytes to the RF, 34*T (1/6.5MHz) are needed,
434 // // i.e. 34 / 6 qbit = 5.7 ~ 6 qbit
435 // ... while the following values are based on the HYP004.doc document
436 #define SL_7 2 // To send 7 bits to the ABB, 12*T (1/6.5MHz) are needed,
437 // i.e. 12 / 6 qbit = 2 qbit
438 #define SL_2B 4 // To send 2 bytes to the RF, 21*T (1/6.5MHz) are needed,
439 // i.e. 21 / 6 qbit = 3.5 ~ 4 qbit
440
441 // - TPU command execution + serialization length ---
442 #define DLT_1B 4 // 3*move + serialization of 7 bits
443 #define DLT_2B 7 // 4*move + serialization of 2 bytes
444 //#define DLT_1B DLT_3 + SL_7 // 3*move + serialization of 7 bits
445 //#define DLT_2B DLT_4 + SL_2B // 4*move + serialization of 2 bytes
446
447
448 // - INIT (delta or DLT) timings ---
449 #define DLT_I1 5 // Time required to set EN high before RF_SER_OFF -> RF_SER_ON
450 #define DLT_I2 8 // Time required to set RF_SER_OFF
451 #define DLT_I3 5 // Time required to set RF_SER_ON
452 #define DLT_I4 110 // Regulator Turn-ON time
453
454
455 // - tdt & rdt ---
456 // MAX GSM (not GPRS) rdt and tdt values are...
457 //#define rdt 380 // MAX GSM rx delta timing
458 //#define tdt 400 // MAX GSM tx delta timing
459 // but current rdt and tdt values are...
460 #define rdt 0 // rx delta timing
461 #define tdt 0 // tx delta timing
462
463 // - RX timings ---
464 // - RX down:
465 // The times below are offsets to when BDLENA goes down
466 #define TRF_R10 ( 0 - DLT_1B ) // disable BDLENA & BDLON -> power DOWN ABB (end of RX burst), needs DLT_1B to execute
467 #define TRF_R9 ( - 30 - DLT_2B ) // disable RF SWITCH, power DOWN Rita (go to Idle2 mode)
468
469 // - RX up:
470 // The times below are offsets to when BDLENA goes high
471 // Burst data comes here
472 #define TRF_R8 ( PROVISION_TIME - 0 - DLT_1B ) // enable BDLENA, disable BDLCAL (I/Q comes 32qbit later)
473 #define TRF_R7 ( PROVISION_TIME - 7 - DLT_1 ) // enable RF SWITCH
474 #define TRF_R6 ( PROVISION_TIME - 67 - DLT_1B ) // enable BDLCAL -> ABB DL filter init
475 #define TRF_R5 ( PROVISION_TIME - 72 - DLT_1B ) // enable BDLON -> power ON ABB DL path
476 #define TRF_R4 ( PROVISION_TIME - 76 - DLT_2B - rdt ) // power ON RX
477 #define TRF_R3 (PROVISION_TIME - 143 - DLT_2B - rdt ) // select the AGC & LNA gains + start DC offset calibration (stops automatically)
478 //l1dmacro_adc_read_rx() called here requires ~ 16 tpuinst
479 #define TRF_R2 (PROVISION_TIME - 198 - DLT_2B - rdt ) // set BAND + power ON RX Synth
480 #define TRF_R1 (PROVISION_TIME - 208 - DLT_2B - rdt ) // set RX Synth channel
481
482 // - TX timings ---
483 // - TX down:
484 // The times below are offsets to when BULENA goes down
485
486 #if (PA_CTRL_INT == 1)
487 #define TRF_T13 ( 35 - DLT_1B ) // right after, BULON low
488 #define TRF_T12_5 ( 32 - DLT_2B ) // Power OFF TX loop => power down RF.
489 #define TRF_T12_3 ( 23 - DLT_1 ) // Disable TXEN.
490 #endif
491
492 #if (PA_CTRL_INT == 0)
493 #define TRF_T13 ( 35 - DLT_1B ) // right after, BULON low
494 #define TRF_T12_2 ( 32 - DLT_2B ) // power down RF step 2
495 #define TRF_T12 ( 18 - DLT_2B ) // power down RF step 1
496 #endif
497
498 #define TRF_T11 ( 0 - DLT_1B ) // disable BULENA -> end of TX burst
499 #define TRF_T10_5 ( - 40 - DLT_1B ) // ADC read
500
501 // - TX up:
502 // The times below are offsets to when BULENA goes high
503 //burst data comes here
504 #define TRF_T10_4 ( 22 - DLT_1 ) // enable RF SWITCH + TXEN
505 #define TRF_T10 ( 17 - DLT_1 ) // enable RF SWITCH
506
507 #if (PA_CTRL_INT == 0)
508 #define TRF_T9 ( 8 - DLT_2B ) // enable PACTRL
509 #endif
510
511 #define TRF_T8 ( - 0 - DLT_1B ) // enable BULENA -> start of TX burst
512 #define TRF_T7 ( - 50 - DLT_1B - tdt ) // disable BULCAL -> stop ABB UL calibration
513 #define TRF_T6 ( - 130 - DLT_1B - tdt ) // enable BULCAL -> start ABB UL calibration
514 #define TRF_T5 ( - 158 - DLT_2B - tdt ) // power ON TX
515 #define TRF_T4 ( - 190 - DLT_1B - tdt ) // enable BULON -> power ON ABB UL path
516 // TRF_T3_MAN_1, TRF_T3_MAN_2 & TRF_T3_MAN_3 are only executed in DCS for PG 2.0 and above
517 #define TRF_T3_MAN_3 ( - 239 - DLT_2B - tdt ) // PG2.1: Set the right TX loop charge pump current for DCS & PCS
518 #define TRF_T3_MAN_2 ( - 249 - DLT_2B - tdt ) // PG2.1: Go into "TX Manual mode"
519 #define TRF_T3_MAN_1 ( - 259 - DLT_2B - tdt ) // PG2.1: IN DCS, use manual mode: Copy Serial Interface Registers for "Manual operation"
520 #define TRF_T3 ( - 259 - DLT_2B - tdt ) // PG2.1: In GSM & PCS go to "Automatic TX mode"
521 #define TRF_T2 ( - 269 - DLT_2B - tdt ) // PG2.0: set BAND + Power ON Main TX PLL + PACTRL ON
522 #define TRF_T1 ( - 279 - DLT_2B - tdt ) // set TX Main PLL channel
523