Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/gadget/udc/
Dpxa27x_udc.h66 #define UDCICR_PKTCOMPL (1 << 0) /* Packet Complete interrupt for EP */ macro
67 #define UDCICR_INT_MASK (UDCICR_FIFOERR | UDCICR_PKTCOMPL)
75 #define UDCISR_INT_MASK (UDCICR_FIFOERR | UDCICR_PKTCOMPL)
Dpxa27x_udc.c2146 !!(udcisr0 & UDCICR_PKTCOMPL)); in irq_handle_data()
/linux-5.19.10/arch/arm/mach-pxa/
Dpxa27x-udc.h38 #define UDCICR_PKTCOMPL (1 << 0) /* Packet Complete interrupt for EP */ macro