Lines Matching refs:multi_count
1097 if (chan->multi_count == 1)
1099 else if (chan->multi_count == 2)
1104 if (chan->multi_count == 1)
1201 * PktCnt fields in the HCTSIZn register. The multi_count value may be
1297 chan->multi_count * chan->max_packet;
1333 * Make sure that the multi_count field matches the
1336 chan->multi_count = num_packets;
1344 /* The ec_mc gets the multi_count for non-split */
1345 ec_mc = chan->multi_count;
1485 hcchar |= chan->multi_count << HCCHAR_MULTICNT_SHIFT &
2639 chan->multi_count = 1;
2671 chan->multi_count = 0;
2694 chan->multi_count = qh->maxp_mult;
2939 qh->channel->multi_count > 1)
2958 qh->channel->requests == qh->channel->multi_count) {
3864 dev_dbg(hsotg->dev, " multi_count: %d\n", chan->multi_count);