Searched refs:EHCI_ITD_SET_LEN (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ | ||
H A D | ehci.h | 86 #define EHCI_ITD_SET_LEN(x) ((x) << 16) macro |
H A D | ehci.c | 2777 status = (EHCI_ITD_SET_LEN(*plen) | in ehci_device_isoc_hs_enter() |