hc
2024-05-08 f309769f8af08599af39b6de4f675784ce76530d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
/******************************************************************************
 *
 * Copyright(c) 2007 - 2017  Realtek Corporation.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of version 2 of the GNU General Public License as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 *
 * The full GNU General Public License is included in this distribution in the
 * file called LICENSE.
 *
 * Contact Information:
 * wlanfae <wlanfae@realtek.com>
 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
 * Hsinchu 300, Taiwan.
 *
 * Larry Finger <Larry.Finger@lwfinger.net>
 *
 *****************************************************************************/
 
#ifndef __PHYDM_API_H__
#define __PHYDM_API_H__
 
/* 2019.10.22 Add get/shift rxagc API for 8822C*/
#define PHYDM_API_VERSION "2.3"
 
/* @1 ============================================================
 * 1  Definition
 * 1 ============================================================
 */
#define N_IC_TX_OFFEST_5_BIT (ODM_RTL8188E | ODM_RTL8192E)
 
#define N_IC_TX_OFFEST_6_BIT (ODM_RTL8723D | ODM_RTL8197F | ODM_RTL8710B |\
           ODM_RTL8723B | ODM_RTL8703B | ODM_RTL8195A |\
           ODM_RTL8188F)
 
#define N_IC_TX_OFFEST_7_BIT (ODM_RTL8721D | ODM_RTL8710C)
 
#define CN_CNT_MAX 10 /*@max condition number threshold*/
 
#define FUNC_ENABLE 1
#define FUNC_DISABLE 2
 
/*@NBI API------------------------------------*/
#define NBI_128TONE 27 /*register table size*/
#define NBI_256TONE 59 /*register table size*/
 
#define NUM_START_CH_80M 7
#define NUM_START_CH_40M 14
 
#define CH_OFFSET_40M 2
#define CH_OFFSET_80M 6
 
#define FFT_128_TYPE 1
#define FFT_256_TYPE 2
 
#define FREQ_POSITIVE 1
#define FREQ_NEGATIVE 2
/*@------------------------------------------------*/
 
enum phystat_rpt {
   PHY_PWDB = 0,
   PHY_EVM = 1,
   PHY_CFO = 2,
   PHY_RXSNR = 3,
   PHY_LGAIN = 4,
   PHY_HT_AAGC_GAIN = 5,
};
 
#ifndef PHYDM_COMMON_API_SUPPORT
#define INVALID_RF_DATA 0xffffffff
#define INVALID_TXAGC_DATA 0xff
#endif
 
/* @1 ============================================================
 * 1  structure
 * 1 ============================================================
 */
 
struct phydm_api_stuc {
   u32 rxiqc_reg1; /*N-mode: for pathA REG0xc14*/
   u32 rxiqc_reg2; /*N-mode: for pathB REG0xc1c*/
   u8 tx_queue_bitmap; /*REG0x520[23:16]*/
   u8 ccktx_path;
   u8 pri_ch_idx;
};
 
/* @1 ============================================================
 * 1  enumeration
 * 1 ============================================================
 */
 
/* @1 ============================================================
 * 1  function prototype
 * 1 ============================================================
 */
enum channel_width phydm_rxsc_2_bw(void *dm_void, u8 rxsc);
 
void phydm_reset_bb_hw_cnt(void *dm_void);
 
void phydm_dynamic_ant_weighting(void *dm_void);
 
#ifdef DYN_ANT_WEIGHTING_SUPPORT
void phydm_ant_weight_dbg(void *dm_void, char input[][16], u32 *_used,
             char *output, u32 *_out_len);
#endif
 
void phydm_trx_antenna_setting_init(void *dm_void, u8 num_rf_path);
 
void phydm_config_ofdm_rx_path(void *dm_void, enum bb_path path);
 
void phydm_config_cck_rx_path(void *dm_void, enum bb_path path);
 
void phydm_config_cck_rx_antenna_init(void *dm_void);
 
void phydm_config_trx_path(void *dm_void, char input[][16], u32 *_used,
              char *output, u32 *_out_len);
 
void phydm_config_ofdm_tx_path(void *dm_void, enum bb_path path);
 
void phydm_config_cck_tx_path(void *dm_void, enum bb_path path);
 
void phydm_tx_2path(void *dm_void);
 
void phydm_stop_3_wire(void *dm_void, u8 set_type);
 
u8 phydm_stop_ic_trx(void *dm_void, u8 set_type);
 
void phydm_dis_cck_trx(void *dm_void, u8 set_type);
 
void phydm_bw_fixed_enable(void *dm_void, u8 enable);
 
void phydm_bw_fixed_setting(void *dm_void);
 
void phydm_set_ext_switch(void *dm_void, u32 ext_ant_switch);
 
void phydm_nbi_enable(void *dm_void, u32 enable);
 
u8 phydm_csi_mask_setting(void *dm_void, u32 enable, u32 ch, u32 bw, u32 f_intf,
             u32 sec_ch);
 
u8 phydm_nbi_setting(void *dm_void, u32 enable, u32 ch, u32 bw, u32 f_intf,
            u32 sec_ch);
 
void phydm_nbi_debug(void *dm_void, char input[][16], u32 *_used,
            char *output, u32 *_out_len);
 
void phydm_csi_debug(void *dm_void, char input[][16], u32 *_used,
            char *output, u32 *_out_len);
 
void phydm_stop_ck320(void *dm_void, u8 enable);
 
boolean
phydm_set_bb_txagc_offset(void *dm_void, s8 power_offset, u8 add_half_db);
 
boolean phydm_spur_case_mapping(void *dm_void);
 
enum odm_rf_band phydm_ch_to_rf_band(void *dm_void, u8 central_ch);
#ifdef PHYDM_IC_JGR3_SERIES_SUPPORT
u32 phydm_rf_psd_jgr3(void *dm_void, u8 path, u32 tone_idx);
 
u8 phydm_csi_mask_setting_jgr3(void *dm_void, u32 enable, u32 ch, u32 bw,
                  u32 f_intf, u32 sec_ch, u8 wgt);
 
void phydm_set_csi_mask_jgr3(void *dm_void, u32 tone_idx_tmp, u8 tone_direction,
                u8 wgt);
 
u8 phydm_nbi_setting_jgr3(void *dm_void, u32 enable, u32 ch, u32 bw, u32 f_intf,
             u32 sec_ch, u8 path);
 
void phydm_set_nbi_reg_jgr3(void *dm_void, u32 tone_idx_tmp, u8 tone_direction,
               u8 path);
 
void phydm_nbi_enable_jgr3(void *dm_void, u32 enable, u8 path);
 
u8 phydm_phystat_rpt_jgr3(void *dm_void, enum phystat_rpt info,
             enum rf_path ant_path);
void phydm_user_position_for_sniffer(void *dm_void, u8 user_position);
 
#endif
 
#ifdef PHYDM_COMMON_API_SUPPORT
void phydm_reset_txagc(void *dm_void);
 
boolean
phydm_api_shift_txagc(void *dm_void, u32 pwr_offset, enum rf_path path,
             boolean is_positive);
boolean
phydm_api_set_txagc(void *dm_void, u32 power_index, enum rf_path path,
           u8 hw_rate, boolean is_single_rate);
 
u8 phydm_api_get_txagc(void *dm_void, enum rf_path path, u8 hw_rate);
 
#if (RTL8822C_SUPPORT)
void phydm_shift_rxagc_table(void *dm_void, boolean shift_up, u8 shift);
#endif
 
boolean
phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
               enum channel_width bandwidth);
 
boolean
phydm_api_trx_mode(void *dm_void, enum bb_path tx_path, enum bb_path rx_path,
          enum bb_path tx_path_ctrl);
 
#endif
 
#ifdef PHYDM_COMMON_API_NOT_SUPPORT
u8 config_phydm_read_txagc_n(void *dm_void, enum rf_path path, u8 hw_rate);
#endif
 
#ifdef CONFIG_MCC_DM
#ifdef DYN_ANT_WEIGHTING_SUPPORT
void phydm_dynamic_ant_weighting_mcc_8822b(void *dm_void);
#endif /*#ifdef DYN_ANT_WEIGHTING_SUPPORT*/
void phydm_fill_mcccmd(void *dm_void, u8 regid, u16 reg_add,
              u8 val0,    u8 val1);
u8 phydm_check(void *dm_void);
void phydm_mcc_init(void *dm_void);
void phydm_mcc_switch(void *dm_void);
#endif /*#ifdef CONFIG_MCC_DM*/
 
#endif