Searched refs:mem_base (Results 1 – 18 of 18) sorted by relevance
/arch/mn10300/proc-mn103e010/ |
D | proc-init.c | 86 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/ |
D | tsx09-common.c | 75 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()
|
D | tsx09-common.h | 12 extern void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size);
|
/arch/mn10300/proc-mn2ws0050/ |
D | proc-init.c | 109 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/ |
D | of.c | 81 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()
|
D | common.h | 18 unsigned long mem_base; member
|
D | rt288x.c | 107 soc_info->mem_base = RT2880_SDRAM_BASE; in prom_soc_init()
|
D | rt3883.c | 142 soc_info->mem_base = RT3883_SDRAM_BASE; in prom_soc_init()
|
D | mt7621.c | 195 soc_info->mem_base = MT7621_DRAM_BASE; in prom_soc_init()
|
D | rt305x.c | 259 soc_info->mem_base = RT305X_SDRAM_BASE; in prom_soc_init()
|
D | mt7620.c | 693 soc_info->mem_base = MT7620_DRAM_BASE; in prom_soc_init()
|
/arch/powerpc/boot/ |
D | cuboot-pq2.c | 126 *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/ |
D | pci.h | 14 unsigned long mem_base, unsigned long mem_size,
|
/arch/mips/ath79/ |
D | pci.c | 171 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/ |
D | pci.c | 112 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/ |
D | ops-tx3927.c | 139 unsigned long mem_base = in tx3927_pcic_setup() local 165 tx3927_pcicptr->ilbmma = mem_base; in tx3927_pcic_setup()
|
/arch/mn10300/include/asm/ |
D | processor.h | 38 extern void get_mem_info(unsigned long *mem_base, unsigned long *mem_size);
|
/arch/arm/mach-cns3xxx/ |
D | pcie.c | 234 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()
|