HomeSort by relevance Sort by last modified time
    Searched defs:RegRead (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/TpmCommLib/
TisPc.c 30 UINT8 RegRead;
32 RegRead = MmioRead8 ((UINTN)&TisReg->Access);
33 return (BOOLEAN)(RegRead != (UINT8)-1);
56 UINT8 RegRead;
60 RegRead = MmioRead8 ((UINTN)Register);
61 if ((RegRead & BitSet) == BitSet && (RegRead & BitClear) == 0)
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
Tpm2Tis.c 48 UINT8 RegRead;
50 RegRead = MmioRead8 ((UINTN)&TisReg->Access);
51 return (BOOLEAN)(RegRead != (UINT8)-1);
73 UINT8 RegRead;
77 RegRead = MmioRead8 ((UINTN)Register);
78 if ((RegRead & BitSet) == BitSet && (RegRead & BitClear) == 0)
Tpm2Ptp.c 59 UINT8 RegRead;
61 RegRead = MmioRead8 ((UINTN)Reg);
62 if (RegRead == 0xFF) {
90 UINT32 RegRead;
94 RegRead = MmioRead32 ((UINTN)Register);
95 if ((RegRead & BitSet) == BitSet && (RegRead & BitClear) == 0) {
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
Tpm12Tis.c 54 UINT8 RegRead;
56 RegRead = MmioRead8 ((UINTN)&TisReg->Access);
57 return (BOOLEAN)(RegRead != (UINT8)-1);
117 UINT8 RegRead;
121 RegRead = MmioRead8 ((UINTN)Register);
122 if ((RegRead & BitSet) == BitSet && (RegRead & BitClear) == 0)
481 UINT32 RegRead;
485 RegRead = MmioRead32 ((UINTN)Register);
486 if ((RegRead & BitSet) == BitSet && (RegRead & BitClear) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/
TisPc.c 299 UINT8 RegRead;
303 RegRead = TpmReadByte (Register);
304 if ((RegRead & BitSet) == BitSet && (RegRead & BitClear) == 0)
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Drivers/PcieInit1610/
PcieInitLib.h 74 #define RegRead(addr,data) ((data) = MmioRead32 (addr))
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/PcieInitDxe/
PcieInitLib.h 69 #define RegRead(addr,data) ((data) = *(volatile UINT32*)(UINTN)(addr))

Completed in 172 milliseconds