Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.c453 int left_length = length; in ehci_submit_async() local
476 xfr_bytes = min(xfr_bytes, left_length); in ehci_submit_async()
515 left_length -= xfr_bytes; in ehci_submit_async()
516 } while (left_length > 0); in ehci_submit_async()