Home
last modified time | relevance | path

Searched defs:bytecount (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.c1223 int usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time()
H A DdrvHCD.h468 #define BitTime(bytecount) (7 * 8 * bytecount / 6) /* with integer truncation */ argument