Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DDebugCommunicationLibUsb.c41 #define USB_DEBUG_PORT_MAX_PACKET_SIZE 0x08 macro
323 …(((MmioRead32((UINTN)&DebugPortRegister->ControlStatus)) & 0xF) > USB_DEBUG_PORT_MAX_PACKET_SIZE) { in UsbDebugPortIn()
424 …(((MmioRead32((UINTN)&DebugPortRegister->ControlStatus)) & 0xF) > USB_DEBUG_PORT_MAX_PACKET_SIZE) { in UsbDebugPortOut()
812 if ((Index + 1) >= USB_DEBUG_PORT_MAX_PACKET_SIZE) { in DebugPortReadBuffer()
881 if (NumberOfBytes - Total > USB_DEBUG_PORT_MAX_PACKET_SIZE) { in DebugPortWriteBuffer()
882 Sent = USB_DEBUG_PORT_MAX_PACKET_SIZE; in DebugPortWriteBuffer()