Searched refs:EHCI_ITD_GET_LEN (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
D | ehci.h | 91 #define EHCI_ITD_GET_LEN(x) (((x) >> 16) & 0xFFF) macro |
D | ehci.c | 2083 len = EHCI_ITD_GET_LEN(status); in ehci_isoc_hs_done() |