Searched refs:EHCI_HCS_N_PORTS (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/usb/ | ||
H A D | ehcireg.h | 77 #define EHCI_HCS_N_PORTS(x) ((x) & 0xf) /* # of ports */ macro |
H A D | ehci.c | 317 sc->sc_noport = EHCI_HCS_N_PORTS(sparams); in ehci_init() |