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