Searched refs:EPINTR_EOF (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dimx_udc.h162 #define EPINTR_EOF (1<<0) /* fifo end of frame */ macro
243 (irqreg & EPINTR_EOF) ? " eof" : "",
281 (temp & EPINTR_EOF) ? " eof" : "",
H A Dimx_udc.c160 | EPINTR_EOF | EPINTR_FIFO_EMPTY | EPINTR_FIFO_FULL),
243 __raw_writel(0x1FF & ~(EPINTR_EOT | EPINTR_EOF),

Completed in 46 milliseconds