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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h129 #define XHCI_PS_LWS 0x00010000 /* RW - port link state write strobe */ macro
H A Dxhci.c3467 XHCI_PS_PLS_SET(0xF) | XHCI_PS_LWS);
3475 XHCI_PS_PLS_SET(0) | XHCI_PS_LWS);
3638 XHCI_PS_PLS_SET(i) | XHCI_PS_LWS);
3654 XHCI_PS_PLS_SET(i ? 2 /* LPM */ : 3) | XHCI_PS_LWS);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c503 XHCI_PS_LWS | XHCI_PS_DR | XHCI_PS_WPR));
520 if (!(value & XHCI_PS_LWS))

Completed in 107 milliseconds