Searched refs:UDCCR_RSTIR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.h | 170 (udccr & UDCCR_RSTIR) ? " rstir" : "", in dump_udccr()
|
H A D | pxa25x_udc.c | 108 #define UDCCR_RSTIR (1 << 6) /* Reset interrupt request */ macro 1263 (tmp & UDCCR_RSTIR) ? " rstir" : "", in udc_debug_show() 1414 udc_ack_int_UDCCR(dev, UDCCR_SUSIR|/*UDCCR_RSTIR|*/UDCCR_RESIR); in udc_enable() 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()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.h | 163 (udccr & UDCCR_RSTIR) ? " rstir" : "", in dump_udccr()
|
H A D | pxa25x_udc.c | 104 #define UDCCR_RSTIR (1 << 6) /* Reset interrupt request */ macro 1262 (tmp & UDCCR_RSTIR) ? " rstir" : "", in udc_debug_show() 1413 udc_ack_int_UDCCR(dev, UDCCR_SUSIR|/*UDCCR_RSTIR|*/UDCCR_RESIR); in udc_enable() 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()
|
Completed in 8 milliseconds