Home
last modified time | relevance | path

Searched refs:INT_RESET (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h115 #define INT_RESET (0x1<<12) macro
249 | INT_RESET | INT_SUSPEND)
H A Ddwc2_udc_otg_xfer_dma.c546 if (intr_status & INT_RESET) { in dwc2_udc_irq()
550 writel(INT_RESET, &reg->gintsts); in dwc2_udc_irq()
H A Ddwc2_udc_otg.c148 return !!(readl(&reg->gintsts) & INT_RESET); in dfu_usb_get_reset()