Searched refs:EHCI_SITD_SET_ENDPT (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/usb/ | ||
| D | ehcireg.h | 236 #define EHCI_SITD_SET_ENDPT(x) ((x) << 8) macro |
| D | ehci.c | 3515 endp = EHCI_SITD_SET_ENDPT(UE_GET_ADDR(ed->bEndpointAddress)) | in ehci_alloc_sitd_chain() |