Searched refs:EHCI_ITD_SET_LEN (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/usb/ | ||
H A D | ehcireg.h | 206 #define EHCI_ITD_SET_LEN(x) (((x) & 0xfff) << 16) macro |
H A D | ehci.c | 3438 EHCI_ITD_SET_LEN(xfer->frlengths[trans_count]) | in ehci_alloc_itd_chain() |