Home
last modified time | relevance | path

Searched refs:UDCCSR_SST (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/arm/mach-pxa/include/mach/
Dpxa27x-udc.h143 #define UDCCSR_SST (1 << 4) /* Sent STALL */ macro
/linux-3.4.99/drivers/usb/gadget/
Dpxa27x_udc.h141 #define UDCCSR_SST (1 << 4) /* Sent STALL */ macro
Dpxa27x_udc.c1384 | (EPXFERTYPE_is_ISO(ep) ? 0 : UDCCSR_SST)); in pxa_ep_fifo_flush()
2149 if (unlikely(udccsr & (UDCCSR_SST | UDCCSR_TRN))) in handle_ep()
2151 udccsr & (UDCCSR_SST | UDCCSR_TRN)); in handle_ep()