Searched refs:DWC3_GEVNTCOUNT (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | core.c | 207 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(n), 0); in dwc3_event_buffers_setup() 227 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(n), 0); in dwc3_event_buffers_cleanup()
|
H A D | core.h | 112 #define DWC3_GEVNTCOUNT(n) (0xc40c + (n * 0x10)) macro
|
H A D | gadget.c | 2473 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(buf), 4); in dwc3_process_event_buf() 2513 count = dwc3_readl(dwc->regs, DWC3_GEVNTCOUNT(buf)); in dwc3_check_event_buf()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | core.c | 564 reg = dwc3_readl(dwc->regs, DWC3_GEVNTCOUNT(0)); in dwc3_event_buffers_setup() 565 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(0), reg); in dwc3_event_buffers_setup() 594 reg = dwc3_readl(dwc->regs, DWC3_GEVNTCOUNT(0)); in dwc3_event_buffers_cleanup() 595 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(0), reg); in dwc3_event_buffers_cleanup()
|
H A D | gadget.c | 2922 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(0), DWC3_GEVNTCOUNT_EHB); in __dwc3_gadget_start() 4518 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(0), DWC3_GEVNTCOUNT_EHB); in dwc3_process_event_buf() 4568 count = dwc3_readl(dwc->regs, DWC3_GEVNTCOUNT(0)); in dwc3_check_event_buf() 4586 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(0), count); in dwc3_check_event_buf()
|
H A D | core.h | 143 #define DWC3_GEVNTCOUNT(n) (0xc40c + ((n) * 0x10)) macro
|