Searched refs:dwc2_usb_calc_bus_time (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/usb/dwc2/ |
H A D | dwc2_hcdqueue.c | 1555 qh->host_us = NS_TO_US(dwc2_usb_calc_bus_time(host_speed, in dwc2_qh_init() 1557 device_ns = dwc2_usb_calc_bus_time(dev_speed, ep_is_in, in dwc2_qh_init() 2117 dwc2_usb_calc_bus_time(int speed, int is_input, int isoc, int bytecount) in dwc2_usb_calc_bus_time() function
|
H A D | dwc2_hcd.h | 846 long dwc2_usb_calc_bus_time(int, int, int, int);
|
H A D | dwc2_hcd.c | 1069 xfer_ns = dwc2_usb_calc_bus_time(host_speed, false, false, in dwc2_hc_set_even_odd_frame()
|