Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dphy.c336 struct swchnlcmd *currentcmd = NULL; in _rtl92s_phy_sw_chnl_step_by_step() local
366 currentcmd = &precommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
369 currentcmd = &rfdependcmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
372 currentcmd = &postcommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
378 if (currentcmd->cmdid == CMDID_END) { in _rtl92s_phy_sw_chnl_step_by_step()
388 switch (currentcmd->cmdid) { in _rtl92s_phy_sw_chnl_step_by_step()
393 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92s_phy_sw_chnl_step_by_step()
394 currentcmd->para2); in _rtl92s_phy_sw_chnl_step_by_step()
397 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92s_phy_sw_chnl_step_by_step()
398 (u16)currentcmd->para2); in _rtl92s_phy_sw_chnl_step_by_step()
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c913 struct swchnlcmd *currentcmd = NULL; in _rtl8723e_phy_sw_chnl_step_by_step() local
945 currentcmd = &precommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
948 currentcmd = &rfdependcmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
951 currentcmd = &postcommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
959 if (currentcmd->cmdid == CMDID_END) { in _rtl8723e_phy_sw_chnl_step_by_step()
969 switch (currentcmd->cmdid) { in _rtl8723e_phy_sw_chnl_step_by_step()
974 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
975 currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
978 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
979 (u16) currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c801 struct swchnlcmd *currentcmd = NULL; in _rtl92c_phy_sw_chnl_step_by_step() local
833 currentcmd = &precommoncmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step()
836 currentcmd = &rfdependcmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step()
839 currentcmd = &postcommoncmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step()
847 if (currentcmd->cmdid == CMDID_END) { in _rtl92c_phy_sw_chnl_step_by_step()
857 switch (currentcmd->cmdid) { in _rtl92c_phy_sw_chnl_step_by_step()
862 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92c_phy_sw_chnl_step_by_step()
863 currentcmd->para2); in _rtl92c_phy_sw_chnl_step_by_step()
866 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92c_phy_sw_chnl_step_by_step()
867 (u16) currentcmd->para2); in _rtl92c_phy_sw_chnl_step_by_step()
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c1345 struct swchnlcmd *currentcmd = NULL; in _rtl8723be_phy_sw_chnl_step_by_step() local
1380 currentcmd = &precommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1383 currentcmd = &rfdependcmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1386 currentcmd = &postcommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1394 if (currentcmd->cmdid == CMDID_END) { in _rtl8723be_phy_sw_chnl_step_by_step()
1404 switch (currentcmd->cmdid) { in _rtl8723be_phy_sw_chnl_step_by_step()
1409 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1410 currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1413 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1414 (u16)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c1242 struct swchnlcmd *currentcmd = NULL; in _rtl88e_phy_sw_chnl_step_by_step() local
1274 currentcmd = &precommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1277 currentcmd = &rfdependcmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1280 currentcmd = &postcommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1288 if (currentcmd->cmdid == CMDID_END) { in _rtl88e_phy_sw_chnl_step_by_step()
1296 switch (currentcmd->cmdid) { in _rtl88e_phy_sw_chnl_step_by_step()
1301 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1302 currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1305 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1306 (u16)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c1822 struct swchnlcmd *currentcmd = NULL; in _rtl92ee_phy_sw_chnl_step_by_step() local
1855 currentcmd = &precommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1858 currentcmd = &rfdependcmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1861 currentcmd = &postcommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1869 if (currentcmd->cmdid == CMDID_END) { in _rtl92ee_phy_sw_chnl_step_by_step()
1877 switch (currentcmd->cmdid) { in _rtl92ee_phy_sw_chnl_step_by_step()
1882 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1883 currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1886 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1887 (u16)currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c2731 struct swchnlcmd *currentcmd = NULL; in _rtl92d_phy_sw_chnl_step_by_step() local
2755 currentcmd = &precommoncmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step()
2758 currentcmd = &rfdependcmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step()
2761 currentcmd = &postcommoncmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step()
2764 if (currentcmd->cmdid == CMDID_END) { in _rtl92d_phy_sw_chnl_step_by_step()
2773 switch (currentcmd->cmdid) { in _rtl92d_phy_sw_chnl_step_by_step()
2778 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92d_phy_sw_chnl_step_by_step()
2779 currentcmd->para2); in _rtl92d_phy_sw_chnl_step_by_step()
2782 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92d_phy_sw_chnl_step_by_step()
2783 (u16)currentcmd->para2); in _rtl92d_phy_sw_chnl_step_by_step()
[all …]