Searched refs:XHCI_PS_PRC (Results 1 – 7 of 7) sorted by relevance
132 #define XHCI_PS_PRC 0x00200000 /* RW - port reset change */ macro
137 if (portsc & XHCI_PS_PRC) in xp_dump_verbose()
285 reg |= XHCI_PS_PRC; in xhci_root_hub_handle_port_clear_feature()522 if (reg & XHCI_PS_PRC) in xhci_root_hub_handle_port_get_status()
1875 XHCI_PS_PRC | XHCI_PS_PLC | XHCI_PS_CEC; in xhci_ioctl_clear()
176 #define XHCI_PS_PRC 0x00200000 /* RW - port reset change */ macro
223 XHCI_PS_WRC | XHCI_PS_OCC | XHCI_PS_PRC | XHCI_PS_PLC | XHCI_PS_CEC)
518 XHCI_PS_PRC | in pci_xhci_portregs_write()2606 port->portsc &= ~(XHCI_PS_PLS_MASK | XHCI_PS_PR | XHCI_PS_PRC); in pci_xhci_reset_port()2614 if ((port->portsc & XHCI_PS_PRC) == 0) { in pci_xhci_reset_port()2615 port->portsc |= XHCI_PS_PRC; in pci_xhci_reset_port()