Home
last modified time | relevance | path

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

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