Lines Matching refs:hb_mult
567 qh->maxpacket | ((qh->hb_mult - 1) << 11));
593 * bulk_split hb_mult Autoset_Enable
599 if (qh->hb_mult == 1 || (qh->hb_mult > 1 &&
789 qh->hb_mult = hw_ep->max_packet_sz_tx
792 | ((qh->hb_mult) - 1) << 11);
796 ((qh->hb_mult - 1) << 11));
1684 if (qh->hb_mult == 1)
2047 diff -= (qh->maxpacket * qh->hb_mult);
2098 qh->hb_mult, qh->maxpacket);
2183 qh->hb_mult = usb_endpoint_maxp_mult(epd);
2184 if (qh->hb_mult > 1) {
2194 qh->hb_mult, qh->maxpacket & 0x7ff);