Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dphy.c364 struct swchnlcmd *currentcmd = NULL; in _rtl92s_phy_sw_chnl_step_by_step() local
394 currentcmd = &precommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
397 currentcmd = &rfdependcmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
400 currentcmd = &postcommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
406 if (currentcmd->cmdid == CMDID_END) { in _rtl92s_phy_sw_chnl_step_by_step()
416 switch (currentcmd->cmdid) { in _rtl92s_phy_sw_chnl_step_by_step()
421 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92s_phy_sw_chnl_step_by_step()
422 currentcmd->para2); in _rtl92s_phy_sw_chnl_step_by_step()
425 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92s_phy_sw_chnl_step_by_step()
426 (u16)currentcmd->para2); in _rtl92s_phy_sw_chnl_step_by_step()
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c939 struct swchnlcmd *currentcmd = NULL; in _rtl8723e_phy_sw_chnl_step_by_step() local
971 currentcmd = &precommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
974 currentcmd = &rfdependcmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
977 currentcmd = &postcommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
985 if (currentcmd->cmdid == CMDID_END) { in _rtl8723e_phy_sw_chnl_step_by_step()
995 switch (currentcmd->cmdid) { in _rtl8723e_phy_sw_chnl_step_by_step()
1000 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1001 currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
1004 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1005 (u16) currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c826 struct swchnlcmd *currentcmd = NULL; in _rtl92c_phy_sw_chnl_step_by_step() local
858 currentcmd = &precommoncmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step()
861 currentcmd = &rfdependcmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step()
864 currentcmd = &postcommoncmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step()
872 if (currentcmd->cmdid == CMDID_END) { in _rtl92c_phy_sw_chnl_step_by_step()
882 switch (currentcmd->cmdid) { in _rtl92c_phy_sw_chnl_step_by_step()
887 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92c_phy_sw_chnl_step_by_step()
888 currentcmd->para2); in _rtl92c_phy_sw_chnl_step_by_step()
891 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92c_phy_sw_chnl_step_by_step()
892 (u16) currentcmd->para2); in _rtl92c_phy_sw_chnl_step_by_step()
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c1265 struct swchnlcmd *currentcmd = NULL; in _rtl88e_phy_sw_chnl_step_by_step() local
1297 currentcmd = &precommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1300 currentcmd = &rfdependcmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1303 currentcmd = &postcommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1311 if (currentcmd->cmdid == CMDID_END) { in _rtl88e_phy_sw_chnl_step_by_step()
1319 switch (currentcmd->cmdid) { in _rtl88e_phy_sw_chnl_step_by_step()
1324 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1325 currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1328 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1329 (u16)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c1421 struct swchnlcmd *currentcmd = NULL; in _rtl8723be_phy_sw_chnl_step_by_step() local
1456 currentcmd = &precommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1459 currentcmd = &rfdependcmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1462 currentcmd = &postcommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1470 if (currentcmd->cmdid == CMDID_END) { in _rtl8723be_phy_sw_chnl_step_by_step()
1480 switch (currentcmd->cmdid) { in _rtl8723be_phy_sw_chnl_step_by_step()
1485 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1486 currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1489 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1490 (u16)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c1845 struct swchnlcmd *currentcmd = NULL; in _rtl92ee_phy_sw_chnl_step_by_step() local
1878 currentcmd = &precommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1881 currentcmd = &rfdependcmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1884 currentcmd = &postcommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1892 if (currentcmd->cmdid == CMDID_END) { in _rtl92ee_phy_sw_chnl_step_by_step()
1900 switch (currentcmd->cmdid) { in _rtl92ee_phy_sw_chnl_step_by_step()
1905 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1906 currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1909 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1910 (u16)currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c2776 struct swchnlcmd *currentcmd = NULL; in _rtl92d_phy_sw_chnl_step_by_step() local
2800 currentcmd = &precommoncmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step()
2803 currentcmd = &rfdependcmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step()
2806 currentcmd = &postcommoncmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step()
2809 if (currentcmd->cmdid == CMDID_END) { in _rtl92d_phy_sw_chnl_step_by_step()
2818 switch (currentcmd->cmdid) { in _rtl92d_phy_sw_chnl_step_by_step()
2823 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92d_phy_sw_chnl_step_by_step()
2824 currentcmd->para2); in _rtl92d_phy_sw_chnl_step_by_step()
2827 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92d_phy_sw_chnl_step_by_step()
2828 (u16)currentcmd->para2); in _rtl92d_phy_sw_chnl_step_by_step()
[all …]