HomeSort by relevance Sort by last modified time
    Searched refs:bi_flashoffset (Results 1 - 7 of 7) sorted by null

  /external/u-boot/arch/nds32/include/asm/
u-boot.h 33 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member in struct:bd_info
  /external/u-boot/arch/riscv/include/asm/
u-boot.h 32 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member in struct:bd_info
  /external/u-boot/arch/xtensa/include/asm/
u-boot.h 31 unsigned long bi_flashoffset; /* offset to skip UBoot image */ member in struct:bd_info
  /external/u-boot/include/asm-generic/
u-boot.h 31 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member in struct:bd_info
  /external/u-boot/cmd/
bdinfo.c 111 print_num("flash offset ", (ulong)bd->bi_flashoffset);
116 print_num("flash offset", (ulong)bd->bi_flashoffset);
120 print_num("flashoffset", (ulong)bd->bi_flashoffset);
  /external/u-boot/common/
board_r.c 377 bd->bi_flashoffset = CONFIG_SYS_TEXT_BASE + flash_size;
379 bd->bi_flashoffset = monitor_flash_len; /* reserved area for monitor */
  /external/u-boot/board/socrates/
socrates.c 79 gd->bd->bi_flashoffset = 0;

Completed in 871 milliseconds