XHCI_PS_PRC
XHCI_PS_PRC | XHCI_PS_PLC |
XWRITE4(sc, oper, port, v | XHCI_PS_PRC);
if (v & XHCI_PS_PRC)
port->portsc &= ~(XHCI_PS_PLS_MASK | XHCI_PS_PR | XHCI_PS_PRC);
if ((port->portsc & XHCI_PS_PRC) == 0) {
port->portsc |= XHCI_PS_PRC;
XHCI_PS_PRC |