Home
last modified time | relevance | path

Searched refs:currentcmd (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dphy.c358 struct swchnlcmd *currentcmd = NULL; in _rtl92s_phy_sw_chnl_step_by_step() local
388 currentcmd = &precommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
391 currentcmd = &rfdependcmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
394 currentcmd = &postcommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
400 if (currentcmd->cmdid == CMDID_END) { in _rtl92s_phy_sw_chnl_step_by_step()
410 switch (currentcmd->cmdid) { in _rtl92s_phy_sw_chnl_step_by_step()
415 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92s_phy_sw_chnl_step_by_step()
416 currentcmd->para2); in _rtl92s_phy_sw_chnl_step_by_step()
419 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92s_phy_sw_chnl_step_by_step()
420 (u16)currentcmd->para2); in _rtl92s_phy_sw_chnl_step_by_step()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c938 struct swchnlcmd *currentcmd = NULL; in _rtl8723e_phy_sw_chnl_step_by_step() local
970 currentcmd = &precommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
973 currentcmd = &rfdependcmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
976 currentcmd = &postcommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
984 if (currentcmd->cmdid == CMDID_END) { in _rtl8723e_phy_sw_chnl_step_by_step()
994 switch (currentcmd->cmdid) { in _rtl8723e_phy_sw_chnl_step_by_step()
999 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1000 currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
1003 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1004 (u16) currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c822 struct swchnlcmd *currentcmd = NULL; in _rtl92c_phy_sw_chnl_step_by_step() local
854 currentcmd = &precommoncmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step()
857 currentcmd = &rfdependcmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step()
860 currentcmd = &postcommoncmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step()
868 if (currentcmd->cmdid == CMDID_END) { in _rtl92c_phy_sw_chnl_step_by_step()
878 switch (currentcmd->cmdid) { in _rtl92c_phy_sw_chnl_step_by_step()
883 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92c_phy_sw_chnl_step_by_step()
884 currentcmd->para2); in _rtl92c_phy_sw_chnl_step_by_step()
887 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92c_phy_sw_chnl_step_by_step()
888 (u16) currentcmd->para2); in _rtl92c_phy_sw_chnl_step_by_step()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c1264 struct swchnlcmd *currentcmd = NULL; in _rtl88e_phy_sw_chnl_step_by_step() local
1296 currentcmd = &precommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1299 currentcmd = &rfdependcmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1302 currentcmd = &postcommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1310 if (currentcmd->cmdid == CMDID_END) { in _rtl88e_phy_sw_chnl_step_by_step()
1318 switch (currentcmd->cmdid) { in _rtl88e_phy_sw_chnl_step_by_step()
1323 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1324 currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1327 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1328 (u16)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c1367 struct swchnlcmd *currentcmd = NULL; in _rtl8723be_phy_sw_chnl_step_by_step() local
1402 currentcmd = &precommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1405 currentcmd = &rfdependcmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1408 currentcmd = &postcommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1416 if (currentcmd->cmdid == CMDID_END) { in _rtl8723be_phy_sw_chnl_step_by_step()
1426 switch (currentcmd->cmdid) { in _rtl8723be_phy_sw_chnl_step_by_step()
1431 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1432 currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1435 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1436 (u16)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c1844 struct swchnlcmd *currentcmd = NULL; in _rtl92ee_phy_sw_chnl_step_by_step() local
1877 currentcmd = &precommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1880 currentcmd = &rfdependcmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1883 currentcmd = &postcommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1891 if (currentcmd->cmdid == CMDID_END) { in _rtl92ee_phy_sw_chnl_step_by_step()
1899 switch (currentcmd->cmdid) { in _rtl92ee_phy_sw_chnl_step_by_step()
1904 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1905 currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1908 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1909 (u16)currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c2753 struct swchnlcmd *currentcmd = NULL; in _rtl92d_phy_sw_chnl_step_by_step() local
2777 currentcmd = &precommoncmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step()
2780 currentcmd = &rfdependcmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step()
2783 currentcmd = &postcommoncmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step()
2786 if (currentcmd->cmdid == CMDID_END) { in _rtl92d_phy_sw_chnl_step_by_step()
2795 switch (currentcmd->cmdid) { in _rtl92d_phy_sw_chnl_step_by_step()
2800 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92d_phy_sw_chnl_step_by_step()
2801 currentcmd->para2); in _rtl92d_phy_sw_chnl_step_by_step()
2804 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92d_phy_sw_chnl_step_by_step()
2805 (u16)currentcmd->para2); in _rtl92d_phy_sw_chnl_step_by_step()
[all …]