summary refs log tree commit diff stats
path: root/include/hw/usb/hcd-dwc3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/usb/hcd-dwc3.h')
-rw-r--r--include/hw/usb/hcd-dwc3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/usb/hcd-dwc3.h b/include/hw/usb/hcd-dwc3.h
index f752a27e94..dbdf12b21d 100644
--- a/include/hw/usb/hcd-dwc3.h
+++ b/include/hw/usb/hcd-dwc3.h
@@ -35,7 +35,7 @@
 #define USB_DWC3(obj) \
      OBJECT_CHECK(USBDWC3, (obj), TYPE_USB_DWC3)
 
-#define USB_DWC3_R_MAX ((0x530 / 4) + 1)
+#define USB_DWC3_R_MAX (0x600 / 4)
 #define DWC3_SIZE 0x10000
 
 typedef struct USBDWC3 {