Lines Matching defs:maxp
151 u16 maxp;
161 maxp = usb_endpoint_maxp(desc);
163 && maxp != ep->maxpacket)
204 ep->ep.maxpacket = maxp;
2465 unsigned buf, unsigned maxp, int dbuf)
2480 switch (maxp) {
2515 switch (maxp) {
2540 DBG("%s addr %02x rxtx %04x maxp %d%s buf %d\n",
2541 name, addr, epn_rxtx, maxp, dbuf ? "x2" : "", buf);
2549 buf += maxp;
2551 buf += maxp;
2588 ep->maxpacket = maxp;
2663 #define OMAP_INT_EP(name, addr, maxp) \
2665 USB_ENDPOINT_XFER_INT, buf, maxp, 0);
2666 #define OMAP_ISO_EP(name, addr, maxp) \
2668 USB_ENDPOINT_XFER_ISOC, buf, maxp, 1);