]> Pileus Git - ~andy/linux/blob - drivers/staging/rtl8188eu/include/odm_RegConfig8188E.h
Merge branch 'linus' into perf/urgent
[~andy/linux] / drivers / staging / rtl8188eu / include / odm_RegConfig8188E.h
1 /******************************************************************************
2  *
3  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of version 2 of the GNU General Public License as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12  * more details.
13  *
14  * You should have received a copy of the GNU General Public License along with
15  * this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17  *
18  *
19  ******************************************************************************/
20 #ifndef __INC_ODM_REGCONFIG_H_8188E
21 #define __INC_ODM_REGCONFIG_H_8188E
22
23 void odm_ConfigRFReg_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, u32 Data,
24                            enum ODM_RF_RADIO_PATH  RF_PATH, u32 RegAddr);
25
26 void odm_ConfigRF_RadioA_8188E(struct odm_dm_struct *pDM_Odm,
27                                u32 Addr, u32 Data);
28
29 void odm_ConfigRF_RadioB_8188E(struct odm_dm_struct *pDM_Odm,
30                                u32 Addr, u32 Data);
31
32 void odm_ConfigMAC_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, u8 Data);
33
34 void odm_ConfigBB_AGC_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr,
35                             u32 Bitmask, u32 Data);
36
37 void odm_ConfigBB_PHY_REG_PG_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr,
38                                    u32 Bitmask, u32 Data);
39
40 void odm_ConfigBB_PHY_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr,
41                             u32 Bitmask, u32 Data);
42
43 #endif