Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dphy.c324 struct swchnlcmd *currentcmd = NULL; in _rtl92s_phy_sw_chnl_step_by_step() local
354 currentcmd = &precommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
357 currentcmd = &rfdependcmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
360 currentcmd = &postcommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
366 if (currentcmd->cmdid == CMDID_END) { in _rtl92s_phy_sw_chnl_step_by_step()
376 switch (currentcmd->cmdid) { in _rtl92s_phy_sw_chnl_step_by_step()
381 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92s_phy_sw_chnl_step_by_step()
382 currentcmd->para2); in _rtl92s_phy_sw_chnl_step_by_step()
385 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92s_phy_sw_chnl_step_by_step()
386 (u16)currentcmd->para2); in _rtl92s_phy_sw_chnl_step_by_step()
[all …]
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c908 struct swchnlcmd *currentcmd = NULL; in _rtl8723e_phy_sw_chnl_step_by_step() local
940 currentcmd = &precommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
943 currentcmd = &rfdependcmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
946 currentcmd = &postcommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
954 if (currentcmd->cmdid == CMDID_END) { in _rtl8723e_phy_sw_chnl_step_by_step()
964 switch (currentcmd->cmdid) { in _rtl8723e_phy_sw_chnl_step_by_step()
969 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
970 currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
973 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
974 (u16) currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
[all …]
/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c789 struct swchnlcmd *currentcmd = NULL; in _rtl92c_phy_sw_chnl_step_by_step() local
821 currentcmd = &precommoncmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step()
824 currentcmd = &rfdependcmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step()
827 currentcmd = &postcommoncmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step()
835 if (currentcmd->cmdid == CMDID_END) { in _rtl92c_phy_sw_chnl_step_by_step()
845 switch (currentcmd->cmdid) { in _rtl92c_phy_sw_chnl_step_by_step()
850 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92c_phy_sw_chnl_step_by_step()
851 currentcmd->para2); in _rtl92c_phy_sw_chnl_step_by_step()
854 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92c_phy_sw_chnl_step_by_step()
855 (u16) currentcmd->para2); in _rtl92c_phy_sw_chnl_step_by_step()
[all …]
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c1223 struct swchnlcmd *currentcmd = NULL; in _rtl88e_phy_sw_chnl_step_by_step() local
1255 currentcmd = &precommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1258 currentcmd = &rfdependcmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1261 currentcmd = &postcommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1269 if (currentcmd->cmdid == CMDID_END) { in _rtl88e_phy_sw_chnl_step_by_step()
1277 switch (currentcmd->cmdid) { in _rtl88e_phy_sw_chnl_step_by_step()
1282 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1283 currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1286 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1287 (u16)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
[all …]
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c1343 struct swchnlcmd *currentcmd = NULL; in _rtl8723be_phy_sw_chnl_step_by_step() local
1378 currentcmd = &precommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1381 currentcmd = &rfdependcmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1384 currentcmd = &postcommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1392 if (currentcmd->cmdid == CMDID_END) { in _rtl8723be_phy_sw_chnl_step_by_step()
1402 switch (currentcmd->cmdid) { in _rtl8723be_phy_sw_chnl_step_by_step()
1407 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1408 currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1411 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1412 (u16)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
[all …]
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c1807 struct swchnlcmd *currentcmd = NULL; in _rtl92ee_phy_sw_chnl_step_by_step() local
1840 currentcmd = &precommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1843 currentcmd = &rfdependcmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1846 currentcmd = &postcommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1854 if (currentcmd->cmdid == CMDID_END) { in _rtl92ee_phy_sw_chnl_step_by_step()
1862 switch (currentcmd->cmdid) { in _rtl92ee_phy_sw_chnl_step_by_step()
1867 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1868 currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1871 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1872 (u16)currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
[all …]
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c2714 struct swchnlcmd *currentcmd = NULL; in _rtl92d_phy_sw_chnl_step_by_step() local
2738 currentcmd = &precommoncmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step()
2741 currentcmd = &rfdependcmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step()
2744 currentcmd = &postcommoncmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step()
2747 if (currentcmd->cmdid == CMDID_END) { in _rtl92d_phy_sw_chnl_step_by_step()
2756 switch (currentcmd->cmdid) { in _rtl92d_phy_sw_chnl_step_by_step()
2761 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92d_phy_sw_chnl_step_by_step()
2762 currentcmd->para2); in _rtl92d_phy_sw_chnl_step_by_step()
2765 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92d_phy_sw_chnl_step_by_step()
2766 (u16)currentcmd->para2); in _rtl92d_phy_sw_chnl_step_by_step()
[all …]