Lines Matching refs:currentcmd
1367 struct swchnlcmd *currentcmd = NULL; in _rtl8723be_phy_sw_chnl_step_by_step() local
1402 currentcmd = &precommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1405 currentcmd = &rfdependcmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1408 currentcmd = &postcommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1416 if (currentcmd->cmdid == CMDID_END) { in _rtl8723be_phy_sw_chnl_step_by_step()
1426 switch (currentcmd->cmdid) { in _rtl8723be_phy_sw_chnl_step_by_step()
1431 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1432 currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1435 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1436 (u16)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1439 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1440 (u8)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1446 0xfffffc00) | currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1449 currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1457 currentcmd->cmdid); in _rtl8723be_phy_sw_chnl_step_by_step()
1464 (*delay) = currentcmd->msdelay; in _rtl8723be_phy_sw_chnl_step_by_step()