Home
last modified time | relevance | path

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

/linux-2.6.39/arch/frv/mb93090-mb00/
Dpci-vdk.c48 static struct resource pci_iomem_resource = { variable
332 bus->resource[1] = &pci_iomem_resource; in pcibios_fixup_bus()
389 pci_iomem_resource.start = (__reg_MB86943_sl_pci_mem_base << 9) & 0xfffffc00; in pcibios_init()
390 pci_iomem_resource.end = (__reg_MB86943_sl_pci_mem_range << 9) | 0x3ff; in pcibios_init()
391 pci_iomem_resource.end += pci_iomem_resource.start; in pcibios_init()
398 pci_iomem_resource.start += 0x400; in pcibios_init()
401 (unsigned long long) pci_iomem_resource.start, in pcibios_init()
402 (unsigned long long) pci_iomem_resource.end); in pcibios_init()
406 if (insert_resource(&iomem_resource, &pci_iomem_resource) < 0) in pcibios_init()
/linux-2.6.39/arch/mn10300/unit-asb2305/
Dpci.c45 static struct resource pci_iomem_resource = { variable
385 bus->resource[1] = &pci_iomem_resource; in pcibios_fixup_bus()
410 if (insert_resource(&iomem_resource, &pci_iomem_resource) < 0) in pcibios_init()