Searched refs:currentcmd (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
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 …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | phy.c | 2096 struct swchnlcmd *currentcmd = NULL; in _rtl92d_phy_sw_chnl_step_by_step() local 2120 currentcmd = &precommoncmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step() 2123 currentcmd = &rfdependcmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step() 2126 currentcmd = &postcommoncmd[*step]; in _rtl92d_phy_sw_chnl_step_by_step() 2129 if (currentcmd->cmdid == CMDID_END) { in _rtl92d_phy_sw_chnl_step_by_step() 2138 switch (currentcmd->cmdid) { in _rtl92d_phy_sw_chnl_step_by_step() 2143 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92d_phy_sw_chnl_step_by_step() 2144 currentcmd->para2); in _rtl92d_phy_sw_chnl_step_by_step() 2147 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92d_phy_sw_chnl_step_by_step() 2148 (u16)currentcmd->para2); in _rtl92d_phy_sw_chnl_step_by_step() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 1807 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 …]
|