Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.h18 enum usb_device_speed host_speed; member
H A Dmusb_uboot.c98 dev->speed = host->host_speed; in _musb_submit_control_msg()
204 host->host_speed = (musb_readb(mbase, MUSB_POWER) & MUSB_POWER_HSMODE) ? in _musb_reset_root_port()
208 mdelay((host->host_speed == USB_SPEED_LOW) ? 200 : 50); in _musb_reset_root_port()
/openbmc/linux/drivers/usb/dwc2/
H A Dhcd_queue.c1514 int host_speed = do_split ? USB_SPEED_HIGH : dev_speed; in dwc2_qh_init() local
1522 qh->host_us = NS_TO_US(usb_calc_bus_time(host_speed, ep_is_in, in dwc2_qh_init()
H A Dhcd.c963 int host_speed; in dwc2_hc_set_even_odd_frame() local
995 host_speed = (chan->speed != USB_SPEED_HIGH && in dwc2_hc_set_even_odd_frame()
1013 xfer_ns = usb_calc_bus_time(host_speed, false, false, in dwc2_hc_set_even_odd_frame()