Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2var.h136 #define BitTime(bytecount) (7 * 8 * bytecount / 6) macro
142 + (2083UL * (3 + BitTime(bytes))))/1000 \
145 + (2083UL * (3 + BitTime(bytes))))/1000 \
H A Ddwc2_hcdqueue.c2124 tmp = (67667L * (31L + 10L * BitTime (bytecount))) / in dwc2_usb_calc_bus_time()
2129 tmp = (66700L * (31L + 10L * BitTime (bytecount))) / in dwc2_usb_calc_bus_time()
2136 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / in dwc2_usb_calc_bus_time()
2141 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / in dwc2_usb_calc_bus_time()