Home
last modified time | relevance | path

Searched refs:UDCCR_RSTIR (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/arm/mach-pxa/include/mach/
Dpxa25x-udc.h19 #define UDCCR_RSTIR (1 << 6) /* Reset interrupt request */ macro
/linux-3.4.99/drivers/usb/gadget/
Dpxa25x_udc.h174 (udccr & UDCCR_RSTIR) ? " rstir" : "", in dump_udccr()
Dpxa25x_udc.c1046 (tmp & UDCCR_RSTIR) ? " rstir" : "", in udc_seq_show()
1226 udc_ack_int_UDCCR(UDCCR_RSTIR); in udc_enable()
1759 if (unlikely(udccr & UDCCR_RSTIR)) { in pxa25x_udc_irq()
1760 udc_ack_int_UDCCR(UDCCR_RSTIR); in pxa25x_udc_irq()
/linux-3.4.99/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h519 #define UDCCR_RSTIR (1 << 6) /* Reset interrupt request */ macro