Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhcireg.h67 #define XHCI_HCS0_PIND(x) (((x) >> 4) & 0x1) /* port indicators */ macro
Dxhci.c3482 if (XHCI_HCS0_PIND(v)) in xhci_roothub_exec()