1/* SPDX-License-Identifier: GPL-2.0 */
2/******************************************************************************
3*
4* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
5*
6******************************************************************************/
7
8#ifndef __INC_MP_BB_HW_IMG_8723B_H
9#define __INC_MP_BB_HW_IMG_8723B_H
10
11
12/******************************************************************************
13* AGC_TAB.TXT
14******************************************************************************/
15
16void
17ODM_ReadAndConfig_MP_8723B_AGC_TAB(/* TC: Test Chip, MP: MP Chip */
18 struct dm_odm_t *pDM_Odm
19);
20
21/******************************************************************************
22* PHY_REG.TXT
23******************************************************************************/
24
25void
26ODM_ReadAndConfig_MP_8723B_PHY_REG(/* TC: Test Chip, MP: MP Chip */
27 struct dm_odm_t *pDM_Odm
28);
29
30/******************************************************************************
31* PHY_REG_PG.TXT
32******************************************************************************/
33
34void
35ODM_ReadAndConfig_MP_8723B_PHY_REG_PG(/* TC: Test Chip, MP: MP Chip */
36 struct dm_odm_t *pDM_Odm
37);
38u32 ODM_GetVersion_MP_8723B_PHY_REG_PG(void);
39
40#endif
41

source code of linux/drivers/staging/rtl8723bs/hal/HalHWImg8723B_BB.h