Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/drivers/pci/
Dpci-sh5.c91 static struct resource sh5_pci_resources[2]; variable
95 .resources = sh5_pci_resources,
96 .nr_resources = ARRAY_SIZE(sh5_pci_resources),
211 sh5_pci_resources[0].start = PCI_IO_AREA; in sh5pci_init()
212 sh5_pci_resources[0].end = PCI_IO_AREA + 0x10000; in sh5pci_init()
214 sh5_pci_resources[1].start = memStart; in sh5pci_init()
215 sh5_pci_resources[1].end = memStart + memSize; in sh5pci_init()