Searched refs:currentcmd (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| H A D | phy.c | 321 struct swchnlcmd *currentcmd = NULL; in _rtl92s_phy_sw_chnl_step_by_step() local 351 currentcmd = &precommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step() 354 currentcmd = &rfdependcmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step() 357 currentcmd = &postcommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step() 363 if (currentcmd->cmdid == CMDID_END) { in _rtl92s_phy_sw_chnl_step_by_step() 373 switch (currentcmd->cmdid) { in _rtl92s_phy_sw_chnl_step_by_step() 378 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92s_phy_sw_chnl_step_by_step() 379 currentcmd->para2); in _rtl92s_phy_sw_chnl_step_by_step() 382 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92s_phy_sw_chnl_step_by_step() 383 (u16)currentcmd->para2); in _rtl92s_phy_sw_chnl_step_by_step() [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | phy.c | 908 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 …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
| H A D | phy_common.c | 789 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 …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | phy.c | 1349 struct swchnlcmd *currentcmd = NULL; in _rtl8723be_phy_sw_chnl_step_by_step() local 1384 currentcmd = &precommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step() 1387 currentcmd = &rfdependcmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step() 1390 currentcmd = &postcommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step() 1398 if (currentcmd->cmdid == CMDID_END) { in _rtl8723be_phy_sw_chnl_step_by_step() 1408 switch (currentcmd->cmdid) { in _rtl8723be_phy_sw_chnl_step_by_step() 1413 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step() 1414 currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step() 1417 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step() 1418 (u16)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step() [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | phy.c | 1223 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 …]
|