Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dehcireg.h205 #define EHCI_ITD_GET_LEN(x) (((x) >> 16) & 0xfff) macro
Dehci.c826 len = EHCI_ITD_GET_LEN(status); in ehci_isoc_idone()
1325 EHCI_ITD_GET_STATUS(t), EHCI_ITD_GET_LEN(t), in ehci_dump_itd()