Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-usb.h82 #define UDCCR_RSTIR (1 << 6) macro
H A Dpxa-regs.h452 #define UDCCR_RSTIR (1 << 27) /* Reset interrupt request */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h163 (udccr & UDCCR_RSTIR) ? " rstir" : "", in dump_udccr()
H A Dpxa25x_udc.c104 #define UDCCR_RSTIR (1 << 6) /* Reset interrupt request */ macro
1262 (tmp & UDCCR_RSTIR) ? " rstir" : "", in udc_debug_show()
1427 udc_ack_int_UDCCR(dev, UDCCR_RSTIR); in udc_enable()
1906 if (unlikely(udccr & UDCCR_RSTIR)) { in pxa25x_udc_irq()
1907 udc_ack_int_UDCCR(dev, UDCCR_RSTIR); in pxa25x_udc_irq()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c432 if (readl(USIR1) & UDCCR_RSTIR) { in udc_irq()
433 udc_ack_int_UDCCR(UDCCR_RSTIR); in udc_irq()
H A Dpxa25x_udc.c127 (udccr & UDCCR_RSTIR) ? " rstir" : "", in dump_udccr()
1181 udc_ack_int_UDCCR(UDCCR_RSTIR); in udc_enable()
1555 if (unlikely(udccr & UDCCR_RSTIR)) { in pxa25x_udc_irq()
1556 udc_ack_int_UDCCR(UDCCR_RSTIR); in pxa25x_udc_irq()