Searched refs:dwc2_usb_calc_bus_time (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c1555 qh->host_us = NS_TO_US(dwc2_usb_calc_bus_time(host_speed,
1557 device_ns = dwc2_usb_calc_bus_time(dev_speed, ep_is_in,
2117 dwc2_usb_calc_bus_time(int speed, int is_input, int isoc, int bytecount) function
H A Ddwc2_hcd.h846 long dwc2_usb_calc_bus_time(int, int, int, int);
H A Ddwc2_hcd.c1069 xfer_ns = dwc2_usb_calc_bus_time(host_speed, false, false,

Completed in 111 milliseconds