Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd_queue.c751 int other_data_bytes; in dwc2_uframe_schedule_split() local
844 other_data_bytes = bytecount - first_data_bytes; in dwc2_uframe_schedule_split()
874 qh->num_hs_transfers = 1 + DIV_ROUND_UP(other_data_bytes, 188); in dwc2_uframe_schedule_split()
902 middle_count = max_t(int, 4, other_data_bytes); in dwc2_uframe_schedule_split()
933 other_data_bytes); in dwc2_uframe_schedule_split()
934 end_count = other_data_bytes % 188; in dwc2_uframe_schedule_split()