Home
last modified time | relevance | path

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

/openbmc/u-boot/board/socrates/
H A 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()
/openbmc/u-boot/arch/riscv/include/asm/
H A Du-boot.h30 unsigned long bi_flashsize; /* size of FLASH memory */ member
/openbmc/u-boot/arch/nds32/include/asm/
H A Du-boot.h32 unsigned long bi_flashsize; /* size of FLASH memory */ member
/openbmc/linux/arch/powerpc/boot/
H A Dredboot.h36 unsigned int bi_flashsize; /* Length of FLASH memory */ member
H A Dppcboot.h27 unsigned long bi_flashsize; /* size of FLASH memory */ member
H A Dppcboot-hotfoot.h39 unsigned long bi_flashsize; /* size of FLASH memory */ member
H A Dcuboot-hotfoot.c65 if (bd.bi_flashsize < 0x800000) { in hotfoot_fixups()
/openbmc/u-boot/cmd/
H A 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()
/openbmc/u-boot/api/
H A Dapi_platform-powerpc.c46 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 Du-boot.h30 unsigned long bi_flashsize; /* size of FLASH memory */ member
/openbmc/qemu/hw/ppc/
H A Dppc405_boards.c104 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 Dbootm.c201 sprintf(env_buf, "0x%X", (uint) (gd->bd->bi_flashsize)); in linux_env_legacy()
/openbmc/u-boot/common/
H A Dboard_r.c367 bd->bi_flashsize = flash_size; in initr_flash()