Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c3499 if (xhci->hci_version < 0x100 && !(xhci->quirks & XHCI_MTK_HOST)) in xhci_td_remainder()
3508 if ((xhci->quirks & XHCI_MTK_HOST) && (xhci->hci_version < 0x100)) in xhci_td_remainder()
3821 if ((xhci->hci_version >= 0x100) || (xhci->quirks & XHCI_MTK_HOST)) { in xhci_queue_ctrl_tx()
H A Dxhci.h1610 #define XHCI_MTK_HOST BIT_ULL(21) macro
H A Dxhci-mem.c1584 if (xhci->quirks & XHCI_MTK_HOST) { in xhci_endpoint_copy()