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 0x0100
33 #define CDNS_DRD_IF (PCI_CLASS_SERIAL_USB << 8 | 0x80)
68 * For GADGET/HOST PCI (devfn) function number is 0, in cdnsp_pci_probe()
102 /* For GADGET device function number is 0. */ in cdnsp_pci_probe()
103 if (pdev->devfn == 0) { in cdnsp_pci_probe()
106 /* Function 0: host(BAR_0) + device(BAR_1).*/ in cdnsp_pci_probe()
128 res = &cdnsp->xhci_res[0]; in cdnsp_pci_probe()
169 return 0; in cdnsp_pci_probe()
235 { 0, }
240 .id_table = &cdnsp_pci_ids[0],