Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dhcd.h587 #define BitTime(bytecount) (7 * 8 * bytecount / 6) /* with integer truncation */ macro
613 + (2083UL * (3 + BitTime(bytes))))/1000 \
616 + (2083UL * (3 + BitTime(bytes))))/1000 \
/linux-4.4.14/drivers/usb/core/
Dhcd.c1173 tmp = (67667L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()
1176 tmp = (66700L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()
1181 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()
1184 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()