Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-pci.c439 xhci->quirks |= XHCI_NO_64BIT_SUPPORT; in xhci_pci_quirks()
445 xhci->quirks |= XHCI_NO_64BIT_SUPPORT; in xhci_pci_quirks()
H A Dxhci.h1612 #define XHCI_NO_64BIT_SUPPORT BIT_ULL(23) macro
H A Dxhci.c5349 if (xhci->quirks & XHCI_NO_64BIT_SUPPORT) in xhci_gen_setup()