Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.h19 enum usb_device_speed host_speed; member
H A Dmusb_uboot.c101 dev->speed = host->host_speed; in _musb_submit_control_msg()
210 host->host_speed = (musb_readb(mbase, MUSB_POWER) & MUSB_POWER_HSMODE) ? in _musb_reset_root_port()
214 mdelay((host->host_speed == USB_SPEED_LOW) ? 200 : 50); in _musb_reset_root_port()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd_queue.c1550 int host_speed = do_split ? USB_SPEED_HIGH : dev_speed; in dwc2_qh_init() local
1558 qh->host_us = NS_TO_US(usb_calc_bus_time(host_speed, ep_is_in, in dwc2_qh_init()
H A Dhcd.c1000 int host_speed; in dwc2_hc_set_even_odd_frame() local
1032 host_speed = (chan->speed != USB_SPEED_HIGH && in dwc2_hc_set_even_odd_frame()
1050 xfer_ns = usb_calc_bus_time(host_speed, false, false, in dwc2_hc_set_even_odd_frame()