Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Ptp.c402 PTP_INTERFACE_TYPE PtpInterface; in DumpPtpInfo() local
443 PtpInterface = Tpm2GetPtpInterface (Register); in DumpPtpInfo()
444 DEBUG ((EFI_D_INFO, "PtpInterface - %x\n", PtpInterface)); in DumpPtpInfo()
445 switch (PtpInterface) { in DumpPtpInfo()
486 PTP_INTERFACE_TYPE PtpInterface; in DTpm2SubmitCommand() local
488 PtpInterface = Tpm2GetPtpInterface ((VOID *) (UINTN) PcdGet64 (PcdTpmBaseAddress)); in DTpm2SubmitCommand()
489 switch (PtpInterface) { in DTpm2SubmitCommand()
525 PTP_INTERFACE_TYPE PtpInterface; in DTpm2RequestUseTpm() local
527 PtpInterface = Tpm2GetPtpInterface ((VOID *) (UINTN) PcdGet64 (PcdTpmBaseAddress)); in DTpm2RequestUseTpm()
528 switch (PtpInterface) { in DTpm2RequestUseTpm()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c436 PTP_INTERFACE_TYPE PtpInterface; in Tpm12SubmitCommand() local
441 PtpInterface = Tpm12GetPtpInterface ((VOID *) (UINTN) PcdGet64 (PcdTpmBaseAddress)); in Tpm12SubmitCommand()
442 switch (PtpInterface) { in Tpm12SubmitCommand()
534 PTP_INTERFACE_TYPE PtpInterface; in Tpm12RequestUseTpm() local
540 PtpInterface = Tpm12GetPtpInterface ((VOID *) (UINTN) PcdGet64 (PcdTpmBaseAddress)); in Tpm12RequestUseTpm()
541 switch (PtpInterface) { in Tpm12RequestUseTpm()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2ConfigImpl.c167 IN UINT8 PtpInterface in SetPtpInterface() argument
183 switch (PtpInterface) { in SetPtpInterface()