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

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

Completed in 2923 milliseconds