Searched refs:bi_flashsize (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/board/socrates/ |
H A D | socrates.c | 78 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()
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | u-boot.h | 30 unsigned long bi_flashsize; /* size of FLASH memory */ member
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | u-boot.h | 32 unsigned long bi_flashsize; /* size of FLASH memory */ member
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | redboot.h | 36 unsigned int bi_flashsize; /* Length of FLASH memory */ member
|
H A D | ppcboot.h | 27 unsigned long bi_flashsize; /* size of FLASH memory */ member
|
H A D | ppcboot-hotfoot.h | 39 unsigned long bi_flashsize; /* size of FLASH memory */ member
|
H A D | cuboot-hotfoot.c | 65 if (bd.bi_flashsize < 0x800000) { in hotfoot_fixups()
|
/openbmc/u-boot/cmd/ |
H A D | bdinfo.c | 110 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()
|
/openbmc/u-boot/api/ |
H A D | api_platform-powerpc.c | 46 platform_set_mr(si, gd->bd->bi_flashstart, gd->bd->bi_flashsize, MR_ATTR_FLASH); in platform_sys_info()
|
/openbmc/u-boot/include/asm-generic/ |
H A D | u-boot.h | 30 unsigned long bi_flashsize; /* size of FLASH memory */ member
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc405_boards.c | 104 uint32_t bi_flashsize; member 169 stl_be_phys(cs->as, bdloc + 0x0C, bd->bi_flashsize); in __ppc405_set_bootinfo()
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | bootm.c | 201 sprintf(env_buf, "0x%X", (uint) (gd->bd->bi_flashsize)); in linux_env_legacy()
|
/openbmc/u-boot/common/ |
H A D | board_r.c | 367 bd->bi_flashsize = flash_size; in initr_flash()
|