Searched refs:DWC3_GEVNTSIZ (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | core.c | 205 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(n), in dwc3_event_buffers_setup() 225 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(n), DWC3_GEVNTSIZ_INTMASK in dwc3_event_buffers_cleanup()
|
H A D | gadget.c | 2481 reg = dwc3_readl(dwc->regs, DWC3_GEVNTSIZ(buf)); in dwc3_process_event_buf() 2483 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(buf), reg); in dwc3_process_event_buf() 2522 reg = dwc3_readl(dwc->regs, DWC3_GEVNTSIZ(buf)); in dwc3_check_event_buf() 2524 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(buf), reg); in dwc3_check_event_buf()
|
H A D | core.h | 111 #define DWC3_GEVNTSIZ(n) (0xc408 + (n * 0x10)) macro
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | core.c | 560 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(0), in dwc3_event_buffers_cleanup() 590 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(0), DWC3_GEVNTSIZ_INTMASK in dwc3_core_num_eps()
|
H A D | core.h | 142 #define DWC3_GEVNTSIZ(n) (0xc408 + ((n) * 0x10)) macro
|
H A D | gadget.c | 4507 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(0), in dwc3_process_event_buf() 4577 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(0), in dwc3_check_event_buf()
|