Searched refs:mem_base (Results 1 – 17 of 17) sorted by relevance
/arch/mn10300/proc-mn103e010/ |
D | proc-init.c | 83 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/ |
D | tsx09-common.c | 118 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()
|
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 | 108 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/ |
D | of.c | 67 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()
|
D | common.h | 37 unsigned long mem_base; member
|
D | rt288x.c | 140 soc_info->mem_base = RT2880_SDRAM_BASE; in prom_soc_init()
|
D | rt3883.c | 243 soc_info->mem_base = RT3883_SDRAM_BASE; in prom_soc_init()
|
D | rt305x.c | 290 soc_info->mem_base = RT305X_SDRAM_BASE; in prom_soc_init()
|
D | mt7620.c | 388 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 | 116 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/ |
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 | 39 extern void get_mem_info(unsigned long *mem_base, unsigned long *mem_size);
|
/arch/arm/mach-cns3xxx/ |
D | pcie.c | 272 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()
|