Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/u4b/
H A Dusb_hub.c2038 rem = bus->isoc_time_last & (USB_ISOC_TIME_MAX - 1); in usb_isoc_time_expand()
2040 isoc_time_curr &= (USB_ISOC_TIME_MAX - 1); in usb_isoc_time_expand()
2044 bus->isoc_time_last += USB_ISOC_TIME_MAX; in usb_isoc_time_expand()
2048 bus->isoc_time_last &= ~(USB_ISOC_TIME_MAX - 1); in usb_isoc_time_expand()
H A Dusb.h79 #define USB_ISOC_TIME_MAX 128 /* ms */ macro