Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci_pci.c201 uint32_t eec; in xhci_pci_take_controller() local
207 eec = (uint32_t)(-1); in xhci_pci_take_controller()
210 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()
212 eec = XREAD4(sc, capa, eecp); in xhci_pci_take_controller()
214 if (XHCI_XECP_ID(eec) != XHCI_ID_USB_LEGACY) in xhci_pci_take_controller()

Completed in 1 milliseconds