Searched refs:XHCI_HCS1_DEVSLOT_MAX (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
D | xhcireg.h | 51 #define XHCI_HCS1_DEVSLOT_MAX(x)((x) & 0xFF) macro |
D | xhci.c | 592 sc->sc_noslot = XHCI_HCS1_DEVSLOT_MAX(temp); in xhci_init() |