Home
last modified time | relevance | path

Searched refs:USB_TIMEOUT_MS (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_uboot.c78 timeout = get_timer(0) + USB_TIMEOUT_MS(urb->pipe); in submit_urb()
/rk3399_rockchip-uboot/include/
H A Dusb.h48 #define USB_TIMEOUT_MS(pipe) (usb_pipebulk(pipe) ? 5000 : 1000) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.c569 timeout = USB_TIMEOUT_MS(pipe); in ehci_submit_async()
1484 timeout = get_timer(0) + USB_TIMEOUT_MS(pipe); in _ehci_submit_int_msg()
H A Ddwc2.c1134 timeout = get_timer(0) + USB_TIMEOUT_MS(pipe); in _submit_int_msg()
H A Dohci-hcd.c1556 timeout = USB_TIMEOUT_MS(pipe); in submit_common_msg()