Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c75 timeout = get_timer(0) + USB_TIMEOUT_MS(urb->pipe); in submit_urb()
/openbmc/u-boot/include/
H A Dusb.h47 #define USB_TIMEOUT_MS(pipe) (usb_pipebulk(pipe) ? 5000 : 1000) macro
/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c575 timeout = USB_TIMEOUT_MS(pipe); in ehci_submit_async()
1499 timeout = get_timer(0) + USB_TIMEOUT_MS(pipe); in _ehci_submit_int_msg()
H A Ddwc2.c1118 timeout = get_timer(0) + USB_TIMEOUT_MS(pipe); in _submit_int_msg()
H A Dohci-hcd.c1553 timeout = USB_TIMEOUT_MS(pipe); in submit_common_msg()