| /OK3568_Linux_fs/kernel/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 | 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 | redboot.h | 25 unsigned int bi_memsize; /* Memory (end) size in bytes */ member
|
| H A D | cuboot-mpc7448hpc2.c | 27 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
| 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 | cuboot-52xx.c | 28 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-85xx-cpm2.c | 24 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bdinfo.c | 82 print_lnum("mem size ", (u64)bd->bi_memsize); in print_bi_mem() 85 print_lnum("mem size", (u64)bd->bi_memsize); in print_bi_mem() 88 print_lnum("memsize", (u64)bd->bi_memsize); in print_bi_mem()
|
| /OK3568_Linux_fs/u-boot/api/ |
| H A D | api_platform-mips.c | 29 gd->bd->bi_memsize, MR_ATTR_DRAM); in platform_sys_info()
|
| H A D | api_platform-powerpc.c | 46 platform_set_mr(si, gd->bd->bi_memstart, gd->bd->bi_memsize, MR_ATTR_DRAM); in platform_sys_info()
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | u-boot.h | 29 unsigned long bi_memsize; /* size of DRAM memory in bytes */ member
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | u-boot.h | 31 unsigned long bi_memsize; /* size of DRAM memory in bytes */ member
|
| /OK3568_Linux_fs/u-boot/arch/arc/lib/ |
| H A D | cpu.c | 28 gd->bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE; in arch_early_init_r()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/ |
| H A D | fdt.c | 28 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); in ft_cpu_setup()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | fdt.c | 33 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); in ft_cpu_setup()
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | u-boot.h | 29 phys_size_t bi_memsize; /* size of DRAM memory in bytes */ member
|