Searched refs:XHCI_PS_PRC (Results 1 – 3 of 3) sorted by relevance
137 #define XHCI_PS_PRC 0x00200000 /* RW - port reset change */ macro
3073 XHCI_PS_PRC | XHCI_PS_PLC | in xhci_root_intr()3475 XWRITE4(sc, oper, port, v | XHCI_PS_PRC); in xhci_roothub_exec()3603 if (v & XHCI_PS_PRC) in xhci_roothub_exec()
518 XHCI_PS_PRC | in pci_xhci_portregs_write()2589 port->portsc &= ~(XHCI_PS_PLS_MASK | XHCI_PS_PR | XHCI_PS_PRC); in pci_xhci_reset_port()2597 if ((port->portsc & XHCI_PS_PRC) == 0) { in pci_xhci_reset_port()2598 port->portsc |= XHCI_PS_PRC; in pci_xhci_reset_port()