HomeSort by relevance Sort by last modified time
    Searched refs:bi_memsize (Results 26 - 33 of 33) sorted by null

12

  /external/u-boot/board/freescale/t4qds/
spl.c 113 bd->bi_memsize = CONFIG_SYS_L3_SIZE;
  /external/u-boot/arch/xtensa/lib/
bootm.c 49 mem->end = bd->bi_memstart + bd->bi_memsize;
  /external/u-boot/arch/powerpc/lib/
bootm.c 297 size = (u64)gd->bd->bi_memsize;
  /external/u-boot/cmd/
bedbug.c 343 top = gd->bd->bi_memstart + gd->bd->bi_memsize;
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
fdt.c 672 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
675 ft_fixup_cpu(blob, (u64)bd->bi_memstart + (u64)bd->bi_memsize);
  /external/u-boot/common/
board_f.c 527 bd->bi_memsize = gd->ram_size; /* size in bytes */
image.c 495 size = gd->bd->bi_memsize;
    [all...]
  /external/u-boot/drivers/video/
cfb_console.c     [all...]

Completed in 262 milliseconds

12