Searched refs:XHCI_SSIC_PORT_UNUSED (Results 1 – 2 of 2) sorted by relevance
363 xhci->quirks |= XHCI_SSIC_PORT_UNUSED; in xhci_pci_quirks()791 if (xhci->quirks & XHCI_SSIC_PORT_UNUSED) in xhci_pci_suspend()802 if (ret && (xhci->quirks & XHCI_SSIC_PORT_UNUSED)) in xhci_pci_suspend()836 if (xhci->quirks & XHCI_SSIC_PORT_UNUSED) in xhci_pci_resume()
1599 #define XHCI_SSIC_PORT_UNUSED BIT_ULL(22) macro