Lines Matching refs:commandCode
45 TPM_CC commandCode // IN: command code in PhysicalPresenceCommandSet() argument
51 pAssert(CommandIsImplemented(commandCode)); in PhysicalPresenceCommandSet()
53 if(commandCode < TPM_CC_PP_FIRST || commandCode > TPM_CC_PP_LAST) in PhysicalPresenceCommandSet()
55 bitPos = commandCode - TPM_CC_PP_FIRST; in PhysicalPresenceCommandSet()
68 TPM_CC commandCode // IN: command code in PhysicalPresenceCommandClear() argument
74 pAssert(CommandIsImplemented(commandCode)); in PhysicalPresenceCommandClear()
76 if(commandCode < TPM_CC_PP_FIRST || commandCode > TPM_CC_PP_LAST) in PhysicalPresenceCommandClear()
79 if(commandCode == TPM_CC_PP_Commands) in PhysicalPresenceCommandClear()
81 bitPos = commandCode - TPM_CC_PP_FIRST; in PhysicalPresenceCommandClear()
101 TPM_CC commandCode // IN: command code in PhysicalPresenceIsRequired() argument
106 if(commandCode < TPM_CC_PP_FIRST || commandCode > TPM_CC_PP_LAST) in PhysicalPresenceIsRequired()
108 bitPos = commandCode - TPM_CC_PP_FIRST; in PhysicalPresenceIsRequired()
126 TPM_CC commandCode, // IN: start command code in PhysicalPresenceCapGetCCList() argument
138 for(i = commandCode; i <= TPM_CC_PP_LAST; i++) in PhysicalPresenceCapGetCCList()