Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-pci.c291 xhci->quirks |= XHCI_NEC_HOST; in xhci_pci_quirks()
H A Dxhci.h1587 #define XHCI_NEC_HOST BIT_ULL(2) macro
1782 (type == TYPE_ISOC && (xhci->quirks & (XHCI_AMD_0x96_HOST | XHCI_NEC_HOST))); in xhci_link_chain_quirk()
H A Dxhci-ring.c1686 if (!(xhci->quirks & XHCI_NEC_HOST)) { in xhci_handle_cmd_nec_get_fw()
1939 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event()
H A Dxhci.c623 if (xhci->quirks & XHCI_NEC_HOST) in xhci_run_finished()
669 if (xhci->quirks & XHCI_NEC_HOST) { in xhci_run()