usb_host: Rename struct/ll/hal symbols to use "usb_dwc" prefix

Following the file renaming to use the "usb_dwc" prefix, this commit
updates the symbol names of those files to use the "usb_dwc" as well.

Some LL functions were also renamed so that the register name is
mentioned.
This commit is contained in:
Darian Leung
2022-09-15 21:26:00 +08:00
parent d8d4e3acb0
commit d333833f59
8 changed files with 945 additions and 951 deletions

View File

@@ -46,6 +46,6 @@ PROVIDE ( APB_SARADC = 0x60040000 );
PROVIDE ( LCD_CAM = 0x60041000 );
PROVIDE ( USB_SERIAL_JTAG = 0x60038000 );
PROVIDE ( USB0 = 0x60080000 );
PROVIDE ( USBH = 0x60080000 );
PROVIDE ( USB_DWC = 0x60080000 );
PROVIDE ( USB_WRAP = 0x60039000 );
PROVIDE ( WORLD_CONTROLLER = 0x600D0000 );