Searched refs:UDCISR1_IRRS (Results 1 – 3 of 3) sorted by relevance
54 #define UDCISR1_IRRS (1 << 27) /* IntReq - Reset */ macro
78 #define UDCISR1_IRRS (1 << 27) /* IntReq - Reset */ macro
2293 udc_writel(udc, UDCISR1, UDCISR1_IRRS); in irq_udc_reset()2333 if (unlikely(udcisr1_spec & UDCISR1_IRRS)) in pxa_udc_irq()