FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/layer1/p_cfile/l1p_func.c @ 326:84ef3a68e832
l1p_func.c: l1ps_swap_iq_ul() reconstructed
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 04 Oct 2017 21:12:29 +0000 |
parents | b410d2a64a59 |
children | 294adc9e1d3c |
comparison
equal
deleted
inserted
replaced
325:b410d2a64a59 | 326:84ef3a68e832 |
---|---|
305 /* Functionality : */ | 305 /* Functionality : */ |
306 /*-------------------------------------------------------*/ | 306 /*-------------------------------------------------------*/ |
307 BOOL l1ps_swap_iq_ul(UWORD16 radio_freq) | 307 BOOL l1ps_swap_iq_ul(UWORD16 radio_freq) |
308 { | 308 { |
309 UWORD8 swap_iq; | 309 UWORD8 swap_iq; |
310 BOOL swap_flag =FALSE; //omaps00090550 | 310 BOOL swap_flag; |
311 | 311 |
312 #if (L1_FF_MULTIBAND == 0) | 312 #if (L1_FF_MULTIBAND == 0) |
313 | 313 |
314 if(((l1_config.std.id == DUAL) || (l1_config.std.id == DUALEXT) || (l1_config.std.id == DUAL_US)) && | 314 if(((l1_config.std.id == DUAL) || (l1_config.std.id == DUALEXT) || (l1_config.std.id == DUAL_US)) && |
315 (radio_freq >= l1_config.std.first_radio_freq_band2)) | 315 (radio_freq >= l1_config.std.first_radio_freq_band2)) |