Home | History | Annotate | Download | only in DebugAgentCommon

Lines Matching refs:IoRead

1846   DEBUG_DATA_READ_IO                *IoRead;

2143 IoRead = (DEBUG_DATA_READ_IO *) (DebugHeader + 1);
2144 switch (IoRead->Width) {
2146 Data64 = IoRead8 ((UINTN) IoRead->Port);
2149 Data64 = IoRead16 ((UINTN) IoRead->Port);
2152 Data64 = IoRead32 ((UINTN) IoRead->Port);
2155 Data64 = IoRead64 ((UINTN) IoRead->Port);
2160 Status = SendDataResponsePacket ((UINT8 *) &Data64, IoRead->Width, DebugHeader);