Home
last modified time | relevance | path

Searched refs:DEBUG_DATA_UPPER_LIMIT (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/
DTransferProtocol.h138 #define DEBUG_DATA_UPPER_LIMIT 0xff // Upper limit for the data size, by the li… macro
140 #define DEBUG_DATA_MAXIMUM_REAL_DATA (DEBUG_DATA_UPPER_LIMIT - sizeof (DEBUG_PACKET_HE…
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.c1260 UINT8 InputPacketBuffer[DEBUG_DATA_UPPER_LIMIT]; in SendCommandAndWaitForAckOK()
1838 UINT8 InputPacketBuffer[DEBUG_DATA_UPPER_LIMIT + sizeof (UINT64) - 1]; in CommandCommunication()