Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-pci.c273 xhci->quirks |= XHCI_ZERO_64B_REGS; in xhci_pci_quirks()
278 xhci->quirks |= XHCI_ZERO_64B_REGS; in xhci_pci_quirks()
H A Dxhci.h1899 #define XHCI_ZERO_64B_REGS BIT_ULL(32) macro
H A Dxhci.c244 if (!(xhci->quirks & XHCI_ZERO_64B_REGS) || !device_iommu_mapped(dev)) in xhci_zero_64b_regs()