Lines Matching +full:0 +full:x17cd
21 #define PCI_BAR_HOST 0
22 #define PCI_BAR_OTG 0
25 #define PCI_DEV_FN_HOST_DEVICE 0
31 #define CDNS_VENDOR_ID 0x17cd
32 #define CDNS_DEVICE_ID 0x0200
33 #define CDNS_DRD_ID 0x0100
34 #define CDNS_DRD_IF (PCI_CLASS_SERIAL_USB << 8 | 0x80)
61 * For GADGET/HOST PCI (devfn) function number is 0, in cdnsp_pci_probe()
95 /* For GADGET device function number is 0. */ in cdnsp_pci_probe()
96 if (pdev->devfn == 0) { in cdnsp_pci_probe()
99 /* Function 0: host(BAR_0) + device(BAR_1).*/ in cdnsp_pci_probe()
121 res = &cdnsp->xhci_res[0]; in cdnsp_pci_probe()
162 return 0; in cdnsp_pci_probe()
229 { 0, }
234 .id_table = &cdnsp_pci_ids[0],