Home
last modified time | relevance | path

Searched refs:rtl92s_phy_set_bb_reg (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Drf.c429 rtl92s_phy_set_bb_reg(hw, pphyreg->rfintfe, in rtl92s_phy_rf6052_config()
433 rtl92s_phy_set_bb_reg(hw, pphyreg->rfintfo, BRFSI_RFENV, 0x1); in rtl92s_phy_rf6052_config()
436 rtl92s_phy_set_bb_reg(hw, pphyreg->rfhssi_para2, in rtl92s_phy_rf6052_config()
438 rtl92s_phy_set_bb_reg(hw, pphyreg->rfhssi_para2, in rtl92s_phy_rf6052_config()
461 rtl92s_phy_set_bb_reg(hw, pphyreg->rfintfs, BRFSI_RFENV, in rtl92s_phy_rf6052_config()
466 rtl92s_phy_set_bb_reg(hw, pphyreg->rfintfs, in rtl92s_phy_rf6052_config()
Dphy.h53 void rtl92s_phy_set_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask,
Dphy.c36 void rtl92s_phy_set_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask, in rtl92s_phy_set_bb_reg() function
803 rtl92s_phy_set_bb_reg(hw, phy_reg_table[i], MASKDWORD, in _rtl92s_phy_config_bb()
808 rtl92s_phy_set_bb_reg(hw, agc_table[i], MASKDWORD, in _rtl92s_phy_config_bb()
842 rtl92s_phy_set_bb_reg(hw, phy_regarray2xtxr_table[i], in _rtl92s_phy_set_bb_to_diff_rf()
869 rtl92s_phy_set_bb_reg(hw, phy_table_pg[i], in _rtl92s_phy_config_bb_with_pg()
Dsw.c265 .set_bbreg = rtl92s_phy_set_bb_reg,