Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/
Drf.c456 rtl92s_phy_set_bb_reg(hw, pphyreg->rfintfe, in rtl92s_phy_rf6052_config()
460 rtl92s_phy_set_bb_reg(hw, pphyreg->rfintfo, BRFSI_RFENV, 0x1); in rtl92s_phy_rf6052_config()
463 rtl92s_phy_set_bb_reg(hw, pphyreg->rfhssi_para2, in rtl92s_phy_rf6052_config()
465 rtl92s_phy_set_bb_reg(hw, pphyreg->rfhssi_para2, in rtl92s_phy_rf6052_config()
488 rtl92s_phy_set_bb_reg(hw, pphyreg->rfintfs, BRFSI_RFENV, in rtl92s_phy_rf6052_config()
493 rtl92s_phy_set_bb_reg(hw, pphyreg->rfintfs, in rtl92s_phy_rf6052_config()
Dphy.h78 void rtl92s_phy_set_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask,
Dphy.c74 void rtl92s_phy_set_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask, in rtl92s_phy_set_bb_reg() function
844 rtl92s_phy_set_bb_reg(hw, phy_reg_table[i], MASKDWORD, in _rtl92s_phy_config_bb()
849 rtl92s_phy_set_bb_reg(hw, agc_table[i], MASKDWORD, in _rtl92s_phy_config_bb()
883 rtl92s_phy_set_bb_reg(hw, phy_regarray2xtxr_table[i], in _rtl92s_phy_set_bb_to_diff_rf()
910 rtl92s_phy_set_bb_reg(hw, phy_table_pg[i], in _rtl92s_phy_config_bb_with_pg()
Dsw.c293 .set_bbreg = rtl92s_phy_set_bb_reg,