Searched refs:XHCI_MTK_HOST (Results 1 – 4 of 4) sorted by relevance
456 xhci->quirks |= XHCI_MTK_HOST; in xhci_mtk_quirks()
3457 if (xhci->hci_version < 0x100 && !(xhci->quirks & XHCI_MTK_HOST)) in xhci_td_remainder()3466 if ((xhci->quirks & XHCI_MTK_HOST) && (xhci->hci_version < 0x100)) in xhci_td_remainder()3765 if ((xhci->hci_version >= 0x100) || (xhci->quirks & XHCI_MTK_HOST)) { in xhci_queue_ctrl_tx()
1598 #define XHCI_MTK_HOST BIT_ULL(21) macro
1590 if (xhci->quirks & XHCI_MTK_HOST) { in xhci_endpoint_copy()