Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h52 #define XHCI_HCS1_N_PORTS(x) (((x) >> 24) & 0xFF) macro
H A Dxhci.c575 sc->sc_noport = XHCI_HCS1_N_PORTS(temp); in xhci_init()