Home
last modified time | relevance | path

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

/u-boot/drivers/usb/musb-new/
A Dmusb_uboot.c79 timeout = get_timer(0) + USB_TIMEOUT_MS(urb->pipe); in submit_urb()
/u-boot/include/
A Dusb.h47 #define USB_TIMEOUT_MS(pipe) (usb_pipebulk(pipe) ? 5000 : 1000) macro
/u-boot/drivers/usb/host/
A Dehci-hcd.c613 timeout = USB_TIMEOUT_MS(pipe); in ehci_submit_async()
1531 timeout = get_timer(0) + USB_TIMEOUT_MS(pipe); in _ehci_submit_int_msg()
A Ddwc2.c1132 timeout = get_timer(0) + USB_TIMEOUT_MS(pipe); in _submit_int_msg()
A Dohci-hcd.c1557 timeout = USB_TIMEOUT_MS(pipe); in submit_common_msg()

Completed in 15 milliseconds