Home
last modified time | relevance | path

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

/drivers/usb/cdns3/
Dcdnsp-pci.c21 #define PCI_BAR_HOST 0 macro
122 res->start = pci_resource_start(pdev, PCI_BAR_HOST); in cdnsp_pci_probe()
123 res->end = pci_resource_end(pdev, PCI_BAR_HOST); in cdnsp_pci_probe()
Dcdns3-pci-wrap.c30 #define PCI_BAR_HOST 0 macro
122 res[RES_HOST_ID].start = pci_resource_start(pdev, PCI_BAR_HOST); in cdns3_pci_probe()
123 res[RES_HOST_ID].end = pci_resource_end(pdev, PCI_BAR_HOST); in cdns3_pci_probe()