Searched refs:EHCI_SITD_GET_LEN (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/usb/ | ||
| D | ehcireg.h | 257 #define EHCI_SITD_GET_LEN(x) (((x) >> 16) & 0x3ff) /* bytes to transfer */ macro |
| D | ehci.c | 842 len = EHCI_SITD_GET_LEN(status); in ehci_isoc_idone() |