Home
last modified time | relevance | path

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

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