Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-pci.c144 if (xhci->quirks & XHCI_BROKEN_MSI) in xhci_try_enable_msi()
273 xhci->quirks |= XHCI_BROKEN_MSI; in xhci_pci_quirks()
Dxhci.h1582 #define XHCI_BROKEN_MSI BIT_ULL(6) macro