Searched refs:XHCI_HCS0_PIND (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
D | xhcireg.h | 67 #define XHCI_HCS0_PIND(x) (((x) >> 4) & 0x1) /* port indicators */ macro |
D | xhci.c | 3482 if (XHCI_HCS0_PIND(v)) in xhci_roothub_exec() |