Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci-mtk.c426 xhci->quirks |= XHCI_MTK_HOST; in xhci_mtk_quirks()
Dxhci-ring.c3422 if (xhci->hci_version < 0x100 && !(xhci->quirks & XHCI_MTK_HOST)) in xhci_td_remainder()
3431 if ((xhci->quirks & XHCI_MTK_HOST) && (xhci->hci_version < 0x100)) in xhci_td_remainder()
3733 if ((xhci->hci_version >= 0x100) || (xhci->quirks & XHCI_MTK_HOST)) { in xhci_queue_ctrl_tx()
Dxhci.h1876 #define XHCI_MTK_HOST BIT_ULL(21) macro
Dxhci-mem.c1617 if (xhci->quirks & XHCI_MTK_HOST) { in xhci_endpoint_copy()