Home
last modified time | relevance | path

Searched refs:XHCI_XECP_NEXT (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci_pci.c210 for (eecp = XHCI_HCS0_XECP(cparams) << 2; (eecp != 0) && XHCI_XECP_NEXT(eec); in xhci_pci_take_controller()
211 eecp += (XHCI_XECP_NEXT(eec) << 2)) { in xhci_pci_take_controller()
H A Dxhcireg.h197 #define XHCI_XECP_NEXT(x) (((x) >> 8) & 0xFF) macro

Completed in 2 milliseconds