Searched refs:pi_mode (Results 1 – 5 of 5) sorted by relevance
65 void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode);
411 void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in rtl8723_phy_pi_mode_switch() argument415 mode = pi_mode ? 0x01000100 : 0x01000000; in rtl8723_phy_pi_mode_switch()
1134 static void _rtl92c_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92c_phy_pi_mode_switch() argument1138 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92c_phy_pi_mode_switch()
1610 static void _rtl88e_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl88e_phy_pi_mode_switch() argument1614 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl88e_phy_pi_mode_switch()
1736 static void _rtl92d_phy_pimode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92d_phy_pimode_switch() argument1742 "BB Switch to %s mode!\n", pi_mode ? "PI" : "SI"); in _rtl92d_phy_pimode_switch()1743 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92d_phy_pimode_switch()