/****************************************************************************** * * Copyright(c) 2007 - 2017 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * * The full GNU General Public License is included in this distribution in the * file called LICENSE. * * Contact Information: * wlanfae * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, * Hsinchu 300, Taiwan. * * Larry Finger * *****************************************************************************/ /*Image2HeaderVersion: R3 1.0*/ #if (RTL8822B_SUPPORT == 1) #ifndef __INC_MP_BB_HW_IMG_8822B_H #define __INC_MP_BB_HW_IMG_8822B_H /****************************************************************************** * agc_tab.TXT ******************************************************************************/ void odm_read_and_config_mp_8822b_agc_tab(/* tc: Test Chip, mp: mp Chip*/ struct dm_struct *dm ); u32 odm_get_version_mp_8822b_agc_tab(void); /****************************************************************************** * phy_reg.TXT ******************************************************************************/ void odm_read_and_config_mp_8822b_phy_reg(/* tc: Test Chip, mp: mp Chip*/ struct dm_struct *dm ); u32 odm_get_version_mp_8822b_phy_reg(void); /****************************************************************************** * phy_reg_pg.TXT ******************************************************************************/ void odm_read_and_config_mp_8822b_phy_reg_pg(/* tc: Test Chip, mp: mp Chip*/ struct dm_struct *dm ); u32 odm_get_version_mp_8822b_phy_reg_pg(void); /****************************************************************************** * phy_reg_pg_type12.TXT ******************************************************************************/ void odm_read_and_config_mp_8822b_phy_reg_pg_type12(/* tc: Test Chip, mp: mp Chip*/ struct dm_struct *dm ); u32 odm_get_version_mp_8822b_phy_reg_pg_type12(void); /****************************************************************************** * phy_reg_pg_type15.TXT ******************************************************************************/ void odm_read_and_config_mp_8822b_phy_reg_pg_type15(/* tc: Test Chip, mp: mp Chip*/ struct dm_struct *dm ); u32 odm_get_version_mp_8822b_phy_reg_pg_type15(void); /****************************************************************************** * phy_reg_pg_type16.TXT ******************************************************************************/ void odm_read_and_config_mp_8822b_phy_reg_pg_type16(/* tc: Test Chip, mp: mp Chip*/ struct dm_struct *dm ); u32 odm_get_version_mp_8822b_phy_reg_pg_type16(void); /****************************************************************************** * phy_reg_pg_type17.TXT ******************************************************************************/ void odm_read_and_config_mp_8822b_phy_reg_pg_type17(/* tc: Test Chip, mp: mp Chip*/ struct dm_struct *dm ); u32 odm_get_version_mp_8822b_phy_reg_pg_type17(void); /****************************************************************************** * phy_reg_pg_type2.TXT ******************************************************************************/ void odm_read_and_config_mp_8822b_phy_reg_pg_type2(/* tc: Test Chip, mp: mp Chip*/ struct dm_struct *dm ); u32 odm_get_version_mp_8822b_phy_reg_pg_type2(void); /****************************************************************************** * phy_reg_pg_type3.TXT ******************************************************************************/ void odm_read_and_config_mp_8822b_phy_reg_pg_type3(/* tc: Test Chip, mp: mp Chip*/ struct dm_struct *dm ); u32 odm_get_version_mp_8822b_phy_reg_pg_type3(void); /****************************************************************************** * phy_reg_pg_type4.TXT ******************************************************************************/ void odm_read_and_config_mp_8822b_phy_reg_pg_type4(/* tc: Test Chip, mp: mp Chip*/ struct dm_struct *dm ); u32 odm_get_version_mp_8822b_phy_reg_pg_type4(void); /****************************************************************************** * phy_reg_pg_type5.TXT ******************************************************************************/ void odm_read_and_config_mp_8822b_phy_reg_pg_type5(/* tc: Test Chip, mp: mp Chip*/ struct dm_struct *dm ); u32 odm_get_version_mp_8822b_phy_reg_pg_type5(void); #endif #endif /* end of HWIMG_SUPPORT*/