Home
last modified time | relevance | path

Searched refs:DWC3_GEVNTSIZ_INTMASK (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.h203 #define DWC3_GEVNTSIZ_INTMASK (1 << 31) macro
H A Dcore.c229 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(n), DWC3_GEVNTSIZ_INTMASK in dwc3_event_buffers_cleanup()
H A Dgadget.c2510 reg &= ~DWC3_GEVNTSIZ_INTMASK; in dwc3_process_event_buf()
2552 reg |= DWC3_GEVNTSIZ_INTMASK; in dwc3_check_event_buf()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.h330 #define DWC3_GEVNTSIZ_INTMASK BIT(31) macro
H A Dcore.c485 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(0), DWC3_GEVNTSIZ_INTMASK in dwc3_event_buffers_cleanup()
H A Dgadget.c4608 DWC3_GEVNTSIZ_INTMASK | DWC3_GEVNTSIZ_SIZE(evt->length)); in dwc3_check_event_buf()