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

/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c751 int middle_count; local
896 middle_count = bytecount;
905 middle_count = max_t(int, 4, other_data_bytes);
930 middle_count = min_t(int, 188, bytecount);
931 end_count = middle_count;
935 middle_count = min_t(int, 188,
945 HS_USECS_ISO(middle_count);

Completed in 81 milliseconds