Lines Matching refs:hb_mult
579 qh->maxpacket | ((qh->hb_mult - 1) << 11)); in musb_rx_reinit()
611 if (qh->hb_mult == 1 || (qh->hb_mult > 1 && in musb_tx_dma_set_mode_mentor()
806 qh->hb_mult = hw_ep->max_packet_sz_tx in musb_ep_program()
809 | ((qh->hb_mult) - 1) << 11); in musb_ep_program()
813 ((qh->hb_mult - 1) << 11)); in musb_ep_program()
1713 if (qh->hb_mult == 1) in musb_rx_dma_in_inventra_cppi41()
2068 diff -= (qh->maxpacket * qh->hb_mult); in musb_schedule()
2119 qh->hb_mult, qh->maxpacket); in musb_schedule()
2204 qh->hb_mult = usb_endpoint_maxp_mult(epd); in musb_urb_enqueue()
2205 if (qh->hb_mult > 1) { in musb_urb_enqueue()
2215 qh->hb_mult, qh->maxpacket & 0x7ff); in musb_urb_enqueue()