18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* Copyright(c) 2009-2012 Realtek Corporation.*/ 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci#ifndef __RTL92CE_TABLE__H_ 58c2ecf20Sopenharmony_ci#define __RTL92CE_TABLE__H_ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#include <linux/types.h> 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define PHY_REG_2TARRAY_LENGTH 374 108c2ecf20Sopenharmony_ciextern u32 RTL8192CEPHY_REG_2TARRAY[PHY_REG_2TARRAY_LENGTH]; 118c2ecf20Sopenharmony_ci#define PHY_REG_1TARRAY_LENGTH 374 128c2ecf20Sopenharmony_ciextern u32 RTL8192CEPHY_REG_1TARRAY[PHY_REG_1TARRAY_LENGTH]; 138c2ecf20Sopenharmony_ci#define PHY_REG_ARRAY_PGLENGTH 192 148c2ecf20Sopenharmony_ciextern u32 RTL8192CEPHY_REG_ARRAY_PG[PHY_REG_ARRAY_PGLENGTH]; 158c2ecf20Sopenharmony_ci#define RADIOA_2TARRAYLENGTH 282 168c2ecf20Sopenharmony_ciextern u32 RTL8192CERADIOA_2TARRAY[RADIOA_2TARRAYLENGTH]; 178c2ecf20Sopenharmony_ci#define RADIOB_2TARRAYLENGTH 78 188c2ecf20Sopenharmony_ciextern u32 RTL8192CE_RADIOB_2TARRAY[RADIOB_2TARRAYLENGTH]; 198c2ecf20Sopenharmony_ci#define RADIOA_1TARRAYLENGTH 282 208c2ecf20Sopenharmony_ciextern u32 RTL8192CE_RADIOA_1TARRAY[RADIOA_1TARRAYLENGTH]; 218c2ecf20Sopenharmony_ci#define RADIOB_1TARRAYLENGTH 1 228c2ecf20Sopenharmony_ciextern u32 RTL8192CE_RADIOB_1TARRAY[RADIOB_1TARRAYLENGTH]; 238c2ecf20Sopenharmony_ci#define MAC_2T_ARRAYLENGTH 162 248c2ecf20Sopenharmony_ciextern u32 RTL8192CEMAC_2T_ARRAY[MAC_2T_ARRAYLENGTH]; 258c2ecf20Sopenharmony_ci#define AGCTAB_2TARRAYLENGTH 320 268c2ecf20Sopenharmony_ciextern u32 RTL8192CEAGCTAB_2TARRAY[AGCTAB_2TARRAYLENGTH]; 278c2ecf20Sopenharmony_ci#define AGCTAB_1TARRAYLENGTH 320 288c2ecf20Sopenharmony_ciextern u32 RTL8192CEAGCTAB_1TARRAY[AGCTAB_1TARRAYLENGTH]; 298c2ecf20Sopenharmony_ci 308c2ecf20Sopenharmony_ci#endif 31