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