UDCCR_RSTIR      1263 drivers/usb/gadget/udc/pxa25x_udc.c 		(tmp & UDCCR_RSTIR) ? " rstir" : "",
UDCCR_RSTIR      1428 drivers/usb/gadget/udc/pxa25x_udc.c 		udc_ack_int_UDCCR(dev, UDCCR_RSTIR);
UDCCR_RSTIR      1944 drivers/usb/gadget/udc/pxa25x_udc.c 		if (unlikely(udccr & UDCCR_RSTIR)) {
UDCCR_RSTIR      1945 drivers/usb/gadget/udc/pxa25x_udc.c 			udc_ack_int_UDCCR(dev, UDCCR_RSTIR);
UDCCR_RSTIR       170 drivers/usb/gadget/udc/pxa25x_udc.h 		(udccr & UDCCR_RSTIR) ? " rstir" : "",