Modify dwc3_dump

This commit is contained in:
songyanguang 2024-09-14 15:29:05 +08:00
parent 7c9d76b6af
commit 332bb5b870
1 changed files with 1 additions and 0 deletions

View File

@ -923,6 +923,7 @@ int dwc3_host_init(struct dwc3 *dwc);
int dwc3_send_gadget_generic_command(struct dwc3 *dwc, unsigned cmd, uint32_t param);
void dwc3_dump(struct dwc3 *dwc);
static inline uint32_t dwc3_readl(void *base, uint32_t offset){
uintptr_t offs = offset - DWC3_GLOBALS_REGS_START;