Home
last modified time | relevance | path

Searched refs:DWC3_GEVNTADRHI (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/usb/dwc3/
Dcore.c556 dwc3_writel(dwc->regs, DWC3_GEVNTADRHI(0), in dwc3_event_buffers_setup()
587 dwc3_writel(dwc->regs, DWC3_GEVNTADRHI(0), 0); in dwc3_event_buffers_cleanup()
Dcore.h148 #define DWC3_GEVNTADRHI(n) (0xc404 + ((n) * 0x10)) macro