Lines Matching refs:currentcmd
913 struct swchnlcmd *currentcmd = NULL; in _rtl8723e_phy_sw_chnl_step_by_step() local
945 currentcmd = &precommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
948 currentcmd = &rfdependcmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
951 currentcmd = &postcommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
959 if (currentcmd->cmdid == CMDID_END) { in _rtl8723e_phy_sw_chnl_step_by_step()
969 switch (currentcmd->cmdid) { in _rtl8723e_phy_sw_chnl_step_by_step()
974 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
975 currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
978 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
979 (u16) currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
982 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
983 (u8) currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
989 0xfffffc00) | currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
992 currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1001 currentcmd->cmdid); in _rtl8723e_phy_sw_chnl_step_by_step()
1008 (*delay) = currentcmd->msdelay; in _rtl8723e_phy_sw_chnl_step_by_step()