Searched refs:pi_mode (Results 1 – 6 of 6) sorted by relevance
87 void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode);
439 void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in rtl8723_phy_pi_mode_switch() argument443 mode = pi_mode ? 0x01000100 : 0x01000000; in rtl8723_phy_pi_mode_switch()
1068 static void pi_mode_switch(struct adapter *adapt, bool pi_mode) in pi_mode_switch() argument1072 mode = pi_mode ? 0x01000100 : 0x01000000; in pi_mode_switch()
1162 static void _rtl92c_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92c_phy_pi_mode_switch() argument1166 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92c_phy_pi_mode_switch()
1644 static void _rtl88e_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl88e_phy_pi_mode_switch() argument1648 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl88e_phy_pi_mode_switch()
1780 static void _rtl92d_phy_pimode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92d_phy_pimode_switch() argument1786 "BB Switch to %s mode!\n", pi_mode ? "PI" : "SI"); in _rtl92d_phy_pimode_switch()1787 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92d_phy_pimode_switch()