Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-pci.c538 xhci->quirks |= XHCI_ZHAOXIN_HOST; in xhci_pci_quirks()
H A Dxhci-mem.c1987 if (xhci->quirks & XHCI_ZHAOXIN_HOST) { in xhci_add_in_port()
2037 if (xhci->quirks & XHCI_ZHAOXIN_HOST && in xhci_add_in_port()
H A Dxhci.c4633 if (xhci->quirks & (XHCI_INTEL_HOST | XHCI_ZHAOXIN_HOST)) in xhci_calculate_u1_timeout()
4697 if (xhci->quirks & (XHCI_INTEL_HOST | XHCI_ZHAOXIN_HOST)) in xhci_calculate_u2_timeout()
4783 if (xhci->quirks & XHCI_ZHAOXIN_HOST && tier > 2) in xhci_check_tier_policy()
H A Dxhci.h1660 #define XHCI_ZHAOXIN_HOST BIT_ULL(46) macro