| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723com/ |
| H A D | phy_common.h | 65 void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode);
|
| H A D | phy_common.c | 411 void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in rtl8723_phy_pi_mode_switch() argument 415 mode = pi_mode ? 0x01000100 : 0x01000000; in rtl8723_phy_pi_mode_switch()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/halrf/rtl8188e/ |
| H A D | halrf_8188e_ap.c | 724 boolean pi_mode in _phy_pi_mode_switch() argument 728 RF_DBG(dm, DBG_RF_IQK, "BB Switch to %s mode!\n", (pi_mode ? "PI" : "SI")); in _phy_pi_mode_switch() 730 mode = pi_mode ? 0x01000100 : 0x01000000; in _phy_pi_mode_switch()
|
| H A D | halrf_8188e_ce.c | 998 void _phy_pi_mode_switch(struct dm_struct *dm, boolean pi_mode) in _phy_pi_mode_switch() argument 1002 (pi_mode ? "PI" : "SI")); in _phy_pi_mode_switch() 1003 mode = pi_mode ? 0x01000100 : 0x01000000; in _phy_pi_mode_switch()
|
| H A D | halrf_8188e_win.c | 1105 boolean pi_mode in _phy_pi_mode_switch() argument 1110 RF_DBG(dm, DBG_RF_IQK, "BB Switch to %s mode!\n", (pi_mode ? "PI" : "SI")); in _phy_pi_mode_switch() 1112 mode = pi_mode ? 0x01000100 : 0x01000000; in _phy_pi_mode_switch()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/ |
| H A D | phy.c | 866 static void pi_mode_switch(struct adapter *adapt, bool pi_mode) in pi_mode_switch() argument 870 mode = pi_mode ? 0x01000100 : 0x01000000; in pi_mode_switch()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/halrf/rtl8723b/ |
| H A D | halrf_8723b_ap.c | 1447 boolean pi_mode in _phy_pi_mode_switch8723b() argument 1452 …ODM_RT_TRACE(p_dm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BB Switch to %s mode!\n", (pi_mode ? "PI"… in _phy_pi_mode_switch8723b() 1454 mode = pi_mode ? 0x01000100 : 0x01000000; in _phy_pi_mode_switch8723b()
|
| H A D | halrf_8723b_ce.c | 1514 boolean pi_mode in _phy_pi_mode_switch8723b() argument 1519 …ODM_RT_TRACE(p_dm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BB Switch to %s mode!\n", (pi_mode ? "PI"… in _phy_pi_mode_switch8723b() 1520 mode = pi_mode ? 0x01000100 : 0x01000000; in _phy_pi_mode_switch8723b()
|
| H A D | halrf_8723b_win.c | 1524 boolean pi_mode in _phy_pi_mode_switch8723b() argument 1529 mode = pi_mode ? 0x01000100 : 0x01000000; in _phy_pi_mode_switch8723b()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/halrf/rtl8188f/ |
| H A D | halrf_8188f.c | 1463 void _phy_pi_mode_switch8188f(struct dm_struct *dm, boolean pi_mode) in _phy_pi_mode_switch8188f() argument 1467 (pi_mode ? "PI" : "SI")); in _phy_pi_mode_switch8188f() 1469 mode = pi_mode ? 0x01000100 : 0x01000000; in _phy_pi_mode_switch8188f()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/halrf/rtl8188f/ |
| H A D | halrf_8188f.c | 1463 void _phy_pi_mode_switch8188f(struct dm_struct *dm, boolean pi_mode) in _phy_pi_mode_switch8188f() argument 1467 (pi_mode ? "PI" : "SI")); in _phy_pi_mode_switch8188f() 1469 mode = pi_mode ? 0x01000100 : 0x01000000; in _phy_pi_mode_switch8188f()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/halrf/rtl8188f/ |
| H A D | halrf_8188f.c | 1462 void _phy_pi_mode_switch8188f(struct dm_struct *dm, boolean pi_mode) in _phy_pi_mode_switch8188f() argument 1466 (pi_mode ? "PI" : "SI")); in _phy_pi_mode_switch8188f() 1468 mode = pi_mode ? 0x01000100 : 0x01000000; in _phy_pi_mode_switch8188f()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/halrf/rtl8188f/ |
| H A D | halrf_8188f.c | 1462 void _phy_pi_mode_switch8188f(struct dm_struct *dm, boolean pi_mode) in _phy_pi_mode_switch8188f() argument 1466 (pi_mode ? "PI" : "SI")); in _phy_pi_mode_switch8188f() 1468 mode = pi_mode ? 0x01000100 : 0x01000000; in _phy_pi_mode_switch8188f()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
| H A D | phy_common.c | 1134 static void _rtl92c_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92c_phy_pi_mode_switch() argument 1138 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92c_phy_pi_mode_switch()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | phy.c | 1610 static void _rtl88e_phy_pi_mode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl88e_phy_pi_mode_switch() argument 1614 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl88e_phy_pi_mode_switch()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| H A D | phy.c | 1735 static void _rtl92d_phy_pimode_switch(struct ieee80211_hw *hw, bool pi_mode) in _rtl92d_phy_pimode_switch() argument 1741 "BB Switch to %s mode!\n", pi_mode ? "PI" : "SI"); in _rtl92d_phy_pimode_switch() 1742 mode = pi_mode ? 0x01000100 : 0x01000000; in _rtl92d_phy_pimode_switch()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/halrf/rtl8723d/ |
| H A D | halrf_8723d.c | 1879 void _phy_pi_mode_switch_8723d(struct dm_struct *dm, boolean pi_mode) argument 1883 mode = pi_mode ? 0x01000100 : 0x01000000;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/halrf/rtl8723d/ |
| H A D | halrf_8723d.c | 1878 void _phy_pi_mode_switch_8723d(struct dm_struct *dm, boolean pi_mode) argument 1882 mode = pi_mode ? 0x01000100 : 0x01000000;
|