Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhcireg.h51 #define XHCI_HCS1_DEVSLOT_MAX(x)((x) & 0xFF) macro
Dxhci.c592 sc->sc_noslot = XHCI_HCS1_DEVSLOT_MAX(temp); in xhci_init()