• Home
  • Raw
  • Download

Lines Matching +full:0 +full:x17cd

23 #define SSIC_PORT_CFG2		0x880c
24 #define SSIC_PORT_CFG2_OFFSET 0x30
28 #define SPARSE_CNTL_ENABLE 0xC12C
31 #define PCI_VENDOR_ID_FRESCO_LOGIC 0x1b73
32 #define PCI_DEVICE_ID_FRESCO_LOGIC_PDK 0x1000
33 #define PCI_DEVICE_ID_FRESCO_LOGIC_FL1009 0x1009
34 #define PCI_DEVICE_ID_FRESCO_LOGIC_FL1100 0x1100
35 #define PCI_DEVICE_ID_FRESCO_LOGIC_FL1400 0x1400
37 #define PCI_VENDOR_ID_ETRON 0x1b6f
38 #define PCI_DEVICE_ID_EJ168 0x7023
39 #define PCI_DEVICE_ID_EJ188 0x7052
41 #define PCI_DEVICE_ID_VIA_VL805 0x3483
43 #define PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI 0x8c31
44 #define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI 0x9c31
45 #define PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP_XHCI 0x9cb1
46 #define PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI 0x22b5
47 #define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI 0xa12f
48 #define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_XHCI 0x9d2f
49 #define PCI_DEVICE_ID_INTEL_BROXTON_M_XHCI 0x0aa8
50 #define PCI_DEVICE_ID_INTEL_BROXTON_B_XHCI 0x1aa8
51 #define PCI_DEVICE_ID_INTEL_APL_XHCI 0x5aa8
52 #define PCI_DEVICE_ID_INTEL_DNV_XHCI 0x19d0
53 #define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_2C_XHCI 0x15b5
54 #define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_4C_XHCI 0x15b6
55 #define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_LP_XHCI 0x15c1
56 #define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_C_2C_XHCI 0x15db
57 #define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_C_4C_XHCI 0x15d4
58 #define PCI_DEVICE_ID_INTEL_TITAN_RIDGE_2C_XHCI 0x15e9
59 #define PCI_DEVICE_ID_INTEL_TITAN_RIDGE_4C_XHCI 0x15ec
60 #define PCI_DEVICE_ID_INTEL_TITAN_RIDGE_DD_XHCI 0x15f0
61 #define PCI_DEVICE_ID_INTEL_ICE_LAKE_XHCI 0x8a13
62 #define PCI_DEVICE_ID_INTEL_CML_XHCI 0xa3af
63 #define PCI_DEVICE_ID_INTEL_TIGER_LAKE_XHCI 0x9a13
64 #define PCI_DEVICE_ID_INTEL_MAPLE_RIDGE_XHCI 0x1138
65 #define PCI_DEVICE_ID_INTEL_ALDER_LAKE_PCH_XHCI 0x51ed
66 #define PCI_DEVICE_ID_INTEL_ALDER_LAKE_N_PCH_XHCI 0x54ed
68 #define PCI_DEVICE_ID_AMD_ARIEL_TYPEC_XHCI 0x13ed
69 #define PCI_DEVICE_ID_AMD_ARIEL_TYPEA_XHCI 0x13ee
70 #define PCI_DEVICE_ID_AMD_STARSHIP_XHCI 0x148c
71 #define PCI_DEVICE_ID_AMD_FIREFLIGHT_15D4_XHCI 0x15d4
72 #define PCI_DEVICE_ID_AMD_FIREFLIGHT_15D5_XHCI 0x15d5
73 #define PCI_DEVICE_ID_AMD_RAVEN_15E0_XHCI 0x15e0
74 #define PCI_DEVICE_ID_AMD_RAVEN_15E1_XHCI 0x15e1
75 #define PCI_DEVICE_ID_AMD_RAVEN2_XHCI 0x15e5
76 #define PCI_DEVICE_ID_AMD_RENOIR_XHCI 0x1639
77 #define PCI_DEVICE_ID_AMD_PROMONTORYA_4 0x43b9
78 #define PCI_DEVICE_ID_AMD_PROMONTORYA_3 0x43ba
79 #define PCI_DEVICE_ID_AMD_PROMONTORYA_2 0x43bb
80 #define PCI_DEVICE_ID_AMD_PROMONTORYA_1 0x43bc
82 #define PCI_DEVICE_ID_ATI_NAVI10_7316_XHCI 0x7316
84 #define PCI_DEVICE_ID_ASMEDIA_1042_XHCI 0x1042
85 #define PCI_DEVICE_ID_ASMEDIA_1042A_XHCI 0x1142
86 #define PCI_DEVICE_ID_ASMEDIA_1142_XHCI 0x1242
87 #define PCI_DEVICE_ID_ASMEDIA_2142_XHCI 0x2142
88 #define PCI_DEVICE_ID_ASMEDIA_3042_XHCI 0x3042
89 #define PCI_DEVICE_ID_ASMEDIA_3242_XHCI 0x3242
91 #define PCI_DEVICE_ID_CADENCE 0x17CD
92 #define PCI_DEVICE_ID_CADENCE_SSP 0x0200
117 for (i = 0; i < xhci->msix_count; i++) in xhci_msix_sync_irqs()
129 if (hcd->irq > 0) in xhci_cleanup_msix()
135 for (i = 0; i < xhci->msix_count; i++) in xhci_cleanup_msix()
138 free_irq(pci_irq_vector(pdev, 0), xhci_to_hcd(xhci)); in xhci_cleanup_msix()
142 hcd->msix_enabled = 0; in xhci_cleanup_msix()
157 if (ret < 0) { in xhci_setup_msi()
164 0, "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msi()
195 if (ret < 0) { in xhci_setup_msix()
201 for (i = 0; i < xhci->msix_count; i++) { in xhci_setup_msix()
202 ret = request_irq(pci_irq_vector(pdev, i), xhci_msi_irq, 0, in xhci_setup_msix()
213 while (--i >= 0) in xhci_setup_msix()
236 hcd->irq = 0; in xhci_try_enable_msi()
245 return 0; in xhci_try_enable_msi()
267 return 0; in xhci_try_enable_msi()
307 return 0; in xhci_pci_reinit()
328 pdev->revision == 0x0) { in xhci_pci_quirks()
334 pdev->revision == 0x4) { in xhci_pci_quirks()
376 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
384 (pdev->device == 0x145c || in xhci_pci_quirks()
385 pdev->device == 0x15e0 || in xhci_pci_quirks()
386 pdev->device == 0x15e1 || in xhci_pci_quirks()
387 pdev->device == 0x43bb)) in xhci_pci_quirks()
391 (pdev->device == 0x15e0 || pdev->device == 0x15e1)) in xhci_pci_quirks()
394 if (pdev->vendor == PCI_VENDOR_ID_AMD && pdev->device == 0x15e5) { in xhci_pci_quirks()
399 if (pdev->vendor == PCI_VENDOR_ID_AMD && pdev->device == 0x43f7) in xhci_pci_quirks()
494 pdev->device == 0x0014) { in xhci_pci_quirks()
498 pdev->device == 0x0015) { in xhci_pci_quirks()
507 pdev->device == 0x3432) in xhci_pci_quirks()
542 if (pdev->vendor == PCI_VENDOR_ID_TI && pdev->device == 0x8241) in xhci_pci_quirks()
547 pdev->device == 0x9026) in xhci_pci_quirks()
559 if (pdev->device == 0x9202) { in xhci_pci_quirks()
564 if (pdev->device == 0x9203) in xhci_pci_quirks()
573 if (xhci->hci_version >= 0x120) in xhci_pci_quirks()
585 GUID_INIT(0xac340cb7, 0xe901, 0x45bf, in xhci_pme_acpi_rtd3_enable()
586 0xb7, 0xe6, 0x2b, 0x34, 0xec, 0x93, 0x1e, 0x23); in xhci_pme_acpi_rtd3_enable()
610 for (i = 0; i < hdev->maxchild; i++) { in xhci_find_lpm_incapable_ports()
615 if (ret >= 0) { in xhci_find_lpm_incapable_ports()
646 return 0; in xhci_pci_setup()
740 return 0; in xhci_pci_probe()
781 * through a vendor specific SSIC CONFIG register at offset 0x883c,
793 for (i = 0; i < SSIC_PORT_NUM; i++) { in xhci_ssic_port_unused_quirk()
819 * the Internal PME flag bit in vendor specific PMCTRL register at offset 0x80a4
827 reg = (void __iomem *) xhci->cap_regs + 0x80a4; in xhci_pme_quirk()
886 int retval = 0; in xhci_pci_resume()
940 return 0; in xhci_pci_poweroff_late()
942 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_pci_poweroff_late()
969 return 0; in xhci_pci_poweroff_late()
994 { PCI_DEVICE(0x1912, 0x0014),
997 { PCI_DEVICE(0x1912, 0x0015),
1001 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_XHCI, ~0),