Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c1547 int host_speed = do_split ? USB_SPEED_HIGH : dev_speed; in dwc2_qh_init() local
1555 qh->host_us = NS_TO_US(dwc2_usb_calc_bus_time(host_speed, in dwc2_qh_init()
H A Ddwc2_hcd.c1019 int host_speed; in dwc2_hc_set_even_odd_frame() local
1051 host_speed = (chan->speed != USB_SPEED_HIGH && in dwc2_hc_set_even_odd_frame()
1069 xfer_ns = dwc2_usb_calc_bus_time(host_speed, false, false, in dwc2_hc_set_even_odd_frame()
/openbsd/sys/dev/pci/
H A Darc.c378 u_int32_t host_speed; member