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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h125 #define XHCI_PS_PP 0x00000200 /* RW - port power */ macro
H A Dxhci.c3457 XWRITE4(sc, oper, port, v & ~XHCI_PS_PP);
3564 if (v & XHCI_PS_PP)
3662 XWRITE4(sc, oper, port, v | XHCI_PS_PP);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c480 if ((p->portsc & XHCI_PS_PP) == 0) {
2556 XHCI_PS_PP; /* port power */
2569 port->portsc = XHCI_PS_PLS_SET(UPS_PORT_LS_RX_DET) | XHCI_PS_PP;

Completed in 114 milliseconds