Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dxhcireg.h89 #define XHCI_HCC_PPC(x) (((x) >> 3) & 0x1) /* Port power control */ macro
H A Dxhci.c2650 (XHCI_HCC_PPC(v) ? UHD_PWR_INDIVIDUAL : UHD_PWR_GANGED) | in xhci_root_ctrl_start()