Home
last modified time | relevance | path

Searched refs:XHCI_MTK_HOST (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci-mtk.c390 xhci->quirks |= XHCI_MTK_HOST; in xhci_mtk_quirks()
Dxhci-ring.c3035 if (xhci->hci_version < 0x100 && !(xhci->quirks & XHCI_MTK_HOST)) in xhci_td_remainder()
3044 if ((xhci->quirks & XHCI_MTK_HOST) && (xhci->hci_version < 0x100)) in xhci_td_remainder()
3327 if ((xhci->hci_version >= 0x100) || (xhci->quirks & XHCI_MTK_HOST)) { in xhci_queue_ctrl_tx()
Dxhci.h1836 #define XHCI_MTK_HOST BIT_ULL(21) macro
Dxhci.c1739 if (xhci->quirks & XHCI_MTK_HOST) in xhci_drop_endpoint()
1837 if (xhci->quirks & XHCI_MTK_HOST) { in xhci_add_endpoint()
Dxhci-mem.c1616 if (xhci->quirks & XHCI_MTK_HOST) { in xhci_endpoint_copy()