1*8c36cf0dSPing-Ke Shih /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2*8c36cf0dSPing-Ke Shih /* Copyright(c) 2022-2023  Realtek Corporation
3*8c36cf0dSPing-Ke Shih  */
4*8c36cf0dSPing-Ke Shih 
5*8c36cf0dSPing-Ke Shih #ifndef __RTW89_8851B_RFK_TABLE_H__
6*8c36cf0dSPing-Ke Shih #define __RTW89_8851B_RFK_TABLE_H__
7*8c36cf0dSPing-Ke Shih 
8*8c36cf0dSPing-Ke Shih #include "phy.h"
9*8c36cf0dSPing-Ke Shih 
10*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_dadck_setup_defs_tbl;
11*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_dadck_post_defs_tbl;
12*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_dack_s0_1_defs_tbl;
13*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_dack_s0_2_defs_tbl;
14*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_dack_manual_off_defs_tbl;
15*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_iqk_rxclk_80_defs_tbl;
16*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_iqk_rxclk_others_defs_tbl;
17*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_iqk_txk_2ghz_defs_tbl;
18*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_iqk_txk_5ghz_defs_tbl;
19*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_iqk_afebb_restore_defs_tbl;
20*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_iqk_bb_afe_defs_tbl;
21*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_iqk_macbb_defs_tbl;
22*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_sys_defs_tbl;
23*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_sys_a_defs_2g_tbl;
24*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_sys_a_defs_5g_tbl;
25*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_init_txpwr_defs_a_tbl;
26*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_init_txpwr_he_tb_defs_a_tbl;
27*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_dck_defs_a_tbl;
28*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_dac_gain_defs_a_tbl;
29*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_slope_a_defs_2g_tbl;
30*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_slope_a_defs_5g_tbl;
31*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_align_a_2g_defs_tbl;
32*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_align_a_5g_defs_tbl;
33*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_slope_defs_a_tbl;
34*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_track_defs_a_tbl;
35*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_tssi_mv_avg_defs_a_tbl;
36*8c36cf0dSPing-Ke Shih extern const struct rtw89_rfk_tbl rtw8851b_nctl_post_defs_tbl;
37*8c36cf0dSPing-Ke Shih 
38*8c36cf0dSPing-Ke Shih #endif
39