162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright(c) 2009-2012 Realtek Corporation.*/ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef __RTL92DE_TABLE__H_ 562306a36Sopenharmony_ci#define __RTL92DE_TABLE__H_ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci/*Created on 2011/ 1/14, 1:35*/ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#define PHY_REG_2T_ARRAYLENGTH 380 1062306a36Sopenharmony_ciextern u32 rtl8192de_phy_reg_2tarray[PHY_REG_2T_ARRAYLENGTH]; 1162306a36Sopenharmony_ci#define PHY_REG_ARRAY_PG_LENGTH 624 1262306a36Sopenharmony_ciextern u32 rtl8192de_phy_reg_array_pg[PHY_REG_ARRAY_PG_LENGTH]; 1362306a36Sopenharmony_ci#define RADIOA_2T_ARRAYLENGTH 378 1462306a36Sopenharmony_ciextern u32 rtl8192de_radioa_2tarray[RADIOA_2T_ARRAYLENGTH]; 1562306a36Sopenharmony_ci#define RADIOB_2T_ARRAYLENGTH 384 1662306a36Sopenharmony_ciextern u32 rtl8192de_radiob_2tarray[RADIOB_2T_ARRAYLENGTH]; 1762306a36Sopenharmony_ci#define RADIOA_2T_INT_PA_ARRAYLENGTH 378 1862306a36Sopenharmony_ciextern u32 rtl8192de_radioa_2t_int_paarray[RADIOA_2T_INT_PA_ARRAYLENGTH]; 1962306a36Sopenharmony_ci#define RADIOB_2T_INT_PA_ARRAYLENGTH 384 2062306a36Sopenharmony_ciextern u32 rtl8192de_radiob_2t_int_paarray[RADIOB_2T_INT_PA_ARRAYLENGTH]; 2162306a36Sopenharmony_ci#define MAC_2T_ARRAYLENGTH 160 2262306a36Sopenharmony_ciextern u32 rtl8192de_mac_2tarray[MAC_2T_ARRAYLENGTH]; 2362306a36Sopenharmony_ci#define AGCTAB_ARRAYLENGTH 386 2462306a36Sopenharmony_ciextern u32 rtl8192de_agctab_array[AGCTAB_ARRAYLENGTH]; 2562306a36Sopenharmony_ci#define AGCTAB_5G_ARRAYLENGTH 194 2662306a36Sopenharmony_ciextern u32 rtl8192de_agctab_5garray[AGCTAB_5G_ARRAYLENGTH]; 2762306a36Sopenharmony_ci#define AGCTAB_2G_ARRAYLENGTH 194 2862306a36Sopenharmony_ciextern u32 rtl8192de_agctab_2garray[AGCTAB_2G_ARRAYLENGTH]; 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_ci#endif 31