mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
hw/usb/hcd-dwc3: Align global registers size with Linux
While at it add missing GUSB2RHBCTL register as found in i.MX 8M Plus reference manual. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Bernhard Beschow <shentey@gmail.com> Message-id: 20250223114708.1780-2-shentey@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
2cac20cbf7
commit
b513766ee9
2 changed files with 6 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue