Home | History | Annotate | Download | only in musb-new

Lines Matching refs:maxpacket

516 			|| (rx_count < qh->maxpacket)
603 /* NOTE: bulk combining rewrites high bits of maxpacket */
611 qh->maxpacket | ((qh->hb_mult - 1) << 11));
622 u16 pkt_size = qh->maxpacket;
693 u16 packet_sz = qh->maxpacket;
791 qh->maxpacket |
908 if (len < qh->maxpacket) {
934 fifo_count = min_t(size_t, qh->maxpacket,
1283 if (qh->segsize < qh->maxpacket)
1331 if (length > qh->maxpacket)
1332 length = qh->maxpacket;
1604 || dma->actual_len < qh->maxpacket);
1694 > qh->maxpacket)
1742 dma, qh->maxpacket,
1830 diff -= (qh->maxpacket * qh->hb_mult);
1968 qh->maxpacket = usb_endpoint_maxp(epd);
1975 qh->hb_mult = 1 + ((qh->maxpacket >> 11) & 0x03);
1986 qh->maxpacket &= 0x7ff;