Searched refs:bytecount (Results 1 – 2 of 2) sorted by relevance
1223 int usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument1262 tmp = (67667L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()1265 tmp = (66700L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()1302 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()1305 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()1342 tmp = HS_USECS (bytecount); in usb_calc_bus_time()1344 tmp = HS_USECS_ISO (bytecount); in usb_calc_bus_time()
468 #define BitTime(bytecount) (7 * 8 * bytecount / 6) /* with integer truncation */ argument531 int isoc, int bytecount);