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/
H A Dxhcireg.h57 #define XHCI_HCS2_SPB_MAX(x) ((((x) >> 16) & 0x3E0) | (((x) >> 27) & 0x1F)) macro
H A Dxhci.c603 sc->sc_noscratch = XHCI_HCS2_SPB_MAX(temp); in xhci_init()

Completed in 6 milliseconds