Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dhcd.h602 #define BitTime(bytecount) (7 * 8 * bytecount / 6) /* with integer truncation */ macro
628 + (2083UL * (3 + BitTime(bytes))))/1000 \
631 + (2083UL * (3 + BitTime(bytes))))/1000 \
/Linux-v4.19/drivers/usb/core/
Dhcd.c1189 tmp = (67667L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()
1192 tmp = (66700L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()
1197 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()
1200 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()