Home
last modified time | relevance | path

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

/arch/mn10300/proc-mn103e010/
Dproc-init.c83 void __init get_mem_info(unsigned long *mem_base, unsigned long *mem_size) in get_mem_info() argument
87 *mem_base = 0; in get_mem_info()
98 *mem_base = base; in get_mem_info()
109 if (*mem_base == 0) in get_mem_info()
110 *mem_base = base; in get_mem_info()
/arch/arm/mach-orion5x/
Dtsx09-common.c118 void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size) in qnap_tsx09_find_mac_addr() argument
122 for (addr = mem_base; addr < (mem_base + size); addr += 1024) { in qnap_tsx09_find_mac_addr()
Dtsx09-common.h12 extern void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size);
/arch/mn10300/proc-mn2ws0050/
Dproc-init.c108 void __init get_mem_info(unsigned long *mem_base, unsigned long *mem_size) in get_mem_info() argument
113 *mem_base = 0x90000000; /* fixed address */ in get_mem_info()
130 printk(KERN_INFO "DDR2-SDRAM: %luMB x 2 @%08lx\n", size, *mem_base); in get_mem_info()
/arch/mips/ralink/
Dof.c67 add_memory_region(soc_info.mem_base, soc_info.mem_size * SZ_1M, in plat_mem_setup()
70 detect_memory_region(soc_info.mem_base, in plat_mem_setup()
Dcommon.h37 unsigned long mem_base; member
Drt288x.c140 soc_info->mem_base = RT2880_SDRAM_BASE; in prom_soc_init()
Drt3883.c243 soc_info->mem_base = RT3883_SDRAM_BASE; in prom_soc_init()
Drt305x.c290 soc_info->mem_base = RT305X_SDRAM_BASE; in prom_soc_init()
Dmt7620.c388 soc_info->mem_base = MT7620_DRAM_BASE; in prom_soc_init()
/arch/powerpc/boot/
Dcuboot-pq2.c126 *io = NULL, *mem_base = NULL; in fixup_pci() local
182 mem_base = mem; in fixup_pci()
184 mem_base = mmio; in fixup_pci()
188 out_be32(&pci_regs[1][0], mem_base->phys_addr | 1); in fixup_pci()
/arch/mips/include/asm/txx9/
Dpci.h14 unsigned long mem_base, unsigned long mem_size,
/arch/mips/ath79/
Dpci.c171 unsigned long mem_base, in ath79_register_pci_ar724x() argument
197 res[3].start = mem_base; in ath79_register_pci_ar724x()
198 res[3].end = mem_base + mem_size - 1; in ath79_register_pci_ar724x()
/arch/mips/txx9/generic/
Dpci.c116 unsigned long mem_base, unsigned long mem_size, in txx9_alloc_pci_controller() argument
144 if (mem_base) { in txx9_alloc_pci_controller()
145 pcic->mem_resource[0].start = mem_base; in txx9_alloc_pci_controller()
146 pcic->mem_resource[0].end = mem_base + mem_size - 1; in txx9_alloc_pci_controller()
/arch/mips/pci/
Dops-tx3927.c139 unsigned long mem_base = in tx3927_pcic_setup() local
165 tx3927_pcicptr->ilbmma = mem_base; in tx3927_pcic_setup()
/arch/mn10300/include/asm/
Dprocessor.h39 extern void get_mem_info(unsigned long *mem_base, unsigned long *mem_size);
/arch/arm/mach-cns3xxx/
Dpcie.c272 u16 mem_base = cnspci->res_mem.start >> 16; in cns3xxx_pcie_hw_init() local
289 pci_bus_write_config_word(&bus, devfn, PCI_MEMORY_BASE, mem_base); in cns3xxx_pcie_hw_init()