Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c203 dwc3_writel(dwc->regs, DWC3_GEVNTADRHI(n), in dwc3_event_buffers_setup()
224 dwc3_writel(dwc->regs, DWC3_GEVNTADRHI(n), 0); in dwc3_event_buffers_cleanup()
H A Dcore.h110 #define DWC3_GEVNTADRHI(n) (0xc404 + (n * 0x10)) macro
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c534 dwc3_writel(dwc->regs, DWC3_GEVNTADRHI(0), in dwc3_event_buffers_setup()
552 dwc3_writel(dwc->regs, DWC3_GEVNTADRHI(0), 0); in dwc3_event_buffers_cleanup()
H A Dcore.h141 #define DWC3_GEVNTADRHI(n) (0xc404 + ((n) * 0x10)) macro