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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dpci-sh5.c92 static struct resource sh5_pci_resources[2]; variable in typeref:struct:resource
96 .resources = sh5_pci_resources,
97 .nr_resources = ARRAY_SIZE(sh5_pci_resources),
212 sh5_pci_resources[0].start = PCI_IO_AREA;
213 sh5_pci_resources[0].end = PCI_IO_AREA + 0x10000;
215 sh5_pci_resources[1].start = memStart;
216 sh5_pci_resources[1].end = memStart + memSize;

Completed in 27 milliseconds