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

1 2

  /external/u-boot/api/
api_platform-mips.c 28 gd->bd->bi_memsize, MR_ATTR_DRAM);
api_platform-powerpc.c 45 platform_set_mr(si, gd->bd->bi_memstart, gd->bd->bi_memsize, MR_ATTR_DRAM);
  /external/u-boot/arch/arc/lib/
cpu.c 27 gd->bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE;
  /external/u-boot/arch/nds32/include/asm/
u-boot.h 30 unsigned long bi_memsize; /* size of DRAM memory in bytes */ member in struct:bd_info
  /external/u-boot/arch/riscv/include/asm/
u-boot.h 29 unsigned long bi_memsize; /* size of DRAM memory in bytes */ member in struct:bd_info
  /external/u-boot/arch/xtensa/include/asm/
u-boot.h 28 unsigned long bi_memsize; /* size of DRAM memory in bytes */ member in struct:bd_info
  /external/u-boot/arch/powerpc/cpu/mpc8xx/
fdt.c 27 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
  /external/u-boot/arch/powerpc/cpu/mpc86xx/
fdt.c 30 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
  /external/u-boot/include/asm-generic/
u-boot.h 28 phys_size_t bi_memsize; /* size of DRAM memory in bytes */ member in struct:bd_info
  /external/u-boot/board/cadence/xtfpga/
xtfpga.c 53 gd->bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE;
  /external/u-boot/board/freescale/c29xpcie/
spl.c 54 bd->bi_memsize = CONFIG_SYS_L2_SIZE;
  /external/u-boot/board/freescale/t4rdb/
spl.c 77 bd->bi_memsize = CONFIG_SYS_L3_SIZE;
  /external/u-boot/board/Arcturus/ucp1020/
spl.c 84 bd->bi_memsize = CONFIG_SYS_L2_SIZE;
  /external/u-boot/board/freescale/b4860qds/
spl.c 88 bd->bi_memsize = CONFIG_SYS_L3_SIZE;
  /external/u-boot/board/freescale/p1010rdb/
spl.c 70 bd->bi_memsize = CONFIG_SYS_L2_SIZE;
  /external/u-boot/board/freescale/p1022ds/
spl.c 84 bd->bi_memsize = CONFIG_SYS_L2_SIZE;
  /external/u-boot/board/freescale/p1_p2_rdb_pc/
spl.c 76 bd->bi_memsize = CONFIG_SYS_L2_SIZE;
  /external/u-boot/board/freescale/t104xrdb/
spl.c 96 bd->bi_memsize = CONFIG_SYS_L3_SIZE;
  /external/u-boot/board/freescale/t208xqds/
spl.c 104 bd->bi_memsize = CONFIG_SYS_L3_SIZE;
  /external/u-boot/board/freescale/t208xrdb/
spl.c 74 bd->bi_memsize = CONFIG_SYS_L3_SIZE;
  /external/u-boot/cmd/
bdinfo.c 81 print_lnum("mem size ", (u64)bd->bi_memsize);
84 print_lnum("mem size", (u64)bd->bi_memsize);
87 print_lnum("memsize", (u64)bd->bi_memsize);
  /external/u-boot/arch/powerpc/cpu/mpc83xx/
fdt.c 123 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
traps.c 25 #define END_OF_MEM (gd->bd->bi_memstart + gd->bd->bi_memsize)
  /external/u-boot/board/freescale/t102xqds/
spl.c 118 bd->bi_memsize = CONFIG_SYS_L3_SIZE;
  /external/u-boot/board/freescale/t102xrdb/
spl.c 105 bd->bi_memsize = CONFIG_SYS_L3_SIZE;

Completed in 334 milliseconds

1 2