Searched refs:EHCI_QH_GET_MULT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ | ||
H A D | ehci.h | 262 #define EHCI_QH_GET_MULT(x) (((x) >> 30) & 0x03) /* pipe multiplier */ macro |
H A D | ehci.c | 791 EHCI_QH_GET_MULT(endphub)); in ehci_dump_sqh() |