Home
last modified time | relevance | path

Searched refs:EHCI_SITD_GET_LEN (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/usb/
Dehcireg.h257 #define EHCI_SITD_GET_LEN(x) (((x) >> 16) & 0x3ff) /* bytes to transfer */ macro
Dehci.c842 len = EHCI_SITD_GET_LEN(status); in ehci_isoc_idone()