Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-pxa/
Dpxa27x-udc.h53 #define UDCISR1_IRCC (1 << 31) /* IntReq - Configuration Change */ macro
/linux-5.19.10/drivers/usb/gadget/udc/
Dpxa27x_udc.h70 #define UDCISR1_IRCC (1 << 31) /* IntReq - Configuration Change */ macro
Dpxa27x_udc.c2217 udc_writel(udc, UDCISR1, UDCISR1_IRCC); in irq_udc_reconfig()
2281 if (unlikely(udcisr1_spec & UDCISR1_IRCC)) in pxa_udc_irq()