Lines Matching refs:bytecount
720 int bytecount = qh->maxp_mult * qh->maxp; in dwc2_uframe_schedule_split() local
845 if (first_data_bytes > bytecount) in dwc2_uframe_schedule_split()
846 first_data_bytes = bytecount; in dwc2_uframe_schedule_split()
847 other_data_bytes = bytecount - first_data_bytes; in dwc2_uframe_schedule_split()
865 (first_data_bytes != min_t(int, 188, bytecount))) { in dwc2_uframe_schedule_split()
868 qh, first_data_bytes, bytecount); in dwc2_uframe_schedule_split()
896 middle_count = bytecount; in dwc2_uframe_schedule_split()
897 end_count = bytecount; in dwc2_uframe_schedule_split()
930 middle_count = min_t(int, 188, bytecount); in dwc2_uframe_schedule_split()
1526 int bytecount = maxp_mult * maxp; in dwc2_qh_init() local
1556 ep_is_in, ep_is_isoc, bytecount)); in dwc2_qh_init()
1558 ep_is_isoc, bytecount); in dwc2_qh_init()
1622 speed, bytecount); in dwc2_qh_init()
2117 dwc2_usb_calc_bus_time(int speed, int is_input, int isoc, int bytecount) in dwc2_usb_calc_bus_time() argument
2124 tmp = (67667L * (31L + 10L * BitTime (bytecount))) / in dwc2_usb_calc_bus_time()
2129 tmp = (66700L * (31L + 10L * BitTime (bytecount))) / in dwc2_usb_calc_bus_time()
2136 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / in dwc2_usb_calc_bus_time()
2141 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / in dwc2_usb_calc_bus_time()
2148 tmp = HS_NSECS_ISO (bytecount); in dwc2_usb_calc_bus_time()
2150 tmp = HS_NSECS (bytecount); in dwc2_usb_calc_bus_time()