phy.h (1141B)
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Copyright(c) 2009-2012 Realtek Corporation.*/ 3 4#include "../rtl8192ce/phy.h" 5 6void rtl92cu_bb_block_on(struct ieee80211_hw *hw); 7bool rtl8192_phy_check_is_legal_rfpath(struct ieee80211_hw *hw, u32 rfpath); 8void rtl92c_phy_set_io(struct ieee80211_hw *hw); 9bool _rtl92cu_phy_config_mac_with_headerfile(struct ieee80211_hw *hw); 10bool rtl92cu_phy_bb_config(struct ieee80211_hw *hw); 11u32 rtl92cu_phy_query_rf_reg(struct ieee80211_hw *hw, 12 enum radio_path rfpath, u32 regaddr, u32 bitmask); 13void rtl92cu_phy_set_rf_reg(struct ieee80211_hw *hw, 14 enum radio_path rfpath, 15 u32 regaddr, u32 bitmask, u32 data); 16bool rtl92cu_phy_mac_config(struct ieee80211_hw *hw); 17bool _rtl92cu_phy_config_bb_with_pgheaderfile(struct ieee80211_hw *hw, 18 u8 configtype); 19void _rtl92cu_phy_lc_calibrate(struct ieee80211_hw *hw, bool is2t); 20bool _rtl92cu_phy_config_bb_with_headerfile(struct ieee80211_hw *hw, 21 u8 configtype); 22void rtl92cu_phy_set_bw_mode_callback(struct ieee80211_hw *hw); 23bool rtl92cu_phy_set_rf_power_state(struct ieee80211_hw *hw, 24 enum rf_pwrstate rfpwr_state);