Home
last modified time | relevance | path

Searched refs:XHCI_XECP_NEXT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dxhci_pci.c519 for (eecp = XHCI_HCS0_XECP(cparams) << 2; eecp != 0 && XHCI_XECP_NEXT(eec); in xhci_pci_take_controller()
520 eecp += XHCI_XECP_NEXT(eec) << 2) { in xhci_pci_take_controller()
H A Dxhcireg.h197 #define XHCI_XECP_NEXT(x) (((x) >> 8) & 0xFF) macro
/freebsd/sys/dev/pci/
H A Dpci.c3670 for (eecp = XHCI_HCS0_XECP(cparams) << 2; eecp != 0 && XHCI_XECP_NEXT(eec); in xhci_early_takeover()
3671 eecp += XHCI_XECP_NEXT(eec) << 2) { in xhci_early_takeover()