Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_hub.c2055 rem = bus->isoc_time_last & (USB_ISOC_TIME_MAX - 1); in usb_isoc_time_expand()
2057 isoc_time_curr &= (USB_ISOC_TIME_MAX - 1); in usb_isoc_time_expand()
2061 bus->isoc_time_last += USB_ISOC_TIME_MAX; in usb_isoc_time_expand()
2065 bus->isoc_time_last &= ~(USB_ISOC_TIME_MAX - 1); in usb_isoc_time_expand()
H A Dusb.h86 #define USB_ISOC_TIME_MAX 128 /* ms */ macro