Searched refs:UDCCR_SUSIR (Results 1 – 4 of 4) sorted by relevance
17 #define UDCCR_SUSIR (1 << 4) /* Suspend interrupt request */ macro
176 (udccr & UDCCR_SUSIR) ? " susir" : "", in dump_udccr()
1045 (tmp & UDCCR_SUSIR) ? " susir" : "", in udc_seq_show()1206 udc_ack_int_UDCCR(UDCCR_SUSIR|/*UDCCR_RSTIR|*/UDCCR_RESIR); in udc_enable()1711 if (unlikely(udccr & UDCCR_SUSIR)) { in pxa25x_udc_irq()1712 udc_ack_int_UDCCR(UDCCR_SUSIR); in pxa25x_udc_irq()
509 #define UDCCR_SUSIR (1 << 4) /* Suspend interrupt request */ macro