Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/
H A Dsetup.c100 static struct resource mem_resources[MAX_NUMNODES]; variable
196 struct resource *res = &mem_resources[nid]; in __add_active_range()
/linux/arch/xtensa/include/asm/
H A Dpci-bridge.h50 struct resource mem_resources[3]; member
/linux/arch/powerpc/platforms/powermac/
H A Dpci.c688 hose->mem_resources[cur].flags = IORESOURCE_MEM; in parse_region_decode()
689 hose->mem_resources[cur].name = hose->dn->full_name; in parse_region_decode()
690 hose->mem_resources[cur].start = base; in parse_region_decode()
691 hose->mem_resources[cur].end = end; in parse_region_decode()
696 hose->mem_resources[cur].end = end; in parse_region_decode()
1207 struct resource *r = &host->mem_resources[i]; in fixup_u4_pcie()
/linux/arch/powerpc/platforms/pseries/
H A Dpci_dlpar.c114 res = &phb->mem_resources[i]; in remove_phb_dynamic()
H A Diommu.c1694 for (i = 0; i < ARRAY_SIZE(pci->phb->mem_resources); i++) { in enable_ddw()
1698 if ((pci->phb->mem_resources[i].flags & mask) == IORESOURCE_MEM) { in enable_ddw()
1699 start = pci->phb->mem_resources[i].start; in enable_ddw()
1700 end = pci->phb->mem_resources[i].end; in enable_ddw()
2202 for (i = 0; i < ARRAY_SIZE(pci->phb->mem_resources); i++) { in spapr_tce_create_table()
2206 if ((pci->phb->mem_resources[i].flags & mask) == IORESOURCE_MEM) { in spapr_tce_create_table()
2207 start = pci->phb->mem_resources[i].start; in spapr_tce_create_table()
2208 end = pci->phb->mem_resources[i].end; in spapr_tce_create_table()
/linux/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c259 res = &hose->mem_resources[0]; in mpc52xx_pci_setup()
272 res = &hose->mem_resources[1]; in mpc52xx_pci_setup()
/linux/arch/powerpc/kernel/
H A Dpci-common.c843 res = &hose->mem_resources[memno++]; in pci_process_bridge_OF_ranges()
966 if ((hose->mem_resources[i].flags & IORESOURCE_MEM) && in pcibios_uninitialized_bridge_resource()
967 hose->mem_resources[i].start == hose->mem_offset[i]) in pcibios_uninitialized_bridge_resource()
1388 pres = &hose->mem_resources[i]; in pcibios_reserve_legacy_regions()
1552 res = &hose->mem_resources[i]; in pcibios_setup_phb_resources()
/linux/arch/xtensa/lib/
H A Dpci-auto.c40 * pcibios_init_resource(&pci_ctrl->mem_resources[0], <MEM space start>,
244 pciauto_upper_memspc = pci_ctrl->mem_resources[0].end + 1; in pciauto_bus_scan()
/linux/arch/powerpc/include/asm/
H A Dpci-bridge.h120 struct resource mem_resources[3]; member
/linux/arch/powerpc/platforms/44x/
H A Dpci.c255 struct resource *res = &hose->mem_resources[i]; in ppc4xx_configure_pci_PMMs()
454 struct resource *res = &hose->mem_resources[i]; in ppc4xx_configure_pcix_POMs()
1685 struct resource *res = &hose->mem_resources[i]; in ppc4xx_configure_pciex_POMs()