| 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_callback.h $ |
|---|
| 15 | * $brcm_Revision: 5 $ |
|---|
| 16 | * $brcm_Date: 8/12/11 3:14p $ |
|---|
| 17 | * |
|---|
| 18 | * [File Description:] |
|---|
| 19 | * |
|---|
| 20 | * Revision History: |
|---|
| 21 | * |
|---|
| 22 | * $brcm_Log: /AP/bcm3461/a0/src/driver/tnr/btnr_callback.h $ |
|---|
| 23 | * |
|---|
| 24 | * 5 8/12/11 3:14p farshidf |
|---|
| 25 | * SW3461-1: merge to main |
|---|
| 26 | * |
|---|
| 27 | * Fw_Integration_Devel/3 8/12/11 2:35p farshidf |
|---|
| 28 | * SW3461-1: merge to main |
|---|
| 29 | * |
|---|
| 30 | * 4 7/27/11 1:51p farshidf |
|---|
| 31 | * SW3461-1: merge to integ/ main |
|---|
| 32 | * |
|---|
| 33 | * Fw_Integration_Devel/2 7/27/11 1:50p farshidf |
|---|
| 34 | * SW3461-1: merge to integ/ main |
|---|
| 35 | * |
|---|
| 36 | * Fw_Integration_Devel/AP_V0_6_TNR_DEV/1 7/27/11 1:36p farshidf |
|---|
| 37 | * SW3461-1: magnum compatible |
|---|
| 38 | * |
|---|
| 39 | * 3 7/20/11 11:36a farshidf |
|---|
| 40 | * SW7552-60: mereg the latest tuner code |
|---|
| 41 | * |
|---|
| 42 | * Fw_Integration_Devel/1 6/29/11 12:39p farshidf |
|---|
| 43 | * SW3461-13: merge to integration branch |
|---|
| 44 | * |
|---|
| 45 | * Fw_Integration_Devel/Tnr_Fw_Devel_Rc05/1 6/21/11 5:15p cbrooks |
|---|
| 46 | * sw3461-1:Changed Callback Function |
|---|
| 47 | * |
|---|
| 48 | * 2 5/20/11 6:42a mpovich |
|---|
| 49 | * SW3461-1: rename UFE (BUFE) module to TNR (BTNR). |
|---|
| 50 | * |
|---|
| 51 | * TNR_3461_1/1 5/19/11 5:11p mpovich |
|---|
| 52 | * SW3461-1: Change BUFE module prefix to BTNR |
|---|
| 53 | * |
|---|
| 54 | * 1 5/17/11 5:13p farshidf |
|---|
| 55 | * SW3461-1: add the callbacks |
|---|
| 56 | * |
|---|
| 57 | * 1 5/17/11 1:40p farshidf |
|---|
| 58 | * SW3128-1: add the new callbacks |
|---|
| 59 | * |
|---|
| 60 | ***************************************************************************/ |
|---|
| 61 | |
|---|
| 62 | #ifndef _BTNR_CALLBACK_ADS_H__ |
|---|
| 63 | #define _BTNR_CALLBACK_ADS_H__ |
|---|
| 64 | |
|---|
| 65 | #if __cplusplus |
|---|
| 66 | extern "C" { |
|---|
| 67 | #endif |
|---|
| 68 | |
|---|
| 69 | /*API Functions in bwfe_callback_to_ads.c*/ |
|---|
| 70 | BERR_Code BTNR_P_Set_RF_Offset(BTNR_3x7x_Handle hChn, int32_t RF_Offset, uint32_t Symbol_Rate); |
|---|
| 71 | BERR_Code BTNR_P_Get_RF_Status(BTNR_3x7x_Handle hChn); |
|---|
| 72 | BERR_Code BTNR_P_LNA_AGC_Power(BTNR_3x7x_Handle hTnr, uint16_t Mode); |
|---|
| 73 | |
|---|
| 74 | #ifdef __cplusplus |
|---|
| 75 | } |
|---|
| 76 | #endif |
|---|
| 77 | |
|---|
| 78 | #endif /* _BWFE_CALLACK_TO_ADS_H__ */ |
|---|