Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehci.h230 #define EHCI_QH_GET_ADDR(x) (((x) >> 0) & 0x7f) /* endpoint addr */ macro
H A Dehci.c780 EHCI_QH_GET_ADDR(endp), EHCI_QH_GET_INACT(endp), in ehci_dump_sqh()