Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192se/
Drf.c459 rtl92s_phy_set_bb_reg(hw, pphyreg->rfintfe, in rtl92s_phy_rf6052_config()
463 rtl92s_phy_set_bb_reg(hw, pphyreg->rfintfo, BRFSI_RFENV, 0x1); in rtl92s_phy_rf6052_config()
466 rtl92s_phy_set_bb_reg(hw, pphyreg->rfhssi_para2, in rtl92s_phy_rf6052_config()
468 rtl92s_phy_set_bb_reg(hw, pphyreg->rfhssi_para2, in rtl92s_phy_rf6052_config()
491 rtl92s_phy_set_bb_reg(hw, pphyreg->rfintfs, BRFSI_RFENV, in rtl92s_phy_rf6052_config()
496 rtl92s_phy_set_bb_reg(hw, pphyreg->rfintfs, in rtl92s_phy_rf6052_config()
Dphy.h77 void rtl92s_phy_set_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask,
Dphy.c73 void rtl92s_phy_set_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask, in rtl92s_phy_set_bb_reg() function
870 rtl92s_phy_set_bb_reg(hw, phy_reg_table[i], MASKDWORD, in _rtl92s_phy_config_bb()
875 rtl92s_phy_set_bb_reg(hw, agc_table[i], MASKDWORD, in _rtl92s_phy_config_bb()
920 rtl92s_phy_set_bb_reg(hw, phy_regarray2xtxr_table[i], in _rtl92s_phy_set_bb_to_diff_rf()
958 rtl92s_phy_set_bb_reg(hw, phy_table_pg[i], in _rtl92s_phy_config_bb_with_pg()
Dsw.c298 .set_bbreg = rtl92s_phy_set_bb_reg,