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

1 2

  /external/u-boot/api/
api_platform-mips.c 27 platform_set_mr(si, gd->bd->bi_memstart,
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 26 gd->bd->bi_memstart = CONFIG_SYS_SDRAM_BASE;
  /external/u-boot/arch/nds32/include/asm/
u-boot.h 29 unsigned long bi_memstart; /* start of DRAM memory */ member in struct:bd_info
  /external/u-boot/arch/riscv/include/asm/
u-boot.h 28 unsigned long bi_memstart; /* start of DRAM memory */ member in struct:bd_info
  /external/u-boot/arch/xtensa/include/asm/
u-boot.h 27 unsigned long bi_memstart; /* start of DRAM memory VA */ 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);
traps.c 31 #define END_OF_MEM (gd->bd->bi_memstart + get_effective_memsize())
  /external/u-boot/include/asm-generic/
u-boot.h 27 unsigned long bi_memstart; /* start of DRAM memory */ member in struct:bd_info
  /external/u-boot/board/cadence/xtfpga/
xtfpga.c 52 gd->bd->bi_memstart = PHYSADDR(CONFIG_SYS_SDRAM_BASE);
  /external/u-boot/board/freescale/c29xpcie/
spl.c 53 bd->bi_memstart = CONFIG_SYS_INIT_L2_ADDR;
  /external/u-boot/board/freescale/t4rdb/
spl.c 76 bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR;
  /external/u-boot/arch/xtensa/lib/
bootm.c 48 mem->start = bd->bi_memstart;
49 mem->end = bd->bi_memstart + bd->bi_memsize;
  /external/u-boot/board/Arcturus/ucp1020/
spl.c 83 bd->bi_memstart = CONFIG_SYS_INIT_L2_ADDR;
  /external/u-boot/board/freescale/b4860qds/
spl.c 87 bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR;
  /external/u-boot/board/freescale/p1010rdb/
spl.c 69 bd->bi_memstart = CONFIG_SYS_INIT_L2_ADDR;
  /external/u-boot/board/freescale/p1022ds/
spl.c 83 bd->bi_memstart = CONFIG_SYS_INIT_L2_ADDR;
  /external/u-boot/board/freescale/p1_p2_rdb_pc/
spl.c 75 bd->bi_memstart = CONFIG_SYS_INIT_L2_ADDR;
  /external/u-boot/board/freescale/t104xrdb/
spl.c 95 bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR;
  /external/u-boot/board/freescale/t208xqds/
spl.c 103 bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR;
  /external/u-boot/board/freescale/t208xrdb/
spl.c 73 bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR;
  /external/u-boot/cmd/
bdinfo.c 80 print_num("mem start ", (ulong)bd->bi_memstart);
83 print_num("mem start", (ulong)bd->bi_memstart);
86 print_num("memstart", (ulong)bd->bi_memstart);
  /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)

Completed in 135 milliseconds

1 2