Lines Matching defs:hw

63 u32 rtl92ee_phy_query_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask)  in rtl92ee_phy_query_bb_reg()
81 void rtl92ee_phy_set_bb_reg(struct ieee80211_hw *hw, u32 regaddr, in rtl92ee_phy_set_bb_reg()
104 u32 rtl92ee_phy_query_rf_reg(struct ieee80211_hw *hw, in rtl92ee_phy_query_rf_reg()
130 void rtl92ee_phy_set_rf_reg(struct ieee80211_hw *hw, in rtl92ee_phy_set_rf_reg()
159 static u32 _rtl92ee_phy_rf_serial_read(struct ieee80211_hw *hw, in _rtl92ee_phy_rf_serial_read()
206 static void _rtl92ee_phy_rf_serial_write(struct ieee80211_hw *hw, in _rtl92ee_phy_rf_serial_write()
240 bool rtl92ee_phy_mac_config(struct ieee80211_hw *hw) in rtl92ee_phy_mac_config()
245 bool rtl92ee_phy_bb_config(struct ieee80211_hw *hw) in rtl92ee_phy_bb_config()
276 bool rtl92ee_phy_rf_config(struct ieee80211_hw *hw) in rtl92ee_phy_rf_config()
281 static bool _check_condition(struct ieee80211_hw *hw, in _check_condition()
311 static void _rtl92ee_config_rf_reg(struct ieee80211_hw *hw, u32 addr, u32 data, in _rtl92ee_config_rf_reg()
363 static void _rtl92ee_config_rf_radio_a(struct ieee80211_hw *hw, in _rtl92ee_config_rf_radio_a()
373 static void _rtl92ee_config_rf_radio_b(struct ieee80211_hw *hw, in _rtl92ee_config_rf_radio_b()
383 static void _rtl92ee_config_bb_reg(struct ieee80211_hw *hw, in _rtl92ee_config_bb_reg()
404 static void _rtl92ee_phy_init_tx_power_by_rate(struct ieee80211_hw *hw) in _rtl92ee_phy_init_tx_power_by_rate()
419 static void _rtl92ee_phy_set_txpower_by_rate_base(struct ieee80211_hw *hw, in _rtl92ee_phy_set_txpower_by_rate_base()
459 static u8 _rtl92ee_phy_get_txpower_by_rate_base(struct ieee80211_hw *hw, in _rtl92ee_phy_get_txpower_by_rate_base()
500 static void _rtl92ee_phy_store_txpower_by_rate_base(struct ieee80211_hw *hw) in _rtl92ee_phy_store_txpower_by_rate_base()
571 static void phy_convert_txpwr_dbm_to_rel_val(struct ieee80211_hw *hw) in phy_convert_txpwr_dbm_to_rel_val()
638 static void _rtl92ee_phy_txpower_by_rate_configuration(struct ieee80211_hw *hw) in _rtl92ee_phy_txpower_by_rate_configuration()
644 static bool _rtl92ee_phy_bb8192ee_config_parafile(struct ieee80211_hw *hw) in _rtl92ee_phy_bb8192ee_config_parafile()
680 static bool _rtl92ee_phy_config_mac_with_headerfile(struct ieee80211_hw *hw) in _rtl92ee_phy_config_mac_with_headerfile()
704 static bool phy_config_bb_with_hdr_file(struct ieee80211_hw *hw, in phy_config_bb_with_hdr_file()
860 static void _rtl92ee_store_tx_power_by_rate(struct ieee80211_hw *hw, in _rtl92ee_store_tx_power_by_rate()
888 static bool phy_config_bb_with_pghdrfile(struct ieee80211_hw *hw, in phy_config_bb_with_pghdrfile()
929 bool rtl92ee_phy_config_rf_with_headerfile(struct ieee80211_hw *hw, in rtl92ee_phy_config_rf_with_headerfile()
1039 void rtl92ee_phy_get_hw_reg_originalvalue(struct ieee80211_hw *hw) in rtl92ee_phy_get_hw_reg_originalvalue()
1070 static void phy_init_bb_rf_register_def(struct ieee80211_hw *hw) in phy_init_bb_rf_register_def()
1099 void rtl92ee_phy_get_txpower_level(struct ieee80211_hw *hw, long *powerlevel) in rtl92ee_phy_get_txpower_level()
1185 static u8 _rtl92ee_get_txpower_by_rate(struct ieee80211_hw *hw, in _rtl92ee_get_txpower_by_rate()
1252 static u8 _rtl92ee_get_txpower_index(struct ieee80211_hw *hw, in _rtl92ee_get_txpower_index()
1303 static void _rtl92ee_set_txpower_index(struct ieee80211_hw *hw, u8 pwr_idx, in _rtl92ee_set_txpower_index()
1551 static void phy_set_txpower_index_by_rate_array(struct ieee80211_hw *hw, in phy_set_txpower_index_by_rate_array()
1565 static void phy_set_txpower_index_by_rate_section(struct ieee80211_hw *hw, in phy_set_txpower_index_by_rate_section()
1610 void rtl92ee_phy_set_txpower_level(struct ieee80211_hw *hw, u8 channel) in rtl92ee_phy_set_txpower_level()
1635 static long _rtl92ee_phy_txpwr_idx_to_dbm(struct ieee80211_hw *hw, in _rtl92ee_phy_txpwr_idx_to_dbm()
1658 void rtl92ee_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation) in rtl92ee_phy_scan_operation_backup()
1685 void rtl92ee_phy_set_bw_mode_callback(struct ieee80211_hw *hw) in rtl92ee_phy_set_bw_mode_callback()
1754 void rtl92ee_phy_set_bw_mode(struct ieee80211_hw *hw, in rtl92ee_phy_set_bw_mode()
1775 void rtl92ee_phy_sw_chnl_callback(struct ieee80211_hw *hw) in rtl92ee_phy_sw_chnl_callback()
1804 u8 rtl92ee_phy_sw_chnl(struct ieee80211_hw *hw) in rtl92ee_phy_sw_chnl()
1833 static bool _rtl92ee_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, in _rtl92ee_phy_sw_chnl_step_by_step()
1965 static u8 _rtl92ee_phy_path_a_iqk(struct ieee80211_hw *hw, bool config_pathb) in _rtl92ee_phy_path_a_iqk()
2006 static u8 _rtl92ee_phy_path_b_iqk(struct ieee80211_hw *hw) in _rtl92ee_phy_path_b_iqk()
2050 static u8 _rtl92ee_phy_path_a_rx_iqk(struct ieee80211_hw *hw, bool config_pathb) in _rtl92ee_phy_path_a_rx_iqk()
2165 static u8 _rtl92ee_phy_path_b_rx_iqk(struct ieee80211_hw *hw, bool config_pathb) in _rtl92ee_phy_path_b_rx_iqk()
2281 static void _rtl92ee_phy_path_a_fill_iqk_matrix(struct ieee80211_hw *hw, in _rtl92ee_phy_path_a_fill_iqk_matrix()
2326 static void _rtl92ee_phy_path_b_fill_iqk_matrix(struct ieee80211_hw *hw, in _rtl92ee_phy_path_b_fill_iqk_matrix()
2371 static void _rtl92ee_phy_save_adda_registers(struct ieee80211_hw *hw, in _rtl92ee_phy_save_adda_registers()
2381 static void _rtl92ee_phy_save_mac_registers(struct ieee80211_hw *hw, in _rtl92ee_phy_save_mac_registers()
2393 static void _rtl92ee_phy_reload_adda_registers(struct ieee80211_hw *hw, in _rtl92ee_phy_reload_adda_registers()
2403 static void _rtl92ee_phy_reload_mac_registers(struct ieee80211_hw *hw, in _rtl92ee_phy_reload_mac_registers()
2414 static void _rtl92ee_phy_path_adda_on(struct ieee80211_hw *hw, u32 *addareg, in _rtl92ee_phy_path_adda_on()
2432 static void _rtl92ee_phy_mac_setting_calibration(struct ieee80211_hw *hw, in _rtl92ee_phy_mac_setting_calibration()
2438 static void _rtl92ee_phy_path_a_standby(struct ieee80211_hw *hw) in _rtl92ee_phy_path_a_standby()
2445 static bool _rtl92ee_phy_simularity_compare(struct ieee80211_hw *hw, in _rtl92ee_phy_simularity_compare()
2520 static void _rtl92ee_phy_iq_calibrate(struct ieee80211_hw *hw, in _rtl92ee_phy_iq_calibrate()
2709 static void _rtl92ee_phy_lc_calibrate(struct ieee80211_hw *hw, bool is2t) in _rtl92ee_phy_lc_calibrate()
2754 static void _rtl92ee_phy_set_rfpath_switch(struct ieee80211_hw *hw, in _rtl92ee_phy_set_rfpath_switch()
2828 void rtl92ee_phy_iq_calibrate(struct ieee80211_hw *hw, bool b_recovery) in rtl92ee_phy_iq_calibrate()
2959 void rtl92ee_phy_lc_calibrate(struct ieee80211_hw *hw) in rtl92ee_phy_lc_calibrate()
2981 void rtl92ee_phy_ap_calibrate(struct ieee80211_hw *hw, char delta) in rtl92ee_phy_ap_calibrate()
2985 void rtl92ee_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain) in rtl92ee_phy_set_rfpath_switch()
2990 bool rtl92ee_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype) in rtl92ee_phy_set_io_cmd()
3028 static void rtl92ee_phy_set_io(struct ieee80211_hw *hw) in rtl92ee_phy_set_io()
3061 static void rtl92ee_phy_set_rf_on(struct ieee80211_hw *hw) in rtl92ee_phy_set_rf_on()
3073 static void _rtl92ee_phy_set_rf_sleep(struct ieee80211_hw *hw) in _rtl92ee_phy_set_rf_sleep()
3084 static bool _rtl92ee_phy_set_rf_power_state(struct ieee80211_hw *hw, in _rtl92ee_phy_set_rf_power_state()
3208 bool rtl92ee_phy_set_rf_power_state(struct ieee80211_hw *hw, in rtl92ee_phy_set_rf_power_state()