Home
last modified time | relevance | path

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

/arch/mn10300/proc-mn103e010/
Dproc-init.c86 void __init get_mem_info(unsigned long *mem_base, unsigned long *mem_size) in get_mem_info() argument
90 *mem_base = 0; in get_mem_info()
101 *mem_base = base; in get_mem_info()
112 if (*mem_base == 0) in get_mem_info()
113 *mem_base = base; in get_mem_info()
/arch/arm/mach-orion5x/
Dtsx09-common.c75 void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size) in qnap_tsx09_find_mac_addr() argument
79 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.c109 void __init get_mem_info(unsigned long *mem_base, unsigned long *mem_size) in get_mem_info() argument
114 *mem_base = 0x90000000; /* fixed address */ in get_mem_info()
131 printk(KERN_INFO "DDR2-SDRAM: %luMB x 2 @%08lx\n", size, *mem_base); in get_mem_info()
/arch/mips/ralink/
Dof.c81 add_memory_region(soc_info.mem_base, soc_info.mem_size * SZ_1M, in plat_mem_setup()
84 detect_memory_region(soc_info.mem_base, in plat_mem_setup()
Dcommon.h18 unsigned long mem_base; member
Drt288x.c107 soc_info->mem_base = RT2880_SDRAM_BASE; in prom_soc_init()
Drt3883.c142 soc_info->mem_base = RT3883_SDRAM_BASE; in prom_soc_init()
Dmt7621.c195 soc_info->mem_base = MT7621_DRAM_BASE; in prom_soc_init()
Drt305x.c259 soc_info->mem_base = RT305X_SDRAM_BASE; in prom_soc_init()
Dmt7620.c693 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.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()
/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.h38 extern void get_mem_info(unsigned long *mem_base, unsigned long *mem_size);
/arch/arm/mach-cns3xxx/
Dpcie.c234 u16 mem_base = cnspci->res_mem.start >> 16; in cns3xxx_pcie_hw_init() local
242 cns3xxx_write_config(cnspci, PCI_MEMORY_BASE, 2, mem_base); in cns3xxx_pcie_hw_init()