Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehci.h262 #define EHCI_QH_GET_MULT(x) (((x) >> 30) & 0x03) /* pipe multiplier */ macro
H A Dehci.c791 EHCI_QH_GET_MULT(endphub)); in ehci_dump_sqh()