1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009-2012 Realtek Corporation.*/
4 #ifndef __RTL92C_PHY_H__
5 #define __RTL92C_PHY_H__
7 #define MAX_PRECMD_CNT 16
8 #define MAX_RFDEPENDCMD_CNT 16
9 #define MAX_POSTCMD_CNT 16
11 #define MAX_DOZE_WAITING_TIMES_9x 64
13 #define RT_CANNOT_IO(hw) false
14 #define HIGHPOWER_RADIOA_ARRAYLEN 22
16 #define IQK_ADDA_REG_NUM 16
17 #define MAX_TOLERANCE 5
18 #define IQK_DELAY_TIME 1
20 #define APK_BB_REG_NUM 5
21 #define APK_AFE_REG_NUM 16
22 #define APK_CURVE_REG_NUM 4
26 #define MAX_STALL_TIME 50
27 #define ANTENNADIVERSITYVALUE 0x80
28 #define MAX_TXPWR_IDX_NMODE_92S 63
29 #define reset_cnt_limit 3
31 #define IQK_ADDA_REG_NUM 16
32 #define IQK_MAC_REG_NUM 4
34 #define IQK_DELAY_TIME 1
36 #define RF6052_MAX_PATH 2
38 #define CT_OFFSET_MAC_ADDR 0X16
40 #define CT_OFFSET_CCK_TX_PWR_IDX 0x5A
41 #define CT_OFFSET_HT401S_TX_PWR_IDX 0x60
42 #define CT_OFFSET_HT402S_TX_PWR_IDX_DIFF 0x66
43 #define CT_OFFSET_HT20_TX_PWR_IDX_DIFF 0x69
44 #define CT_OFFSET_OFDM_TX_PWR_IDX_DIFF 0x6C
46 #define CT_OFFSET_HT40_MAX_PWR_OFFSET 0x6F
47 #define CT_OFFSET_HT20_MAX_PWR_OFFSET 0x72
49 #define CT_OFFSET_CHANNEL_PLAH 0x75
50 #define CT_OFFSET_THERMAL_METER 0x78
51 #define CT_OFFSET_RF_OPTION 0x79
52 #define CT_OFFSET_VERSION 0x7E
53 #define CT_OFFSET_CUSTOMER_ID 0x7F
55 #define RTL92C_MAX_PATH_NUM 2
62 HW90_BLOCK_MAXIMUM
= 4,
65 enum baseband_config_type
{
66 BASEBAND_CONFIG_PHY_REG
= 0,
67 BASEBAND_CONFIG_AGC_TAB
= 1,
71 RA_OFFSET_LEGACY_OFDM1
,
72 RA_OFFSET_LEGACY_OFDM2
,
99 struct r_antenna_select_ofdm
{
106 u32 r_ant_non_ht_s1
:4;
111 struct r_antenna_select_cck
{
112 u8 r_cckrx_enable_2
:2;
117 struct efuse_contents
{
118 u8 mac_addr
[ETH_ALEN
];
119 u8 cck_tx_power_idx
[6];
120 u8 ht40_1s_tx_power_idx
[6];
121 u8 ht40_2s_tx_power_idx_diff
[3];
122 u8 ht20_tx_power_idx_diff
[3];
123 u8 ofdm_tx_power_idx_diff
[3];
124 u8 ht40_max_power_offset
[3];
125 u8 ht20_max_power_offset
[3];
134 struct tx_power_struct
{
135 u8 cck
[RTL92C_MAX_PATH_NUM
][CHANNEL_MAX_NUMBER
];
136 u8 ht40_1s
[RTL92C_MAX_PATH_NUM
][CHANNEL_MAX_NUMBER
];
137 u8 ht40_2s
[RTL92C_MAX_PATH_NUM
][CHANNEL_MAX_NUMBER
];
138 u8 ht20_diff
[RTL92C_MAX_PATH_NUM
][CHANNEL_MAX_NUMBER
];
139 u8 legacy_ht_diff
[RTL92C_MAX_PATH_NUM
][CHANNEL_MAX_NUMBER
];
140 u8 legacy_ht_txpowerdiff
;
141 u8 groupht20
[RTL92C_MAX_PATH_NUM
][CHANNEL_MAX_NUMBER
];
142 u8 groupht40
[RTL92C_MAX_PATH_NUM
][CHANNEL_MAX_NUMBER
];
144 u32 mcs_original_offset
[4][16];
147 u32
rtl8723e_phy_query_rf_reg(struct ieee80211_hw
*hw
,
148 enum radio_path rfpath
, u32 regaddr
,
150 void rtl8723e_phy_set_rf_reg(struct ieee80211_hw
*hw
,
151 enum radio_path rfpath
, u32 regaddr
,
152 u32 bitmask
, u32 data
);
153 bool rtl8723e_phy_mac_config(struct ieee80211_hw
*hw
);
154 bool rtl8723e_phy_bb_config(struct ieee80211_hw
*hw
);
155 bool rtl8723e_phy_rf_config(struct ieee80211_hw
*hw
);
156 bool rtl92c_phy_config_rf_with_feaderfile(struct ieee80211_hw
*hw
,
157 enum radio_path rfpath
);
158 void rtl8723e_phy_get_hw_reg_originalvalue(struct ieee80211_hw
*hw
);
159 void rtl8723e_phy_get_txpower_level(struct ieee80211_hw
*hw
,
161 void rtl8723e_phy_set_txpower_level(struct ieee80211_hw
*hw
, u8 channel
);
162 bool rtl8723e_phy_update_txpower_dbm(struct ieee80211_hw
*hw
,
164 void rtl8723e_phy_scan_operation_backup(struct ieee80211_hw
*hw
,
166 void rtl8723e_phy_set_bw_mode_callback(struct ieee80211_hw
*hw
);
167 void rtl8723e_phy_set_bw_mode(struct ieee80211_hw
*hw
,
168 enum nl80211_channel_type ch_type
);
169 void rtl8723e_phy_sw_chnl_callback(struct ieee80211_hw
*hw
);
170 u8
rtl8723e_phy_sw_chnl(struct ieee80211_hw
*hw
);
171 void rtl8723e_phy_iq_calibrate(struct ieee80211_hw
*hw
, bool b_recovery
);
172 void rtl8723e_phy_lc_calibrate(struct ieee80211_hw
*hw
);
173 void rtl8723e_phy_set_rfpath_switch(struct ieee80211_hw
*hw
, bool bmain
);
174 bool rtl8723e_phy_config_rf_with_headerfile(struct ieee80211_hw
*hw
,
175 enum radio_path rfpath
);
176 bool rtl8723e_phy_set_io_cmd(struct ieee80211_hw
*hw
, enum io_type iotype
);
177 bool rtl8723e_phy_set_rf_power_state(struct ieee80211_hw
*hw
,
178 enum rf_pwrstate rfpwr_state
);