Searched refs:mem_base (Results 1 – 11 of 11) sorted by relevance
| /arch/arm/mach-orion5x/ |
| A D | tsx09-common.c | 112 void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size) in qnap_tsx09_find_mac_addr() argument 116 for (addr = mem_base; addr < (mem_base + size); addr += 1024) { in qnap_tsx09_find_mac_addr()
|
| A D | tsx09-common.h | 13 extern void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size);
|
| /arch/mips/ralink/ |
| A D | of.c | 106 memblock_add(soc_info.mem_base, soc_info.mem_size * SZ_1M); in plat_mem_setup() 108 detect_memory_region(soc_info.mem_base, in plat_mem_setup()
|
| A D | common.h | 16 unsigned long mem_base; member
|
| A D | rt288x.c | 104 soc_info->mem_base = RT2880_SDRAM_BASE; in prom_soc_init()
|
| A D | rt3883.c | 104 soc_info->mem_base = RT3883_SDRAM_BASE; in prom_soc_init()
|
| A D | rt305x.c | 203 soc_info->mem_base = RT305X_SDRAM_BASE; in prom_soc_init()
|
| A D | mt7620.c | 241 soc_info->mem_base = MT7620_DRAM_BASE; in prom_soc_init()
|
| /arch/powerpc/boot/ |
| A D | cuboot-pq2.c | 123 *io = NULL, *mem_base = NULL; in fixup_pci() local 179 mem_base = mem; in fixup_pci() 181 mem_base = mmio; in fixup_pci() 185 out_be32(&pci_regs[1][0], mem_base->phys_addr | 1); in fixup_pci()
|
| /arch/mips/include/asm/txx9/ |
| A D | pci.h | 14 unsigned long mem_base, unsigned long mem_size,
|
| /arch/mips/txx9/generic/ |
| A 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()
|
Completed in 19 milliseconds