Home
last modified time | relevance | path

Searched refs:myVspCmd (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Dmf.c768 struct VspCmdData myVspCmd; in mf_setSide() local
770 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() local
792 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 …]