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