Lines Matching refs:bytecount
711 int bytecount = dwc2_hb_mult(qh->maxp) * dwc2_max_packet(qh->maxp); in dwc2_uframe_schedule_split() local
836 if (first_data_bytes > bytecount) in dwc2_uframe_schedule_split()
837 first_data_bytes = bytecount; in dwc2_uframe_schedule_split()
838 other_data_bytes = bytecount - first_data_bytes; in dwc2_uframe_schedule_split()
856 (first_data_bytes != min_t(int, 188, bytecount))) { in dwc2_uframe_schedule_split()
859 qh, first_data_bytes, bytecount); in dwc2_uframe_schedule_split()
887 middle_count = bytecount; in dwc2_uframe_schedule_split()
888 end_count = bytecount; in dwc2_uframe_schedule_split()
921 middle_count = min_t(int, 188, bytecount); in dwc2_uframe_schedule_split()
1518 int bytecount = dwc2_hb_mult(maxp) * dwc2_max_packet(maxp); in dwc2_qh_init() local
1547 ep_is_isoc, bytecount)); in dwc2_qh_init()
1549 ep_is_isoc, bytecount); in dwc2_qh_init()
1612 speed, bytecount); in dwc2_qh_init()