18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/* Copyright(c) 2009-2012  Realtek Corporation.*/
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#include "../rtl8192ce/phy.h"
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_civoid rtl92cu_bb_block_on(struct ieee80211_hw *hw);
78c2ecf20Sopenharmony_cibool rtl8192_phy_check_is_legal_rfpath(struct ieee80211_hw *hw, u32 rfpath);
88c2ecf20Sopenharmony_civoid rtl92c_phy_set_io(struct ieee80211_hw *hw);
98c2ecf20Sopenharmony_cibool _rtl92cu_phy_config_mac_with_headerfile(struct ieee80211_hw *hw);
108c2ecf20Sopenharmony_cibool rtl92cu_phy_bb_config(struct ieee80211_hw *hw);
118c2ecf20Sopenharmony_ciu32 rtl92cu_phy_query_rf_reg(struct ieee80211_hw *hw,
128c2ecf20Sopenharmony_ci			     enum radio_path rfpath, u32 regaddr, u32 bitmask);
138c2ecf20Sopenharmony_civoid rtl92cu_phy_set_rf_reg(struct ieee80211_hw *hw,
148c2ecf20Sopenharmony_ci			    enum radio_path rfpath,
158c2ecf20Sopenharmony_ci			    u32 regaddr, u32 bitmask, u32 data);
168c2ecf20Sopenharmony_cibool rtl92cu_phy_mac_config(struct ieee80211_hw *hw);
178c2ecf20Sopenharmony_cibool _rtl92cu_phy_config_bb_with_pgheaderfile(struct ieee80211_hw *hw,
188c2ecf20Sopenharmony_ci					      u8 configtype);
198c2ecf20Sopenharmony_civoid _rtl92cu_phy_lc_calibrate(struct ieee80211_hw *hw, bool is2t);
208c2ecf20Sopenharmony_cibool _rtl92cu_phy_config_bb_with_headerfile(struct ieee80211_hw *hw,
218c2ecf20Sopenharmony_ci					    u8 configtype);
228c2ecf20Sopenharmony_civoid rtl92cu_phy_set_bw_mode_callback(struct ieee80211_hw *hw);
238c2ecf20Sopenharmony_cibool rtl92cu_phy_set_rf_power_state(struct ieee80211_hw *hw,
248c2ecf20Sopenharmony_ci				    enum rf_pwrstate rfpwr_state);
25