Home
last modified time | relevance | path

Searched refs:BitTime (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/usb/
H A Dhcd.h638 #define BitTime(bytecount) (7 * 8 * bytecount / 6) /* with integer truncation */ macro
664 + (2083UL * (3 + BitTime(bytes))))/1000 \
667 + (2083UL * (3 + BitTime(bytes))))/1000 \
/linux/drivers/usb/core/
H A Dhcd.c1078 tmp = (67667L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()
1081 tmp = (66700L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()
1086 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()
1089 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()