root/drivers/staging/rtl8188eu/include/phy.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 
   8 bool rtl88eu_phy_mac_config(struct adapter *adapt);
   9 bool rtl88eu_phy_rf_config(struct adapter *adapt);
  10 bool rtl88eu_phy_bb_config(struct adapter *adapt);
  11 
  12 u32 phy_query_bb_reg(struct adapter *adapt, u32 regaddr, u32 bitmask);
  13 void phy_set_bb_reg(struct adapter *adapt, u32 regaddr, u32 bitmask, u32 data);
  14 u32 rtw_hal_read_rfreg(struct adapter *adapt, enum rf_radio_path rf_path,
  15                      u32 reg_addr, u32 bit_mask);
  16 void phy_set_rf_reg(struct adapter *adapt, enum rf_radio_path rf_path,
  17                     u32 reg_addr, u32 bit_mask, u32 data);
  18 
  19 void phy_set_tx_power_level(struct adapter *adapt, u8 channel);
  20 
  21 void rtl88eu_dm_txpower_track_adjust(struct odm_dm_struct *dm_odm,
  22                                      u8 type, u8 *dir, u32 *out_write);
  23 
  24 void rtl88eu_dm_txpower_tracking_callback_thermalmeter(struct adapter *adapt);
  25 void rtl88eu_phy_iq_calibrate(struct adapter *adapter, bool recovery);
  26 void rtl88eu_phy_lc_calibrate(struct adapter *adapter);

/* [<][>][^][v][top][bottom][index][help] */