Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/dwc2/
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()