Lines Matching refs:maxpacket
517 || (rx_count < qh->maxpacket) in musb_host_packet_rx()
612 qh->maxpacket | ((qh->hb_mult - 1) << 11)); in musb_rx_reinit()
623 u16 pkt_size = qh->maxpacket; in musb_tx_dma_program()
694 u16 packet_sz = qh->maxpacket; in musb_ep_program()
792 qh->maxpacket | in musb_ep_program()
909 if (len < qh->maxpacket) { in musb_h_ep0_continue()
935 fifo_count = min_t(size_t, qh->maxpacket, in musb_h_ep0_continue()
1284 if (qh->segsize < qh->maxpacket) in musb_host_tx()
1332 if (length > qh->maxpacket) in musb_host_tx()
1333 length = qh->maxpacket; in musb_host_tx()
1605 || dma->actual_len < qh->maxpacket); in musb_host_rx()
1695 > qh->maxpacket) in musb_host_rx()
1743 dma, qh->maxpacket, in musb_host_rx()
1831 diff -= (qh->maxpacket * qh->hb_mult); in musb_schedule()
1969 qh->maxpacket = usb_endpoint_maxp(epd);
1976 qh->hb_mult = 1 + ((qh->maxpacket >> 11) & 0x03);
1987 qh->maxpacket &= 0x7ff;