| 1 | /************************************************************************* |
|---|
| 2 | * (c)2005-2011 Broadcom Corporation |
|---|
| 3 | * |
|---|
| 4 | * This program is the proprietary software of Broadcom Corporation and/or its licensors, |
|---|
| 5 | * and may only be used, duplicated, modified or distributed pursuant to the terms and |
|---|
| 6 | * conditions of a separate, written license agreement executed between you and Broadcom |
|---|
| 7 | * (an "Authorized License"). Except as set forth in an Authorized License, Broadcom grants |
|---|
| 8 | * no license (express or implied), right to use, or waiver of any kind with respect to the |
|---|
| 9 | * Software, and Broadcom expressly reserves all rights in and to the Software and all |
|---|
| 10 | * intellectual property rights therein. IF YOU HAVE NO AUTHORIZED LICENSE, THEN YOU |
|---|
| 11 | * HAVE NO RIGHT TO USE THIS SOFTWARE IN ANY WAY, AND SHOULD IMMEDIATELY |
|---|
| 12 | * NOTIFY BROADCOM AND DISCONTINUE ALL USE OF THE SOFTWARE. |
|---|
| 13 | * |
|---|
| 14 | * $brcm_Workfile: btnr_ob_init.h $ |
|---|
| 15 | * $brcm_Revision: Hydra_Software_Devel/1 $ |
|---|
| 16 | * $brcm_Date: 12/8/11 11:27p $ |
|---|
| 17 | * |
|---|
| 18 | * [File Description:] |
|---|
| 19 | * |
|---|
| 20 | * Revision History: |
|---|
| 21 | * |
|---|
| 22 | * $brcm_Log: /magnum/portinginterface/tnr/7552ob/btnr_ob_init.h $ |
|---|
| 23 | * |
|---|
| 24 | * Hydra_Software_Devel/1 12/8/11 11:27p farshidf |
|---|
| 25 | * SW7552-170: first version of OOB tuner for B0 verification |
|---|
| 26 | * |
|---|
| 27 | * |
|---|
| 28 | ***************************************************************************/ |
|---|
| 29 | |
|---|
| 30 | #ifndef _BTNR_OB_INIT_H__ |
|---|
| 31 | #define _BTNR_OB_INIT_H__ |
|---|
| 32 | |
|---|
| 33 | #ifdef __cplusplus |
|---|
| 34 | extern "C" { |
|---|
| 35 | #endif |
|---|
| 36 | |
|---|
| 37 | |
|---|
| 38 | #define BTNR_OB_SAW_TABLE_SIZE 1 |
|---|
| 39 | #define BTNR_OB_SAW_COEFF_SIZE 33 |
|---|
| 40 | static const uint32_t BTNR_Ob_SAW_Table[BTNR_OB_SAW_TABLE_SIZE][BTNR_OB_SAW_COEFF_SIZE] = |
|---|
| 41 | { |
|---|
| 42 | |
|---|
| 43 | /* OOB SAW filter */ |
|---|
| 44 | { 0x0000006B, 0x000001D6, 0x00000234, 0x00000008, 0x0007FD1E, 0x0007FE21, 0x0000031D, 0x000004C8, |
|---|
| 45 | 0x0007FE73, 0x0007F824, 0x0007FD70, 0x0000097D, 0x00000921, 0x0007F84B, 0x0007EF2E, 0x000000D5, |
|---|
| 46 | 0x000016FD, 0x00000BC0, 0x0007E801, 0x0007E31E, 0x00000FE1, 0x00002F39, 0x000004DB, 0x0007C2D4, |
|---|
| 47 | 0x0007D721, 0x00003EBD, 0x00005F58, 0x0007D908, 0x00074BA9, 0x0007CF91, 0x0001882C, 0x00032323, |
|---|
| 48 | 0x00000000 |
|---|
| 49 | } |
|---|
| 50 | |
|---|
| 51 | }; |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | |
|---|
| 56 | BERR_Code BTNR_Ob_P_TnrInit(BTNR_Ob_3x7x_Handle hTnr, uint32_t RfFreq); |
|---|
| 57 | void BTNR_Ob_P_Program_TNR(BTNR_Ob_3x7x_Handle hTnr, uint32_t RfFreq); |
|---|
| 58 | |
|---|
| 59 | |
|---|
| 60 | #ifdef __cplusplus |
|---|
| 61 | } |
|---|
| 62 | #endif |
|---|
| 63 | |
|---|
| 64 | #endif |
|---|