Searched refs:UDCISR1_IRSU (Results 1 – 3 of 3) sorted by relevance
53 #define UDCISR1_IRSU (1 << 28) /* IntReq - Suspend */ macro
77 #define UDCISR1_IRSU (1 << 28) /* IntReq - Suspend */ macro
2291 udc_writel(udc, UDCISR1, UDCISR1_IRSU); in irq_udc_suspend()2383 if (unlikely(udcisr1_spec & UDCISR1_IRSU)) in pxa_udc_irq()