Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c208 dwc3_writel(dwc->regs, DWC3_GEVNTADRHI(n), in dwc3_event_buffers_setup()
229 dwc3_writel(dwc->regs, DWC3_GEVNTADRHI(n), 0); in dwc3_event_buffers_cleanup()
H A Dcore.h113 #define DWC3_GEVNTADRHI(n) (0xc404 + (n * 0x10)) macro