Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h91 #define EHCI_ITD_GET_LEN(x) (((x) >> 16) & 0xFFF) macro
Dehci.c2083 len = EHCI_ITD_GET_LEN(status); in ehci_isoc_hs_done()