Lines Matching refs:hb_mult
561 qh->maxpacket | ((qh->hb_mult - 1) << 11)); in musb_rx_reinit()
592 if (qh->hb_mult == 1 || (qh->hb_mult > 1 && in musb_tx_dma_set_mode_mentor()
777 qh->hb_mult = hw_ep->max_packet_sz_tx in musb_ep_program()
780 | ((qh->hb_mult) - 1) << 11); in musb_ep_program()
784 ((qh->hb_mult - 1) << 11)); in musb_ep_program()
1672 if (qh->hb_mult == 1) in musb_rx_dma_in_inventra_cppi41()
2035 diff -= (qh->maxpacket * qh->hb_mult); in musb_schedule()
2086 qh->hb_mult, qh->maxpacket); in musb_schedule()
2171 qh->hb_mult = usb_endpoint_maxp_mult(epd); in musb_urb_enqueue()
2172 if (qh->hb_mult > 1) { in musb_urb_enqueue()
2182 qh->hb_mult, qh->maxpacket & 0x7ff); in musb_urb_enqueue()