dt-bindings: Document the Rockchip RGA bindings
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rtl8723bs / hal / OUTSRC / odm_DynamicBBPowerSaving.h
1 /******************************************************************************\r
2  *\r
3  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.\r
4  *                                        \r
5  * This program is free software; you can redistribute it and/or modify it\r
6  * under the terms of version 2 of the GNU General Public License as\r
7  * published by the Free Software Foundation.\r
8  *\r
9  * This program is distributed in the hope that it will be useful, but WITHOUT\r
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\r
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for\r
12  * more details.\r
13  *\r
14  * You should have received a copy of the GNU General Public License along with\r
15  * this program; if not, write to the Free Software Foundation, Inc.,\r
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA\r
17  *\r
18  *\r
19  ******************************************************************************/\r
20  \r
21 #ifndef __ODMDYNAMICBBPOWERSAVING_H__\r
22 #define    __ODMDYNAMICBBPOWERSAVING_H__\r
23 \r
24 typedef struct _Dynamic_Power_Saving_\r
25 {\r
26         u1Byte          PreCCAState;\r
27         u1Byte          CurCCAState;\r
28 \r
29         u1Byte          PreRFState;\r
30         u1Byte          CurRFState;\r
31 \r
32         int                 Rssi_val_min;\r
33         \r
34         u1Byte          initialize;\r
35         u4Byte          Reg874,RegC70,Reg85C,RegA74;\r
36         \r
37 }PS_T,*pPS_T;\r
38 \r
39 #define dm_RF_Saving    ODM_RF_Saving\r
40 \r
41 void ODM_RF_Saving(\r
42         IN              PVOID                                   pDM_VOID,\r
43         IN      u1Byte          bForceInNormal \r
44         );\r
45 \r
46 VOID 
47 odm_DynamicBBPowerSavingInit(
48         IN              PVOID                                   pDM_VOID\r
49         );
50
51 VOID 
52 odm_DynamicBBPowerSaving(
53         IN              PVOID                                   pDM_VOID\r
54         );
55
56 VOID
57 odm_1R_CCA(
58         IN              PVOID                                   pDM_VOID\r
59         );\r
60 \r
61 #endif