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

/u-boot/drivers/usb/common/
H A Dusb_urb.c107 timeout = get_timer(0) + USB_TIMEOUT_MS(urb->pipe);
/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c78 timeout = get_timer(0) + USB_TIMEOUT_MS(urb->pipe);
/u-boot/include/
H A Dusb.h50 #define USB_TIMEOUT_MS(pipe) (usb_pipebulk(pipe) ? 5000 : 1000) macro
/u-boot/drivers/usb/host/
H A Dehci-hcd.c630 timeout = USB_TIMEOUT_MS(pipe);
1548 timeout = get_timer(0) + USB_TIMEOUT_MS(pipe);
H A Ddwc2.c1120 timeout = get_timer(0) + USB_TIMEOUT_MS(pipe);
H A Dohci-hcd.c1529 timeout = USB_TIMEOUT_MS(pipe);

Completed in 303 milliseconds