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; 15342475acSPing-Ke Shih extern const struct rtw89_txpwr_table rtw89_8852c_byr_table; 16*c6badab2SZong-Zhe Yang extern const struct rtw89_txpwr_track_cfg rtw89_8852c_trk_cfg; 17342475acSPing-Ke Shih extern const u8 rtw89_8852c_tx_shape[RTW89_BAND_MAX][RTW89_RS_TX_SHAPE_NUM] 18342475acSPing-Ke Shih [RTW89_REGD_NUM]; 19342475acSPing-Ke Shih extern const s8 rtw89_8852c_txpwr_lmt_2g[RTW89_2G_BW_NUM][RTW89_NTX_NUM] 20342475acSPing-Ke Shih [RTW89_RS_LMT_NUM][RTW89_BF_NUM] 21342475acSPing-Ke Shih [RTW89_REGD_NUM][RTW89_2G_CH_NUM]; 22342475acSPing-Ke Shih extern const s8 rtw89_8852c_txpwr_lmt_5g[RTW89_5G_BW_NUM][RTW89_NTX_NUM] 23342475acSPing-Ke Shih [RTW89_RS_LMT_NUM][RTW89_BF_NUM] 24342475acSPing-Ke Shih [RTW89_REGD_NUM][RTW89_5G_CH_NUM]; 25342475acSPing-Ke Shih extern const s8 rtw89_8852c_txpwr_lmt_6g[RTW89_6G_BW_NUM][RTW89_NTX_NUM] 26342475acSPing-Ke Shih [RTW89_RS_LMT_NUM][RTW89_BF_NUM] 27342475acSPing-Ke Shih [RTW89_REGD_NUM][RTW89_6G_CH_NUM]; 28342475acSPing-Ke Shih extern const s8 rtw89_8852c_txpwr_lmt_ru_2g[RTW89_RU_NUM][RTW89_NTX_NUM] 29342475acSPing-Ke Shih [RTW89_REGD_NUM][RTW89_2G_CH_NUM]; 30342475acSPing-Ke Shih extern const s8 rtw89_8852c_txpwr_lmt_ru_5g[RTW89_RU_NUM][RTW89_NTX_NUM] 31342475acSPing-Ke Shih [RTW89_REGD_NUM][RTW89_5G_CH_NUM]; 32342475acSPing-Ke Shih extern const s8 rtw89_8852c_txpwr_lmt_ru_6g[RTW89_RU_NUM][RTW89_NTX_NUM] 33342475acSPing-Ke Shih [RTW89_REGD_NUM][RTW89_6G_CH_NUM]; 34eefad995SPing-Ke Shih 35eefad995SPing-Ke Shih #endif 36