Lines Matching defs:maxp
2711 int maxp = 0;
2728 maxp = usb_endpoint_maxp(&ep->desc);
2734 if (maxp > 1024) {
2735 fotg210_dbg(fotg210, "bogus qh maxpacket %d\n", maxp);
2749 is_input, 0, mult * maxp));
2772 is_input, 0, maxp) / (125 * 1000);
2786 is_input, 0, maxp));
2812 info1 |= maxp << 16;
2849 info1 |= maxp << 16;
2852 info1 |= maxp << 16;
3919 unsigned epnum, maxp;
3932 maxp = usb_endpoint_maxp(&ep->desc);
3939 buf1 |= maxp;
3940 maxp *= multi;
3952 is_input, 1, maxp));
3956 stream->usecs = HS_USECS_ISO(maxp);
3965 stream->maxp = maxp;