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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dxhcireg.h123 #define XHCI_PS_PP 0x00000200 /* RW - port power */ macro
H A Dxhci.c3443 XWRITE4(sc, oper, port, v & ~XHCI_PS_PP);
3550 if (v & XHCI_PS_PP) {
3652 XWRITE4(sc, oper, port, v | XHCI_PS_PP);

Completed in 228 milliseconds