Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehci.h153 #define EHCI_SITD_GET_LEN(x) (((x)>>16) & 0x3FF) macro
H A Dehci.c816 EHCI_SITD_GET_LEN(hc32toh(sc, sitd->sitd_status))); in ehci_dump_sitd()
2051 len = EHCI_SITD_GET_LEN(status); in ehci_isoc_fs_done()