Searched refs:USB_ISOC_TIME_MAX (Results 1 – 2 of 2) sorted by relevance
2055 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()
86 #define USB_ISOC_TIME_MAX 128 /* ms */ macro