Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-rcar.h49 .quirks = XHCI_NO_64BIT_SUPPORT | XHCI_TRUST_TX_LENGTH | \
H A Dxhci-pci.c305 xhci->quirks |= XHCI_NO_64BIT_SUPPORT; in xhci_pci_quirks()
311 xhci->quirks |= XHCI_NO_64BIT_SUPPORT; in xhci_pci_quirks()
H A Dxhci.h1889 #define XHCI_NO_64BIT_SUPPORT BIT_ULL(23) macro
H A Dxhci.c5312 if (xhci->quirks & XHCI_NO_64BIT_SUPPORT) in xhci_gen_setup()