Home
last modified time | relevance | path

Searched refs:bi_flashsize (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/board/socrates/
Dsocrates.c78 gd->bd->bi_flashstart = 0 - gd->bd->bi_flashsize; in misc_init_r()
84 if (gd->bd->bi_flashsize < (0 - CONFIG_SYS_FLASH0)) { in misc_init_r()
99 if (gd->bd->bi_flashsize != CONFIG_SYS_MAX_FLASH_BANKS * (0 - CONFIG_SYS_FLASH0)) { in misc_init_r()
231 val[i++] = gd->bd->bi_flashsize; in ft_board_setup()
/external/u-boot/cmd/
Dbdinfo.c110 print_num("flash size ", (ulong)bd->bi_flashsize); in print_bi_flash()
115 print_num("flash size", (ulong)bd->bi_flashsize); in print_bi_flash()
119 print_num("flashsize", (ulong)bd->bi_flashsize); in print_bi_flash()
/external/u-boot/arch/xtensa/include/asm/
Du-boot.h30 unsigned long bi_flashsize; /* size of FLASH memory */ member
/external/u-boot/arch/riscv/include/asm/
Du-boot.h31 unsigned long bi_flashsize; /* size of FLASH memory */ member
/external/u-boot/arch/nds32/include/asm/
Du-boot.h32 unsigned long bi_flashsize; /* size of FLASH memory */ member
/external/u-boot/api/
Dapi_platform-powerpc.c46 platform_set_mr(si, gd->bd->bi_flashstart, gd->bd->bi_flashsize, MR_ATTR_FLASH); in platform_sys_info()
/external/u-boot/include/asm-generic/
Du-boot.h30 unsigned long bi_flashsize; /* size of FLASH memory */ member
/external/u-boot/arch/mips/lib/
Dbootm.c201 sprintf(env_buf, "0x%X", (uint) (gd->bd->bi_flashsize)); in linux_env_legacy()
/external/u-boot/common/
Dboard_r.c368 bd->bi_flashsize = flash_size; in initr_flash()