Searched refs:DWC3_GEVNTCOUNT (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/dwc3/ |
| H A D | core.c | 580 reg = dwc3_readl(dwc, DWC3_GEVNTCOUNT(0)); in dwc3_event_buffers_setup() 581 dwc3_writel(dwc, DWC3_GEVNTCOUNT(0), reg); in dwc3_event_buffers_setup() 610 reg = dwc3_readl(dwc, DWC3_GEVNTCOUNT(0)); in dwc3_event_buffers_cleanup() 611 dwc3_writel(dwc, DWC3_GEVNTCOUNT(0), reg); in dwc3_event_buffers_cleanup()
|
| H A D | gadget.c | 2926 dwc3_writel(dwc, DWC3_GEVNTCOUNT(0), DWC3_GEVNTCOUNT_EHB); in __dwc3_gadget_start() 4570 dwc3_writel(dwc, DWC3_GEVNTCOUNT(0), DWC3_GEVNTCOUNT_EHB); in dwc3_process_event_buf() 4620 count = dwc3_readl(dwc, DWC3_GEVNTCOUNT(0)); in dwc3_check_event_buf() 4644 dwc3_writel(dwc, DWC3_GEVNTCOUNT(0), count); in dwc3_check_event_buf()
|
| H A D | core.h | 150 #define DWC3_GEVNTCOUNT(n) (0xc40c + ((n) * 0x10)) macro
|