Searched defs:USB_DEBUG_PORT_MAX_PACKET_SIZE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c41 #define USB_DEBUG_PORT_MAX_PACKET_SIZE 0x08 macro
304 if (((MmioRead32((UINTN)&DebugPortRegister->ControlStatus)) & 0xF) > USB_DEBUG_PORT_MAX_PACKET_SIZE) {
395 if (((MmioRead32((UINTN)&DebugPortRegister->ControlStatus)) & 0xF) > USB_DEBUG_PORT_MAX_PACKET_SIZE) {
798 if (Remaining >= USB_DEBUG_PORT_MAX_PACKET_SIZE) {
916 if (NumberOfBytes - Total > USB_DEBUG_PORT_MAX_PACKET_SIZE) {
917 Sent = USB_DEBUG_PORT_MAX_PACKET_SIZE;

Completed in 34 milliseconds