Home
last modified time | relevance | path

Searched refs:INT_SUSPEND (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h116 #define INT_SUSPEND (0x1<<11) macro
249 | INT_RESET | INT_SUSPEND)
H A Ddwc2_udc_otg_xfer_dma.c514 if (intr_status & INT_SUSPEND) { in dwc2_udc_irq()
518 writel(INT_SUSPEND, &reg->gintsts); in dwc2_udc_irq()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dgoku_udc.h18 #define INT_SUSPEND 0x00001 /* or resume */ macro
42 (INT_PWRDETECT|INT_SYSERROR/*|INT_ERR*/|INT_USBRESET|INT_SUSPEND)
H A Dgoku_udc.c1088 (mask & INT_SUSPEND) ? " suspend" : ""); in dump_intmask()
1579 if (stat & INT_SUSPEND) { in goku_irq()
1580 ACK(INT_SUSPEND); in goku_irq()