Lines Matching defs:maxp
148 u16 maxp;
158 maxp = usb_endpoint_maxp(desc);
160 && maxp != ep->maxpacket)
201 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;
2661 #define OMAP_INT_EP(name, addr, maxp) \
2663 USB_ENDPOINT_XFER_INT, buf, maxp, 0);
2664 #define OMAP_ISO_EP(name, addr, maxp) \
2666 USB_ENDPOINT_XFER_ISOC, buf, maxp, 1);