Searched refs:pi_mode (Results 1 – 7 of 7) sorted by relevance
| /drivers/net/wireless/realtek/rtlwifi/rtl8723com/ |
| A D | phy_common.h | 64 void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode);
|
| A D | phy_common.c | 403 void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in rtl8723_phy_pi_mode_switch() argument 407 mode = pi_mode ? 0x01000100 : 0x01000000; in rtl8723_phy_pi_mode_switch()
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | rtw88xxa.c | 1255 bool set_cca, pi_mode; in rtw88xxa_phy_read_rf() local 1274 pi_mode = rtw_read32_mask(rtwdev, pi_addr[rf_path], 0x4); in rtw88xxa_phy_read_rf() 1282 val = rtw_read32_mask(rtwdev, read_addr[pi_mode][rf_path], mask); in rtw88xxa_phy_read_rf()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
| A D | phy_common.c | 1126 static void _rtl92c_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92c_phy_pi_mode_switch() argument 1130 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92c_phy_pi_mode_switch()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| A D | phy.c | 1187 static void _rtl92d_phy_pimode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92d_phy_pimode_switch() argument 1193 "BB Switch to %s mode!\n", pi_mode ? "PI" : "SI"); in _rtl92d_phy_pimode_switch() 1194 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92d_phy_pimode_switch()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
| A D | phy.c | 1332 static void _rtl92du_phy_pimode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92du_phy_pimode_switch() argument 1338 "BB Switch to %s mode!\n", pi_mode ? "PI" : "SI"); in _rtl92du_phy_pimode_switch() 1339 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92du_phy_pimode_switch()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| A D | phy.c | 1604 static void _rtl88e_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl88e_phy_pi_mode_switch() argument 1608 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl88e_phy_pi_mode_switch()
|
Completed in 25 milliseconds