Searched refs:EHCI_HCS_N_PORTS (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
H A D | ehcireg.h | 71 #define EHCI_HCS_N_PORTS(x) ((x) & 0xf) /* # of ports */ macro |
H A D | ehci.c | 278 sc->sc_noport = EHCI_HCS_N_PORTS(sparams); in ehci_init() |
Completed in 5 milliseconds