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

  /external/u-boot/arch/nds32/include/asm/
u-boot.h 32 unsigned long bi_flashsize; /* size of FLASH memory */ member in struct:bd_info
  /external/u-boot/arch/riscv/include/asm/
u-boot.h 31 unsigned long bi_flashsize; /* size of FLASH memory */ member in struct:bd_info
  /external/u-boot/arch/xtensa/include/asm/
u-boot.h 30 unsigned long bi_flashsize; /* size of FLASH memory */ member in struct:bd_info
  /external/u-boot/api/
api_platform-powerpc.c 46 platform_set_mr(si, gd->bd->bi_flashstart, gd->bd->bi_flashsize, MR_ATTR_FLASH);
  /external/u-boot/include/asm-generic/
u-boot.h 30 unsigned long bi_flashsize; /* size of FLASH memory */ member in struct:bd_info
  /external/u-boot/board/socrates/
socrates.c 78 gd->bd->bi_flashstart = 0 - gd->bd->bi_flashsize;
84 if (gd->bd->bi_flashsize < (0 - CONFIG_SYS_FLASH0)) {
99 if (gd->bd->bi_flashsize != CONFIG_SYS_MAX_FLASH_BANKS * (0 - CONFIG_SYS_FLASH0)) {
231 val[i++] = gd->bd->bi_flashsize;
  /external/u-boot/cmd/
bdinfo.c 110 print_num("flash size ", (ulong)bd->bi_flashsize);
115 print_num("flash size", (ulong)bd->bi_flashsize);
119 print_num("flashsize", (ulong)bd->bi_flashsize);
  /external/u-boot/arch/mips/lib/
bootm.c 201 sprintf(env_buf, "0x%X", (uint) (gd->bd->bi_flashsize));
  /external/u-boot/common/
board_r.c 368 bd->bi_flashsize = flash_size;

Completed in 308 milliseconds