sh5_pci_resources 89 arch/sh/drivers/pci/pci-sh5.c static struct resource sh5_pci_resources[2]; sh5_pci_resources 93 arch/sh/drivers/pci/pci-sh5.c .resources = sh5_pci_resources, sh5_pci_resources 94 arch/sh/drivers/pci/pci-sh5.c .nr_resources = ARRAY_SIZE(sh5_pci_resources), sh5_pci_resources 209 arch/sh/drivers/pci/pci-sh5.c sh5_pci_resources[0].start = PCI_IO_AREA; sh5_pci_resources 210 arch/sh/drivers/pci/pci-sh5.c sh5_pci_resources[0].end = PCI_IO_AREA + 0x10000; sh5_pci_resources 212 arch/sh/drivers/pci/pci-sh5.c sh5_pci_resources[1].start = memStart; sh5_pci_resources 213 arch/sh/drivers/pci/pci-sh5.c sh5_pci_resources[1].end = memStart + memSize;