Lines Matching refs:hb_mult
567 qh->maxpacket | ((qh->hb_mult - 1) << 11));
592 * bulk_split hb_mult Autoset_Enable
598 if (qh->hb_mult == 1 || (qh->hb_mult > 1 &&
783 qh->hb_mult = hw_ep->max_packet_sz_tx
786 | ((qh->hb_mult) - 1) << 11);
790 ((qh->hb_mult - 1) << 11));
1678 if (qh->hb_mult == 1)
2041 diff -= (qh->maxpacket * qh->hb_mult);
2092 qh->hb_mult, qh->maxpacket);
2177 qh->hb_mult = usb_endpoint_maxp_mult(epd);
2178 if (qh->hb_mult > 1) {
2188 qh->hb_mult, qh->maxpacket & 0x7ff);