GNU Linux-libre 4.19.295-gnu1
[releases.git] / drivers / staging / rtlwifi / phydm / rtl8822b / halhwimg8822b_bb.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /******************************************************************************
3  *
4  * Copyright(c) 2007 - 2016  Realtek Corporation.
5  *
6  * Contact Information:
7  * wlanfae <wlanfae@realtek.com>
8  * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
9  * Hsinchu 300, Taiwan.
10  *
11  * Larry Finger <Larry.Finger@lwfinger.net>
12  *
13  *****************************************************************************/
14
15 /*Image2HeaderVersion: 3.2*/
16 #ifndef __INC_MP_BB_HW_IMG_8822B_H
17 #define __INC_MP_BB_HW_IMG_8822B_H
18
19 /******************************************************************************
20  *                           agc_tab.TXT
21  ******************************************************************************/
22
23 void odm_read_and_config_mp_8822b_agc_tab(/* tc: Test Chip, mp: mp Chip*/
24                                           struct phy_dm_struct *dm);
25 u32 odm_get_version_mp_8822b_agc_tab(void);
26
27 /******************************************************************************
28  *                           phy_reg.TXT
29  ******************************************************************************/
30
31 void odm_read_and_config_mp_8822b_phy_reg(/* tc: Test Chip, mp: mp Chip*/
32                                           struct phy_dm_struct *dm);
33 u32 odm_get_version_mp_8822b_phy_reg(void);
34
35 /******************************************************************************
36  *                           phy_reg_pg.TXT
37  ******************************************************************************/
38
39 void odm_read_and_config_mp_8822b_phy_reg_pg(/* tc: Test Chip, mp: mp Chip*/
40                                              struct phy_dm_struct *dm);
41 u32 odm_get_version_mp_8822b_phy_reg_pg(void);
42
43 #endif