162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/* Copyright(c) 2009-2012  Realtek Corporation.*/
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci#ifndef __RTL92CE_TABLE__H_
562306a36Sopenharmony_ci#define __RTL92CE_TABLE__H_
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#include <linux/types.h>
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#define PHY_REG_2TARRAY_LENGTH	374
1062306a36Sopenharmony_ciextern u32 RTL8192CEPHY_REG_2TARRAY[PHY_REG_2TARRAY_LENGTH];
1162306a36Sopenharmony_ci#define PHY_REG_1TARRAY_LENGTH	374
1262306a36Sopenharmony_ciextern u32 RTL8192CEPHY_REG_1TARRAY[PHY_REG_1TARRAY_LENGTH];
1362306a36Sopenharmony_ci#define PHY_REG_ARRAY_PGLENGTH	192
1462306a36Sopenharmony_ciextern u32 RTL8192CEPHY_REG_ARRAY_PG[PHY_REG_ARRAY_PGLENGTH];
1562306a36Sopenharmony_ci#define RADIOA_2TARRAYLENGTH	282
1662306a36Sopenharmony_ciextern u32 RTL8192CERADIOA_2TARRAY[RADIOA_2TARRAYLENGTH];
1762306a36Sopenharmony_ci#define RADIOB_2TARRAYLENGTH	78
1862306a36Sopenharmony_ciextern u32 RTL8192CE_RADIOB_2TARRAY[RADIOB_2TARRAYLENGTH];
1962306a36Sopenharmony_ci#define RADIOA_1TARRAYLENGTH	282
2062306a36Sopenharmony_ciextern u32 RTL8192CE_RADIOA_1TARRAY[RADIOA_1TARRAYLENGTH];
2162306a36Sopenharmony_ci#define RADIOB_1TARRAYLENGTH	1
2262306a36Sopenharmony_ciextern u32 RTL8192CE_RADIOB_1TARRAY[RADIOB_1TARRAYLENGTH];
2362306a36Sopenharmony_ci#define MAC_2T_ARRAYLENGTH	162
2462306a36Sopenharmony_ciextern u32 RTL8192CEMAC_2T_ARRAY[MAC_2T_ARRAYLENGTH];
2562306a36Sopenharmony_ci#define AGCTAB_2TARRAYLENGTH	320
2662306a36Sopenharmony_ciextern u32 RTL8192CEAGCTAB_2TARRAY[AGCTAB_2TARRAYLENGTH];
2762306a36Sopenharmony_ci#define AGCTAB_1TARRAYLENGTH	320
2862306a36Sopenharmony_ciextern u32 RTL8192CEAGCTAB_1TARRAY[AGCTAB_1TARRAYLENGTH];
2962306a36Sopenharmony_ci
3062306a36Sopenharmony_ci#endif
31