Searched defs:TisReg (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/TpmCommLib/
H A DTisPc.c20 @param[in] TisReg Pointer to TIS register.
27 IN TIS_PC_REGISTERS_PTR TisReg
32 RegRead = MmioRead8 ((UINTN)&TisReg->Access);
72 @param[in] TisReg Pointer to TIS register.
76 @retval EFI_INVALID_PARAMETER TisReg is NULL or BurstCount is NULL.
82 IN TIS_PC_REGISTERS_PTR TisReg,
90 if (BurstCount == NULL || TisReg == NULL) {
100 DataByte0 = MmioRead8 ((UINTN)&TisReg->BurstCount);
101 DataByte1 = MmioRead8 ((UINTN)&TisReg->BurstCount + 1);
117 @param[in] TisReg Pointe
81 TisPcReadBurstCount( IN TIS_PC_REGISTERS_PTR TisReg, OUT UINT16 *BurstCount ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgPei/
H A DTisPei.c27 @param[in] TisReg TPM register space base address.
42 IN TIS_PC_REGISTERS_PTR TisReg,
56 Status = TisPcPrepareCommand (TisReg);
66 Status = TisPcReadBurstCount (TisReg, &BurstCount);
72 MmioWrite8((UINTN)&TisReg->DataFifo, *(BufferIn + Index));
80 &TisReg->Status,
93 MmioWrite8((UINTN)&TisReg->Status, TIS_PC_STS_GO);
95 &TisReg->Status,
111 Status = TisPcReadBurstCount (TisReg, &BurstCount);
117 *(BufferOut + Index) = MmioRead8 ((UINTN)&TisReg
40 TisTpmCommand( IN EFI_PEI_SERVICES **PeiServices, IN TIS_PC_REGISTERS_PTR TisReg, IN UINT8 *BufferIn, IN UINT32 SizeIn, IN OUT UINT8 *BufferOut, IN OUT UINT32 *SizeOut ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTisDxe.c28 @param[in] TisReg TPM register space base address.
38 IN TIS_PC_REGISTERS_PTR TisReg,
47 Status = TisPcPrepareCommand (TisReg);
54 Status = TisPcReadBurstCount (TisReg, &BurstCount);
59 MmioWrite8 ((UINTN) &TisReg->DataFifo, *(TpmBuffer + Index));
67 &TisReg->Status,
78 @param[in] TisReg TPM register space base address.
90 IN TIS_PC_REGISTERS_PTR TisReg,
105 &TisReg->Status,
119 Status = TisPcReadBurstCount (TisReg,
37 TisPcSend( IN TIS_PC_REGISTERS_PTR TisReg, IN UINT8 *TpmBuffer, IN UINT32 DataLength ) argument
89 TisPcReceive( IN TIS_PC_REGISTERS_PTR TisReg, OUT UINT8 *TpmBuffer, OUT UINT32 *RespSize ) argument
356 TisPcExecute( IN TIS_TPM_HANDLE TisReg, IN CONST CHAR8 *Fmt, ... ) argument
[all...]

Completed in 92 milliseconds