Home
last modified time | relevance | path

Searched refs:DWC3_GEVNTSIZ (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/usb/dwc3/
Dcore.c431 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(0), in dwc3_event_buffers_setup()
448 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(0), DWC3_GEVNTSIZ_INTMASK in dwc3_event_buffers_cleanup()
Dgadget.c4079 reg = dwc3_readl(dwc->regs, DWC3_GEVNTSIZ(0)); in dwc3_process_event_buf()
4081 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(0), reg); in dwc3_process_event_buf()
4137 reg = dwc3_readl(dwc->regs, DWC3_GEVNTSIZ(0)); in dwc3_check_event_buf()
4139 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(0), reg); in dwc3_check_event_buf()
Dcore.h140 #define DWC3_GEVNTSIZ(n) (0xc408 + ((n) * 0x10)) macro