Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/
Dlpc32xx_udc.c331 #define DD_SETUP_PACKETLEN(n) (((n) & 0x7FF) << 5) macro
1778 DD_SETUP_PACKETLEN(0) | in lpc32xx_ep_queue()
1786 dd->dd_setup = DD_SETUP_PACKETLEN(ep->ep.maxpacket) | in lpc32xx_ep_queue()