Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhcireg.h66 #define XHCI_HCS0_PPC(x) (((x) >> 3) & 0x1) /* port power control */ macro
Dxhci.c3477 if (XHCI_HCS0_PPC(v)) in xhci_roothub_exec()