Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-pxa/
Dregs-usb.h82 #define UDCCR_RSTIR (1 << 6) macro
Dpxa-regs.h452 #define UDCCR_RSTIR (1 << 27) /* Reset interrupt request */ macro
/external/u-boot/drivers/usb/gadget/
Dpxa27x_udc.c432 if (readl(USIR1) & UDCCR_RSTIR) { in udc_irq()
433 udc_ack_int_UDCCR(UDCCR_RSTIR); in udc_irq()
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()