Path: blob/main/sys/contrib/dev/rtw89/rtw8851b_rfk_table.h
48253 views
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */1/* Copyright(c) 2022-2023 Realtek Corporation2*/34#ifndef __RTW89_8851B_RFK_TABLE_H__5#define __RTW89_8851B_RFK_TABLE_H__67#include "phy.h"89extern const struct rtw89_rfk_tbl rtw8851b_dadck_setup_defs_tbl;10extern const struct rtw89_rfk_tbl rtw8851b_dadck_post_defs_tbl;11extern const struct rtw89_rfk_tbl rtw8851b_dack_s0_1_defs_tbl;12extern const struct rtw89_rfk_tbl rtw8851b_dack_s0_2_defs_tbl;13extern const struct rtw89_rfk_tbl rtw8851b_dack_manual_off_defs_tbl;14extern const struct rtw89_rfk_tbl rtw8851b_iqk_rxclk_80_defs_tbl;15extern const struct rtw89_rfk_tbl rtw8851b_iqk_rxclk_others_defs_tbl;16extern const struct rtw89_rfk_tbl rtw8851b_iqk_txk_2ghz_defs_tbl;17extern const struct rtw89_rfk_tbl rtw8851b_iqk_txk_5ghz_defs_tbl;18extern const struct rtw89_rfk_tbl rtw8851b_iqk_afebb_restore_defs_tbl;19extern const struct rtw89_rfk_tbl rtw8851b_iqk_macbb_defs_tbl;20extern const struct rtw89_rfk_tbl rtw8851b_iqk_macbb_bh_defs_tbl;21extern const struct rtw89_rfk_tbl rtw8851b_tssi_sys_defs_tbl;22extern const struct rtw89_rfk_tbl rtw8851b_tssi_sys_a_defs_2g_tbl;23extern const struct rtw89_rfk_tbl rtw8851b_tssi_sys_a_defs_5g_tbl;24extern const struct rtw89_rfk_tbl rtw8851b_tssi_init_txpwr_defs_a_tbl;25extern const struct rtw89_rfk_tbl rtw8851b_tssi_init_txpwr_he_tb_defs_a_tbl;26extern const struct rtw89_rfk_tbl rtw8851b_tssi_dck_defs_a_tbl;27extern const struct rtw89_rfk_tbl rtw8851b_tssi_dac_gain_defs_a_tbl;28extern const struct rtw89_rfk_tbl rtw8851b_tssi_slope_a_defs_2g_tbl;29extern const struct rtw89_rfk_tbl rtw8851b_tssi_slope_a_defs_5g_tbl;30extern const struct rtw89_rfk_tbl rtw8851b_tssi_align_a_2g_defs_tbl;31extern const struct rtw89_rfk_tbl rtw8851b_tssi_align_a_5g_defs_tbl;32extern const struct rtw89_rfk_tbl rtw8851b_tssi_slope_defs_a_tbl;33extern const struct rtw89_rfk_tbl rtw8851b_tssi_track_defs_a_tbl;34extern const struct rtw89_rfk_tbl rtw8851b_tssi_mv_avg_defs_a_tbl;35extern const struct rtw89_rfk_tbl rtw8851b_nctl_post_defs_tbl;3637#endif383940