Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h127 #define INT_RESET (0x1<<12) macro
263 | INT_RESET | INT_SUSPEND | INT_OTG)
H A Ddwc2_udc_otg_xfer_dma.c557 if (intr_status & INT_RESET) { in dwc2_udc_irq()
564 writel(INT_RESET, &reg->gintsts); in dwc2_udc_irq()
H A Ddwc2_udc_otg.c156 return !!(readl(&reg->gintsts) & INT_RESET); in dfu_usb_get_reset()