/openbmc/linux/arch/powerpc/boot/ |
H A D | redboot-8xx.c | 25 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups() 46 bd.bi_memstart + bd.bi_memsize - (unsigned long)_end, in platform_init()
|
H A D | redboot-83xx.c | 26 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups() 48 bd.bi_memstart + bd.bi_memsize - (unsigned long)_end, in platform_init()
|
H A D | cuboot.h | 12 cuboot_init(r4, r5, r6, r7, bd.bi_memstart + bd.bi_memsize); \
|
H A D | cuboot-amigaone.c | 21 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
H A D | cuboot-kilauea.c | 32 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in kilauea_fixups()
|
H A D | redboot.h | 25 unsigned int bi_memsize; /* Memory (end) size in bytes */ member
|
H A D | cuboot-8xx.c | 24 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
H A D | cuboot-824x.c | 22 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
H A D | cuboot-83xx.c | 23 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
H A D | mvme7100.c | 39 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in mvme7100_fixups()
|
H A D | cuboot-85xx.c | 24 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
H A D | ppcboot.h | 25 unsigned long bi_memsize; /* size of DRAM memory in bytes */ member
|
H A D | cuboot-52xx.c | 28 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
H A D | cuboot-pq2.c | 207 mem_pow2 = 1 << (__ilog2_u32(bd.bi_memsize - 1) + 1); in fixup_pci() 246 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in pq2_platform_fixups()
|
H A D | cuboot-85xx-cpm2.c | 24 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc405_boards.c | 102 uint32_t bi_memsize; member 132 bd->bi_memsize = ram_size; in ppc405_set_default_bootinfo() 161 if (bd->bi_memsize >= 0x01000000UL) { in __ppc405_set_bootinfo() 164 bdloc = bd->bi_memsize - sizeof(ppc4xx_bd_info_t); in __ppc405_set_bootinfo() 167 stl_be_phys(cs->as, bdloc + 0x04, bd->bi_memsize); in __ppc405_set_bootinfo()
|
/openbmc/u-boot/api/ |
H A D | api_platform-mips.c | 28 gd->bd->bi_memsize, MR_ATTR_DRAM); in platform_sys_info()
|
H A D | api_platform-powerpc.c | 45 platform_set_mr(si, gd->bd->bi_memstart, gd->bd->bi_memsize, MR_ATTR_DRAM); in platform_sys_info()
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | u-boot.h | 28 unsigned long bi_memsize; /* size of DRAM memory in bytes */ member
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | u-boot.h | 30 unsigned long bi_memsize; /* size of DRAM memory in bytes */ member
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | fdt.c | 27 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); in ft_cpu_setup()
|
/openbmc/u-boot/cmd/ |
H A D | bdinfo.c | 81 print_lnum("mem size ", (u64)bd->bi_memsize); in print_bi_mem() 84 print_lnum("mem size", (u64)bd->bi_memsize); in print_bi_mem() 87 print_lnum("memsize", (u64)bd->bi_memsize); in print_bi_mem()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | fdt.c | 30 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); in ft_cpu_setup()
|
/openbmc/u-boot/include/asm-generic/ |
H A D | u-boot.h | 28 phys_size_t bi_memsize; /* size of DRAM memory in bytes */ member
|
/openbmc/u-boot/board/cadence/xtfpga/ |
H A D | xtfpga.c | 53 gd->bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE; in dram_init_banksize()
|