Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c1555 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 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, in dwc2_hc_set_even_odd_frame()