162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/* Copyright(c) 2009-2012  Realtek Corporation.*/
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci#include "../rtl8192ce/phy.h"
562306a36Sopenharmony_ci
662306a36Sopenharmony_civoid rtl92cu_bb_block_on(struct ieee80211_hw *hw);
762306a36Sopenharmony_cibool rtl8192_phy_check_is_legal_rfpath(struct ieee80211_hw *hw, u32 rfpath);
862306a36Sopenharmony_civoid rtl92c_phy_set_io(struct ieee80211_hw *hw);
962306a36Sopenharmony_cibool _rtl92cu_phy_config_mac_with_headerfile(struct ieee80211_hw *hw);
1062306a36Sopenharmony_cibool rtl92cu_phy_bb_config(struct ieee80211_hw *hw);
1162306a36Sopenharmony_ciu32 rtl92cu_phy_query_rf_reg(struct ieee80211_hw *hw,
1262306a36Sopenharmony_ci			     enum radio_path rfpath, u32 regaddr, u32 bitmask);
1362306a36Sopenharmony_civoid rtl92cu_phy_set_rf_reg(struct ieee80211_hw *hw,
1462306a36Sopenharmony_ci			    enum radio_path rfpath,
1562306a36Sopenharmony_ci			    u32 regaddr, u32 bitmask, u32 data);
1662306a36Sopenharmony_cibool rtl92cu_phy_mac_config(struct ieee80211_hw *hw);
1762306a36Sopenharmony_cibool _rtl92cu_phy_config_bb_with_pgheaderfile(struct ieee80211_hw *hw,
1862306a36Sopenharmony_ci					      u8 configtype);
1962306a36Sopenharmony_civoid _rtl92cu_phy_lc_calibrate(struct ieee80211_hw *hw, bool is2t);
2062306a36Sopenharmony_cibool _rtl92cu_phy_config_bb_with_headerfile(struct ieee80211_hw *hw,
2162306a36Sopenharmony_ci					    u8 configtype);
2262306a36Sopenharmony_civoid rtl92cu_phy_set_bw_mode_callback(struct ieee80211_hw *hw);
2362306a36Sopenharmony_cibool rtl92cu_phy_set_rf_power_state(struct ieee80211_hw *hw,
2462306a36Sopenharmony_ci				    enum rf_pwrstate rfpwr_state);
25