Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-pxa/
Dpxa27x-udc.h146 #define UDCCSR_SST (1 << 4) /* Sent STALL */ macro
/Linux-v6.1/drivers/usb/gadget/udc/
Dpxa27x_udc.h137 #define UDCCSR_SST (1 << 4) /* Sent STALL */ macro
Dpxa27x_udc.c1299 | (EPXFERTYPE_is_ISO(ep) ? 0 : UDCCSR_SST)); in pxa_ep_fifo_flush()
2043 if (unlikely(udccsr & (UDCCSR_SST | UDCCSR_TRN))) in handle_ep()
2045 udccsr & (UDCCSR_SST | UDCCSR_TRN)); in handle_ep()