Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd_queue.c748 int middle_count; in dwc2_uframe_schedule_split() local
893 middle_count = bytecount; in dwc2_uframe_schedule_split()
902 middle_count = max_t(int, 4, other_data_bytes); in dwc2_uframe_schedule_split()
927 middle_count = min_t(int, 188, bytecount); in dwc2_uframe_schedule_split()
928 end_count = middle_count; in dwc2_uframe_schedule_split()
932 middle_count = min_t(int, 188, in dwc2_uframe_schedule_split()
942 HS_USECS_ISO(middle_count); in dwc2_uframe_schedule_split()