mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-14 09:09:35 +00:00
4de1397841
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
42 lines
1.3 KiB
C
42 lines
1.3 KiB
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright(c) 2007 - 2016 Realtek Corporation. All rights reserved. */
|
|
|
|
|
|
/*Image2HeaderVersion: 2.18*/
|
|
#if (RTL8188E_SUPPORT == 1)
|
|
#ifndef __INC_MP_BB_HW_IMG_8188E_H
|
|
#define __INC_MP_BB_HW_IMG_8188E_H
|
|
|
|
|
|
/******************************************************************************
|
|
* AGC_TAB.TXT
|
|
******************************************************************************/
|
|
|
|
void
|
|
odm_read_and_config_mp_8188e_agc_tab(/* TC: Test Chip, MP: MP Chip*/
|
|
struct PHY_DM_STRUCT *p_dm_odm
|
|
);
|
|
u32 odm_get_version_mp_8188e_agc_tab(void);
|
|
|
|
/******************************************************************************
|
|
* PHY_REG.TXT
|
|
******************************************************************************/
|
|
|
|
void
|
|
odm_read_and_config_mp_8188e_phy_reg(/* TC: Test Chip, MP: MP Chip*/
|
|
struct PHY_DM_STRUCT *p_dm_odm
|
|
);
|
|
u32 odm_get_version_mp_8188e_phy_reg(void);
|
|
|
|
/******************************************************************************
|
|
* PHY_REG_PG.TXT
|
|
******************************************************************************/
|
|
|
|
void
|
|
odm_read_and_config_mp_8188e_phy_reg_pg(/* TC: Test Chip, MP: MP Chip*/
|
|
struct PHY_DM_STRUCT *p_dm_odm
|
|
);
|
|
u32 odm_get_version_mp_8188e_phy_reg_pg(void);
|
|
|
|
#endif
|
|
#endif /* end of HWIMG_SUPPORT*/
|