Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.h238 #define uhci_expected_length(token) ((((token) >> TD_TOKEN_EXPLEN_SHIFT) + \ macro
H A Duhci-q.c1208 } else if (len < uhci_expected_length(td_token(uhci, td))) { in uhci_result_common()