Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dhcd.h620 #define BitTime(bytecount) (7 * 8 * bytecount / 6) /* with integer truncation */ macro
646 + (2083UL * (3 + BitTime(bytes))))/1000 \
649 + (2083UL * (3 + BitTime(bytes))))/1000 \
/kernel/linux/linux-5.10/drivers/usb/core/
Dhcd.c1100 tmp = (67667L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()
1103 tmp = (66700L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()
1108 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()
1111 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / 1000L; in usb_calc_bus_time()