Home
last modified time | relevance | path

Searched refs:XHCI_NO_64BIT_SUPPORT (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dxhci-rcar.h49 .quirks = XHCI_NO_64BIT_SUPPORT | XHCI_TRUST_TX_LENGTH | \
Dxhci-pci.c312 xhci->quirks |= XHCI_NO_64BIT_SUPPORT; in xhci_pci_quirks()
318 xhci->quirks |= XHCI_NO_64BIT_SUPPORT; in xhci_pci_quirks()
Dxhci.h1879 #define XHCI_NO_64BIT_SUPPORT BIT_ULL(23) macro
Dxhci.c5369 if (xhci->quirks & XHCI_NO_64BIT_SUPPORT) in xhci_gen_setup()