Searched refs:UDCCR_RSTIR (Results 1 – 4 of 4) sorted by relevance
82 #define UDCCR_RSTIR (1 << 6) macro
452 #define UDCCR_RSTIR (1 << 27) /* Reset interrupt request */ macro
433 if (readl(USIR1) & UDCCR_RSTIR) { in udc_irq()434 udc_ack_int_UDCCR(UDCCR_RSTIR); in udc_irq()
131 (udccr & UDCCR_RSTIR) ? " rstir" : "", in dump_udccr()1185 udc_ack_int_UDCCR(UDCCR_RSTIR); in udc_enable()1559 if (unlikely(udccr & UDCCR_RSTIR)) { in pxa25x_udc_irq()1560 udc_ack_int_UDCCR(UDCCR_RSTIR); in pxa25x_udc_irq()
Completed in 36 milliseconds