Lines Matching refs:currentcmd
1345 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()
1417 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1418 (u8)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1424 0xfffffc00) | currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1427 currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1435 currentcmd->cmdid); in _rtl8723be_phy_sw_chnl_step_by_step()
1442 (*delay) = currentcmd->msdelay; in _rtl8723be_phy_sw_chnl_step_by_step()