Home
last modified time | relevance | path

Searched refs:XHCI_INTEL_HOST (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-pci.c326 xhci->quirks |= XHCI_INTEL_HOST; in xhci_pci_quirks()
Dxhci.c224 if (xhci->quirks & XHCI_INTEL_HOST) in xhci_reset()
4675 if (xhci->quirks & (XHCI_INTEL_HOST | XHCI_ZHAOXIN_HOST)) in xhci_calculate_u1_timeout()
4739 if (xhci->quirks & (XHCI_INTEL_HOST | XHCI_ZHAOXIN_HOST)) in xhci_calculate_u2_timeout()
4823 if (xhci->quirks & XHCI_INTEL_HOST && tier > 3) in xhci_check_tier_policy()
Dxhci.h1588 #define XHCI_INTEL_HOST BIT_ULL(12) macro