Home
last modified time | relevance | path

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

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