Searched refs:EHCI_ITD_GET_LEN (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
H A D | ehci.h | 89 #define EHCI_ITD_GET_LEN(x) (((x) >> 16) & 0xFFF) macro |
H A D | ehci.c | 2063 len = EHCI_ITD_GET_LEN(status); in ehci_isoc_hs_done() |
Completed in 5 milliseconds