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)
36 #define CHICKEN_APB_TIMEOUT_VALUE 0x1C20
63 * For GADGET/HOST PCI (devfn) function number is 0, in cdnsp_pci_probe()
97 /* For GADGET device function number is 0. */ in cdnsp_pci_probe()
98 if (pdev->devfn == 0) { in cdnsp_pci_probe()
101 /* Function 0: host(BAR_0) + device(BAR_1).*/ in cdnsp_pci_probe()
123 res = &cdnsp->xhci_res[0]; in cdnsp_pci_probe()
170 return 0; in cdnsp_pci_probe()
237 { 0, }
242 .id_table = &cdnsp_pci_ids[0],