162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/* Copyright(c) 2009-2014  Realtek Corporation.*/
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci#ifndef __RTL92E_TABLE__H_
562306a36Sopenharmony_ci#define __RTL92E_TABLE__H_
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#include <linux/types.h>
862306a36Sopenharmony_ci#define RTL8192EE_PHY_REG_ARRAY_LEN	448
962306a36Sopenharmony_ciextern u32 RTL8192EE_PHY_REG_ARRAY[];
1062306a36Sopenharmony_ci#define RTL8192EE_PHY_REG_ARRAY_PG_LEN	168
1162306a36Sopenharmony_ciextern u32 RTL8192EE_PHY_REG_ARRAY_PG[];
1262306a36Sopenharmony_ci#define	RTL8192EE_RADIOA_ARRAY_LEN	238
1362306a36Sopenharmony_ciextern u32 RTL8192EE_RADIOA_ARRAY[];
1462306a36Sopenharmony_ci#define	RTL8192EE_RADIOB_ARRAY_LEN	198
1562306a36Sopenharmony_ciextern u32 RTL8192EE_RADIOB_ARRAY[];
1662306a36Sopenharmony_ci#define RTL8192EE_MAC_ARRAY_LEN		202
1762306a36Sopenharmony_ciextern u32 RTL8192EE_MAC_ARRAY[];
1862306a36Sopenharmony_ci#define RTL8192EE_AGC_TAB_ARRAY_LEN	532
1962306a36Sopenharmony_ciextern u32 RTL8192EE_AGC_TAB_ARRAY[];
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ci#endif
22