Lines Matching refs:maxpacket
472 || (rx_count < qh->maxpacket) in musb_host_packet_rx()
561 qh->maxpacket | ((qh->hb_mult - 1) << 11)); in musb_rx_reinit()
573 u16 pkt_size = qh->maxpacket; in musb_tx_dma_set_mode_mentor()
629 u16 pkt_size = qh->maxpacket; in musb_tx_dma_program()
680 u16 packet_sz = qh->maxpacket; in musb_ep_program()
789 qh->maxpacket | in musb_ep_program()
998 if (len < qh->maxpacket) { in musb_h_ep0_continue()
1024 fifo_count = min_t(size_t, qh->maxpacket, in musb_h_ep0_continue()
1382 if (qh->segsize < qh->maxpacket) in musb_host_tx()
1430 if (length > qh->maxpacket) in musb_host_tx()
1431 length = qh->maxpacket; in musb_host_tx()
1485 return dma->channel_program(channel, qh->maxpacket, 0, in musb_rx_dma_iso_cppi41()
1575 || channel->actual_len < qh->maxpacket in musb_rx_dma_inventra_cppi41()
1657 > qh->maxpacket) in musb_rx_dma_in_inventra_cppi41()
1687 done = dma->channel_program(channel, qh->maxpacket, in musb_rx_dma_in_inventra_cppi41()
2041 diff -= (qh->maxpacket * qh->hb_mult); in musb_schedule()
2092 qh->hb_mult, qh->maxpacket); in musb_schedule()
2170 qh->maxpacket = usb_endpoint_maxp(epd); in musb_urb_enqueue()
2188 qh->hb_mult, qh->maxpacket & 0x7ff); in musb_urb_enqueue()
2192 qh->maxpacket &= 0x7ff; in musb_urb_enqueue()