Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c2117 rem = bus->isoc_time_last & (USB_ISOC_TIME_MAX - 1); in usb_isoc_time_expand()
2119 isoc_time_curr &= (USB_ISOC_TIME_MAX - 1); in usb_isoc_time_expand()
2123 bus->isoc_time_last += USB_ISOC_TIME_MAX; in usb_isoc_time_expand()
2127 bus->isoc_time_last &= ~(USB_ISOC_TIME_MAX - 1); in usb_isoc_time_expand()
H A Dusb.h68 #define USB_ISOC_TIME_MAX 128 /* ms */ macro

Completed in 6 milliseconds