xref: /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/rtl8723d/halhwimg8723d_rf.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /******************************************************************************
2  *
3  * Copyright(c) 2007 - 2017 Realtek Corporation.
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  *****************************************************************************/
15 
16 /*Image2HeaderVersion: 3.5.2*/
17 #if (RTL8723D_SUPPORT == 1)
18 #ifndef __INC_MP_RF_HW_IMG_8723D_H
19 #define __INC_MP_RF_HW_IMG_8723D_H
20 
21 
22 /******************************************************************************
23 *                           radioa.TXT
24 ******************************************************************************/
25 
26 void
27 odm_read_and_config_mp_8723d_radioa( /* tc: Test Chip, mp: mp Chip*/
28 				    struct dm_struct *dm);
29 u32 odm_get_version_mp_8723d_radioa(void);
30 
31 /******************************************************************************
32 *                           txpowertrack_pcie.TXT
33 ******************************************************************************/
34 
35 void
36 odm_read_and_config_mp_8723d_txpowertrack_pcie( /* tc: Test Chip, mp: mp Chip*/
37 					       struct dm_struct *dm);
38 u32	odm_get_version_mp_8723d_txpowertrack_pcie(void);
39 
40 /******************************************************************************
41 *                           txpowertrack_sdio.TXT
42 ******************************************************************************/
43 
44 void
45 odm_read_and_config_mp_8723d_txpowertrack_sdio( /* tc: Test Chip, mp: mp Chip*/
46 					       struct dm_struct *dm);
47 u32	odm_get_version_mp_8723d_txpowertrack_sdio(void);
48 
49 /******************************************************************************
50 *                           txpowertrack_usb.TXT
51 ******************************************************************************/
52 
53 void
54 odm_read_and_config_mp_8723d_txpowertrack_usb( /* tc: Test Chip, mp: mp Chip*/
55 					      struct dm_struct *dm);
56 u32	odm_get_version_mp_8723d_txpowertrack_usb(void);
57 
58 /******************************************************************************
59 *                           txpwr_lmt.TXT
60 ******************************************************************************/
61 
62 void
63 odm_read_and_config_mp_8723d_txpwr_lmt( /* tc: Test Chip, mp: mp Chip*/
64 				       struct dm_struct *dm);
65 u32	odm_get_version_mp_8723d_txpwr_lmt(void);
66 
67 /******************************************************************************
68 *                           txxtaltrack.TXT
69 ******************************************************************************/
70 
71 void
72 odm_read_and_config_mp_8723d_txxtaltrack( /* tc: Test Chip, mp: mp Chip*/
73 					 struct dm_struct *dm);
74 u32	odm_get_version_mp_8723d_txxtaltrack(void);
75 
76 #endif
77 #endif /* end of HWIMG_SUPPORT*/
78 
79