]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/staging/rtl8188eu/include/phy.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / staging / rtl8188eu / include / phy.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <odm.h>
3
4 #define IQK_DELAY_TIME_88E 10
5 #define index_mapping_NUM_88E 15
6 #define AVG_THERMAL_NUM_88E 4
7 #define ODM_TARGET_CHNL_NUM_2G_5G 59
8
9 bool rtl88eu_phy_mac_config(struct adapter *adapt);
10 bool rtl88eu_phy_rf_config(struct adapter *adapt);
11 bool rtl88eu_phy_bb_config(struct adapter *adapt);
12
13 u32 phy_query_bb_reg(struct adapter *adapt, u32 regaddr, u32 bitmask);
14 void phy_set_bb_reg(struct adapter *adapt, u32 regaddr, u32 bitmask, u32 data);
15 u32 rtw_hal_read_rfreg(struct adapter *adapt, enum rf_radio_path rf_path,
16 u32 reg_addr, u32 bit_mask);
17 void phy_set_rf_reg(struct adapter *adapt, enum rf_radio_path rf_path,
18 u32 reg_addr, u32 bit_mask, u32 data);
19
20 void phy_set_tx_power_level(struct adapter *adapt, u8 channel);
21
22 void rtl88eu_dm_txpower_track_adjust(struct odm_dm_struct *dm_odm,
23 u8 type, u8 *dir, u32 *out_write);
24
25 void rtl88eu_dm_txpower_tracking_callback_thermalmeter(struct adapter *adapt);
26 void rtl88eu_phy_iq_calibrate(struct adapter *adapter, bool recovery);
27 void rtl88eu_phy_lc_calibrate(struct adapter *adapter);