Searched defs: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()
468 #define BitTime(bytecount) (7 * 8 * bytecount / 6) /* with integer truncation */ argument