Searched refs:myVspCmd (Results 1 – 1 of 1) sorted by relevance
768 struct VspCmdData myVspCmd; in mf_setSide() local770 memset(&myVspCmd, 0, sizeof(myVspCmd)); in mf_setSide()780 myVspCmd.xSubData.xFunction02SelectIplTypeIn.xIplType = newSide; in mf_setSide()781 myVspCmd.xCmd = 10; in mf_setSide()783 rc = signalVspInstruction(&myVspCmd); in mf_setSide()790 struct VspCmdData myVspCmd; in mf_getSide() local792 memset(&myVspCmd, 0, sizeof(myVspCmd)); in mf_getSide()793 myVspCmd.xCmd = 2; in mf_getSide()794 myVspCmd.xSubData.xFunction02SelectIplTypeIn.xIplType = 0; in mf_getSide()796 rc = signalVspInstruction(&myVspCmd); in mf_getSide()[all …]