1eefad995SPing-Ke Shih /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2eefad995SPing-Ke Shih /* Copyright(c) 2019-2022  Realtek Corporation
3eefad995SPing-Ke Shih  */
4eefad995SPing-Ke Shih 
5eefad995SPing-Ke Shih #ifndef __RTW89_8852C_TABLE_H__
6eefad995SPing-Ke Shih #define __RTW89_8852C_TABLE_H__
7eefad995SPing-Ke Shih 
8eefad995SPing-Ke Shih #include "core.h"
9eefad995SPing-Ke Shih 
10eefad995SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852c_phy_bb_table;
11eefad995SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852c_phy_bb_gain_table;
12eefad995SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852c_phy_radioa_table;
13eefad995SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852c_phy_radiob_table;
14eefad995SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852c_phy_nctl_table;
15*342475acSPing-Ke Shih extern const struct rtw89_txpwr_table rtw89_8852c_byr_table;
16*342475acSPing-Ke Shih extern const u8 rtw89_8852c_tx_shape[RTW89_BAND_MAX][RTW89_RS_TX_SHAPE_NUM]
17*342475acSPing-Ke Shih 				    [RTW89_REGD_NUM];
18*342475acSPing-Ke Shih extern const s8 rtw89_8852c_txpwr_lmt_2g[RTW89_2G_BW_NUM][RTW89_NTX_NUM]
19*342475acSPing-Ke Shih 					[RTW89_RS_LMT_NUM][RTW89_BF_NUM]
20*342475acSPing-Ke Shih 					[RTW89_REGD_NUM][RTW89_2G_CH_NUM];
21*342475acSPing-Ke Shih extern const s8 rtw89_8852c_txpwr_lmt_5g[RTW89_5G_BW_NUM][RTW89_NTX_NUM]
22*342475acSPing-Ke Shih 					[RTW89_RS_LMT_NUM][RTW89_BF_NUM]
23*342475acSPing-Ke Shih 					[RTW89_REGD_NUM][RTW89_5G_CH_NUM];
24*342475acSPing-Ke Shih extern const s8 rtw89_8852c_txpwr_lmt_6g[RTW89_6G_BW_NUM][RTW89_NTX_NUM]
25*342475acSPing-Ke Shih 					[RTW89_RS_LMT_NUM][RTW89_BF_NUM]
26*342475acSPing-Ke Shih 					[RTW89_REGD_NUM][RTW89_6G_CH_NUM];
27*342475acSPing-Ke Shih extern const s8 rtw89_8852c_txpwr_lmt_ru_2g[RTW89_RU_NUM][RTW89_NTX_NUM]
28*342475acSPing-Ke Shih 					   [RTW89_REGD_NUM][RTW89_2G_CH_NUM];
29*342475acSPing-Ke Shih extern const s8 rtw89_8852c_txpwr_lmt_ru_5g[RTW89_RU_NUM][RTW89_NTX_NUM]
30*342475acSPing-Ke Shih 					   [RTW89_REGD_NUM][RTW89_5G_CH_NUM];
31*342475acSPing-Ke Shih extern const s8 rtw89_8852c_txpwr_lmt_ru_6g[RTW89_RU_NUM][RTW89_NTX_NUM]
32*342475acSPing-Ke Shih 					   [RTW89_REGD_NUM][RTW89_6G_CH_NUM];
33eefad995SPing-Ke Shih 
34eefad995SPing-Ke Shih #endif
35