Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci.h161 #define QT_TOKEN_GET_TOTALBYTES(x) (((x) >> 16) & 0x7fff) macro
H A Dehci-hcd.c648 dev->act_len = length - QT_TOKEN_GET_TOTALBYTES(token); in ehci_submit_async()