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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c139 #define XHCI_PS_PLS_MASK (0xF << 5) /* port link state */ macro
396 port->portsc &= ~XHCI_PS_PLS_MASK;
490 p->portsc &= XHCI_PS_PED | XHCI_PS_PLS_MASK |
500 XHCI_PS_PLS_MASK | /* link state */
528 p->portsc &= ~XHCI_PS_PLS_MASK;
2524 port->portsc &= ~(XHCI_PS_PLS_MASK | XHCI_PS_PR | XHCI_PS_PRC);
2608 p->portsc &= ~XHCI_PS_PLS_MASK;

Completed in 104 milliseconds