162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright(c) 2009-2012 Realtek Corporation.*/ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef __INC_HAL8192SE_FW_IMG_H 562306a36Sopenharmony_ci#define __INC_HAL8192SE_FW_IMG_H 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#include <linux/types.h> 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci/*Created on 2010/ 4/12, 5:56*/ 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#define PHY_REG_2T2RARRAYLENGTH 372 1262306a36Sopenharmony_ciextern u32 rtl8192sephy_reg_2t2rarray[PHY_REG_2T2RARRAYLENGTH]; 1362306a36Sopenharmony_ci#define PHY_CHANGETO_1T1RARRAYLENGTH 48 1462306a36Sopenharmony_ciextern u32 rtl8192sephy_changeto_1t1rarray[PHY_CHANGETO_1T1RARRAYLENGTH]; 1562306a36Sopenharmony_ci#define PHY_CHANGETO_1T2RARRAYLENGTH 45 1662306a36Sopenharmony_ciextern u32 rtl8192sephy_changeto_1t2rarray[PHY_CHANGETO_1T2RARRAYLENGTH]; 1762306a36Sopenharmony_ci#define PHY_REG_ARRAY_PGLENGTH 84 1862306a36Sopenharmony_ciextern u32 rtl8192sephy_reg_array_pg[PHY_REG_ARRAY_PGLENGTH]; 1962306a36Sopenharmony_ci#define RADIOA_1T_ARRAYLENGTH 202 2062306a36Sopenharmony_ciextern u32 rtl8192seradioa_1t_array[RADIOA_1T_ARRAYLENGTH]; 2162306a36Sopenharmony_ci#define RADIOB_ARRAYLENGTH 22 2262306a36Sopenharmony_ciextern u32 rtl8192seradiob_array[RADIOB_ARRAYLENGTH]; 2362306a36Sopenharmony_ci#define RADIOB_GM_ARRAYLENGTH 10 2462306a36Sopenharmony_ciextern u32 rtl8192seradiob_gm_array[RADIOB_GM_ARRAYLENGTH]; 2562306a36Sopenharmony_ci#define MAC_2T_ARRAYLENGTH 106 2662306a36Sopenharmony_ciextern u32 rtl8192semac_2t_array[MAC_2T_ARRAYLENGTH]; 2762306a36Sopenharmony_ci#define AGCTAB_ARRAYLENGTH 320 2862306a36Sopenharmony_ciextern u32 rtl8192seagctab_array[AGCTAB_ARRAYLENGTH]; 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_ci#endif 3162306a36Sopenharmony_ci 32