HomeSort by: relevance | last modified time | path
    Searched refs:EHCI_HCS_N_PORTS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ehcireg.h 86 #define EHCI_HCS_N_PORTS(x) ((x) & 0xf) /* # of ports */
181 #define EHCI_MAX_PORTS 16 /* only 4 bits available in EHCI_HCS_N_PORTS */
ehci.c 477 sc->sc_noport = EHCI_HCS_N_PORTS(hcsparams);

Completed in 16 milliseconds