Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhcireg.h58 #define XHCI_HCS2_SPB_MAX(x) ((((x) >> 16) & 0x3E0) | (((x) >> 27) & 0x1F)) macro
Dxhci.c604 sc->sc_noscratch = XHCI_HCS2_SPB_MAX(temp); in xhci_init()