Home
last modified time | relevance | path

Searched refs:XHCI_SSIC_PORT_UNUSED (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/usb/host/
Dxhci-pci.c246 xhci->quirks |= XHCI_SSIC_PORT_UNUSED; in xhci_pci_quirks()
585 if (xhci->quirks & XHCI_SSIC_PORT_UNUSED) in xhci_pci_suspend()
592 if (ret && (xhci->quirks & XHCI_SSIC_PORT_UNUSED)) in xhci_pci_suspend()
627 if (xhci->quirks & XHCI_SSIC_PORT_UNUSED) in xhci_pci_resume()
Dxhci.h1880 #define XHCI_SSIC_PORT_UNUSED BIT_ULL(22) macro