Lines Matching refs:hb_mult
567 qh->maxpacket | ((qh->hb_mult - 1) << 11)); in musb_rx_reinit()
598 if (qh->hb_mult == 1 || (qh->hb_mult > 1 && in musb_tx_dma_set_mode_mentor()
783 qh->hb_mult = hw_ep->max_packet_sz_tx in musb_ep_program()
786 | ((qh->hb_mult) - 1) << 11); in musb_ep_program()
790 ((qh->hb_mult - 1) << 11)); in musb_ep_program()
1678 if (qh->hb_mult == 1) 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()
2177 qh->hb_mult = usb_endpoint_maxp_mult(epd); in musb_urb_enqueue()
2178 if (qh->hb_mult > 1) { in musb_urb_enqueue()
2188 qh->hb_mult, qh->maxpacket & 0x7ff); in musb_urb_enqueue()