Searched refs:XHCI_PS_PRC (Results 1 – 3 of 3) sorted by relevance
138 #define XHCI_PS_PRC 0x00200000 /* RW - port reset change */ macro
3055 XHCI_PS_PRC | XHCI_PS_PLC | in xhci_root_intr()3476 XWRITE4(sc, oper, port, v | XHCI_PS_PRC); in xhci_roothub_exec()3604 if (v & XHCI_PS_PRC) in xhci_roothub_exec()
513 XHCI_PS_PRC | in pci_xhci_portregs_write()2527 port->portsc &= ~(XHCI_PS_PLS_MASK | XHCI_PS_PR | XHCI_PS_PRC); in pci_xhci_reset_port()2535 if ((port->portsc & XHCI_PS_PRC) == 0) { in pci_xhci_reset_port()2536 port->portsc |= XHCI_PS_PRC; in pci_xhci_reset_port()