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