Home
last modified time | relevance | path

Searched refs:middle_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd_queue.c742 int middle_count; in dwc2_uframe_schedule_split() local
887 middle_count = bytecount; in dwc2_uframe_schedule_split()
896 middle_count = max_t(int, 4, other_data_bytes); in dwc2_uframe_schedule_split()
921 middle_count = min_t(int, 188, bytecount); in dwc2_uframe_schedule_split()
922 end_count = middle_count; in dwc2_uframe_schedule_split()
926 middle_count = min_t(int, 188, in dwc2_uframe_schedule_split()
936 HS_USECS_ISO(middle_count); in dwc2_uframe_schedule_split()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd_queue.c712 int middle_count; in dwc2_uframe_schedule_split() local
857 middle_count = bytecount; in dwc2_uframe_schedule_split()
866 middle_count = max_t(int, 4, other_data_bytes); in dwc2_uframe_schedule_split()
891 middle_count = min_t(int, 188, bytecount); in dwc2_uframe_schedule_split()
892 end_count = middle_count; in dwc2_uframe_schedule_split()
896 middle_count = min_t(int, 188, in dwc2_uframe_schedule_split()
906 HS_USECS_ISO(middle_count); in dwc2_uframe_schedule_split()

Completed in 6 milliseconds