Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dlpc32xx_udc.c370 #define DD_SETUP_PACKETLEN(n) (((n) & 0x7FF) << 5) macro
1838 DD_SETUP_PACKETLEN(0) | in lpc32xx_ep_queue()
1846 dd->dd_setup = DD_SETUP_PACKETLEN(ep->ep.maxpacket) | in lpc32xx_ep_queue()