Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc2/
Dhcd_queue.c676 int middle_count; in dwc2_uframe_schedule_split() local
821 middle_count = bytecount; in dwc2_uframe_schedule_split()
830 middle_count = max_t(int, 4, other_data_bytes); in dwc2_uframe_schedule_split()
855 middle_count = min_t(int, 188, bytecount); in dwc2_uframe_schedule_split()
856 end_count = middle_count; in dwc2_uframe_schedule_split()
860 middle_count = min_t(int, 188, in dwc2_uframe_schedule_split()
870 HS_USECS_ISO(middle_count); in dwc2_uframe_schedule_split()