Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-pci.c243 xhci->quirks |= XHCI_MISSING_CAS; in xhci_pci_quirks()
H A Dxhci-hub.c1821 if ((xhci->quirks & XHCI_MISSING_CAS) && in xhci_bus_resume()
H A Dxhci.h1890 #define XHCI_MISSING_CAS BIT_ULL(24) macro