Home
last modified time | relevance | path

Searched refs:PCI_BAR_OTG (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-pci-wrap.c32 #define PCI_BAR_OTG 0 macro
139 res[RES_DRD_ID].start = pci_resource_start(pdev, PCI_BAR_OTG); in cdns3_pci_probe()
140 res[RES_DRD_ID].end = pci_resource_end(pdev, PCI_BAR_OTG); in cdns3_pci_probe()
H A Dcdnsp-pci.c22 #define PCI_BAR_OTG 0 macro
136 res->start = pci_resource_start(pdev, PCI_BAR_OTG); in cdnsp_pci_probe()
137 res->end = pci_resource_end(pdev, PCI_BAR_OTG); in cdnsp_pci_probe()