Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc3/
Dgadget.c2141 count = dwc3_readl(dwc->regs, DWC3_GEVNTCOUNT(0)); in dwc3_gadget_pullup()
2144 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(0), count); in dwc3_gadget_pullup()
2240 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(0), DWC3_GEVNTCOUNT_EHB); in __dwc3_gadget_start()
3675 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(0), DWC3_GEVNTCOUNT_EHB); in dwc3_process_event_buf()
3719 count = dwc3_readl(dwc->regs, DWC3_GEVNTCOUNT(0)); in dwc3_check_event_buf()
3738 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(0), count); in dwc3_check_event_buf()
Dcore.c423 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(0), 0); in dwc3_event_buffers_setup()
440 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(0), 0); in dwc3_event_buffers_cleanup()
Dcore.h138 #define DWC3_GEVNTCOUNT(n) (0xc40c + ((n) * 0x10)) macro