Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/gadget/
Dimx_udc.h131 #define EPSTAT_ZLPS (1<<2) /* Send zero length packet */ macro
Dimx_udc.c421 USB_EP_STAT(EP_NO(imx_ep))) & EPSTAT_ZLPS)) { in write_packet()
444 __raw_writel(temp | EPSTAT_ZLPS, imx_ep->imx_usb->base in write_packet()