Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehcireg.h71 #define EHCI_HCS_N_PORTS(x) ((x) & 0xf) /* # of ports */ macro
H A Dehci.c315 sc->sc_noport = EHCI_HCS_N_PORTS(sparams); in ehci_init()