Home
last modified time | relevance | path

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

/u-boot/drivers/usb/common/
A Dusb_urb.c107 timeout = get_timer(0) + USB_TIMEOUT_MS(urb->pipe); in usb_urb_submit()
/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.h50 #define USB_TIMEOUT_MS(pipe) (usb_pipebulk(pipe) ? 5000 : 1000) macro
/u-boot/drivers/usb/host/
A Dehci-hcd.c631 timeout = USB_TIMEOUT_MS(pipe); in ehci_submit_async()
1549 timeout = get_timer(0) + USB_TIMEOUT_MS(pipe); in _ehci_submit_int_msg()
A Ddwc2.c1123 timeout = get_timer(0) + USB_TIMEOUT_MS(pipe); in _submit_int_msg()
A Dohci-hcd.c1529 timeout = USB_TIMEOUT_MS(pipe); in submit_common_msg()

Completed in 24 milliseconds