Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dpxa27x-udc.h107 #define UDCCSR0_SST (1 << 4) /* Sent Stall */ macro
/linux-4.1.27/drivers/usb/gadget/udc/
Dpxa27x_udc.h129 #define UDCCSR0_SST (1 << 4) /* Sent Stall */ macro
Dpxa27x_udc.c187 (tmp & UDCCSR0_SST) ? " sst" : "", in eps_dbg_show()
1996 if (udccsr0 & UDCCSR0_SST) { in handle_ep0()
1999 ep_write_UDCCSR(ep, UDCCSR0_SST); in handle_ep0()