Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-usb.h83 #define UDCCR_RSTIR (1 << 6) macro
H A Dpxa-regs.h452 #define UDCCR_RSTIR (1 << 27) /* Reset interrupt request */ macro
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h170 (udccr & UDCCR_RSTIR) ? " rstir" : "", in dump_udccr()
H A Dpxa25x_udc.c108 #define UDCCR_RSTIR (1 << 6) /* Reset interrupt request */ macro
1263 (tmp & UDCCR_RSTIR) ? " rstir" : "", in udc_debug_show()
1428 udc_ack_int_UDCCR(dev, UDCCR_RSTIR); in udc_enable()
1944 if (unlikely(udccr & UDCCR_RSTIR)) { in pxa25x_udc_irq()
1945 udc_ack_int_UDCCR(dev, UDCCR_RSTIR); in pxa25x_udc_irq()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c433 if (readl(USIR1) & UDCCR_RSTIR) { in udc_irq()
434 udc_ack_int_UDCCR(UDCCR_RSTIR); in udc_irq()
H A Dpxa25x_udc.c128 (udccr & UDCCR_RSTIR) ? " rstir" : "", in dump_udccr()
1182 udc_ack_int_UDCCR(UDCCR_RSTIR); in udc_enable()
1556 if (unlikely(udccr & UDCCR_RSTIR)) { in pxa25x_udc_irq()
1557 udc_ack_int_UDCCR(UDCCR_RSTIR); in pxa25x_udc_irq()