Searched refs:IoRead (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/ |
D | ExtendedSalGuid.h | 102 IoRead, enumerator
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/ |
D | DebugAgent.c | 1846 DEBUG_DATA_READ_IO *IoRead; in CommandCommunication() local 2140 IoRead = (DEBUG_DATA_READ_IO *) (DebugHeader + 1); in CommandCommunication() 2141 switch (IoRead->Width) { in CommandCommunication() 2143 Data64 = IoRead8 ((UINTN) IoRead->Port); in CommandCommunication() 2146 Data64 = IoRead16 ((UINTN) IoRead->Port); in CommandCommunication() 2149 Data64 = IoRead32 ((UINTN) IoRead->Port); in CommandCommunication() 2152 Data64 = IoRead64 ((UINTN) IoRead->Port); in CommandCommunication() 2157 Status = SendDataResponsePacket ((UINT8 *) &Data64, IoRead->Width, DebugHeader); in CommandCommunication()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/ |
D | RuntimeLib.c | 951 …ReturnReg = EfiCallEsalService (&Guid, IoRead, (UINT64) Width, Address, Count, (UINT64) Buffer, 0,… in EfiIoRead()
|