Searched refs:USB_ISOC_TIME_MAX (Results 1 – 2 of 2) sorted by relevance
2124 rem = bus->isoc_time_last & (USB_ISOC_TIME_MAX - 1); in usb_isoc_time_expand()2126 isoc_time_curr &= (USB_ISOC_TIME_MAX - 1); in usb_isoc_time_expand()2130 bus->isoc_time_last += USB_ISOC_TIME_MAX; in usb_isoc_time_expand()2134 bus->isoc_time_last &= ~(USB_ISOC_TIME_MAX - 1); in usb_isoc_time_expand()
69 #define USB_ISOC_TIME_MAX 128 /* ms */ macro