Searched refs:UDCCR_SUSIR (Results 1 – 4 of 4) sorted by relevance
17 #define UDCCR_SUSIR (1 << 4) /* Suspend interrupt request */ macro
187 (udccr & UDCCR_SUSIR) ? " susir" : "", in dump_udccr()
1053 (tmp & UDCCR_SUSIR) ? " susir" : "", in udc_seq_show()1216 udc_ack_int_UDCCR(UDCCR_SUSIR|/*UDCCR_RSTIR|*/UDCCR_RESIR); in udc_enable()1740 if (unlikely(udccr & UDCCR_SUSIR)) { in pxa25x_udc_irq()1741 udc_ack_int_UDCCR(UDCCR_SUSIR); in pxa25x_udc_irq()
517 #define UDCCR_SUSIR (1 << 4) /* Suspend interrupt request */ macro