Home
last modified time | relevance | path

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

/arch/arm/mach-orion5x/
A Dtsx09-common.c112 void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size) in qnap_tsx09_find_mac_addr() argument
116 for (addr = mem_base; addr < (mem_base + size); addr += 1024) { in qnap_tsx09_find_mac_addr()
A Dtsx09-common.h13 extern void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size);
/arch/mips/ralink/
A Dof.c106 memblock_add(soc_info.mem_base, soc_info.mem_size * SZ_1M); in plat_mem_setup()
108 detect_memory_region(soc_info.mem_base, in plat_mem_setup()
A Dcommon.h16 unsigned long mem_base; member
A Drt288x.c104 soc_info->mem_base = RT2880_SDRAM_BASE; in prom_soc_init()
A Drt3883.c104 soc_info->mem_base = RT3883_SDRAM_BASE; in prom_soc_init()
A Drt305x.c203 soc_info->mem_base = RT305X_SDRAM_BASE; in prom_soc_init()
A Dmt7620.c241 soc_info->mem_base = MT7620_DRAM_BASE; in prom_soc_init()
/arch/powerpc/boot/
A Dcuboot-pq2.c123 *io = NULL, *mem_base = NULL; in fixup_pci() local
179 mem_base = mem; in fixup_pci()
181 mem_base = mmio; in fixup_pci()
185 out_be32(&pci_regs[1][0], mem_base->phys_addr | 1); in fixup_pci()
/arch/mips/include/asm/txx9/
A Dpci.h14 unsigned long mem_base, unsigned long mem_size,
/arch/mips/txx9/generic/
A Dpci.c112 unsigned long mem_base, unsigned long mem_size, in txx9_alloc_pci_controller() argument
140 if (mem_base) { in txx9_alloc_pci_controller()
141 pcic->mem_resource[0].start = mem_base; in txx9_alloc_pci_controller()
142 pcic->mem_resource[0].end = mem_base + mem_size - 1; in txx9_alloc_pci_controller()

Completed in 19 milliseconds