Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h185 #define DWC3_GEVNTSIZ_INTMASK (1 << 31) macro
H A Dcore.c225 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(n), DWC3_GEVNTSIZ_INTMASK in dwc3_event_buffers_cleanup()
H A Dgadget.c2482 reg &= ~DWC3_GEVNTSIZ_INTMASK; in dwc3_process_event_buf()
2523 reg |= DWC3_GEVNTSIZ_INTMASK; in dwc3_check_event_buf()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h337 #define DWC3_GEVNTSIZ_INTMASK BIT(31) macro
H A Dcore.c590 dwc3_writel(dwc->regs, DWC3_GEVNTSIZ(0), DWC3_GEVNTSIZ_INTMASK in dwc3_event_buffers_cleanup()
H A Dgadget.c4578 DWC3_GEVNTSIZ_INTMASK | DWC3_GEVNTSIZ_SIZE(evt->length)); in dwc3_check_event_buf()