Searched refs:IoRead (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.c576 DEBUG_DATA_READ_IO *IoRead; local
790 IoRead = (DEBUG_DATA_READ_IO *) (DebugHeader + 1);
791 switch (IoRead->Width) {
793 Data64 = IoRead8 (IoRead->Port);
796 Data64 = IoRead16 (IoRead->Port);
799 Data64 = IoRead32 (IoRead->Port);
802 Data64 = IoRead64 (IoRead->Port);
807 Status = SendDataResponsePacket (CpuContext, (UINT8 *) &Data64, IoRead->Width);

Completed in 44 milliseconds