Searched refs:UDCISR1_IRCC (Results 1 – 3 of 3) sorted by relevance
51 #define UDCISR1_IRCC (1 << 31) /* IntReq - Configuration Change */ macro
70 #define UDCISR1_IRCC (1 << 31) /* IntReq - Configuration Change */ macro
2220 udc_writel(udc, UDCISR1, UDCISR1_IRCC); in irq_udc_reconfig()2284 if (unlikely(udcisr1_spec & UDCISR1_IRCC)) in pxa_udc_irq()