Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/socrates/
H A Dsocrates.c79 gd->bd->bi_flashstart = 0 - gd->bd->bi_flashsize; in misc_init_r()
85 if (gd->bd->bi_flashsize < (0 - CONFIG_SYS_FLASH0)) { in misc_init_r()
100 if (gd->bd->bi_flashsize != CONFIG_SYS_MAX_FLASH_BANKS * (0 - CONFIG_SYS_FLASH0)) { in misc_init_r()
232 val[i++] = gd->bd->bi_flashsize; in ft_board_setup()
/OK3568_Linux_fs/u-boot/cmd/
H A Dbdinfo.c111 print_num("flash size ", (ulong)bd->bi_flashsize); in print_bi_flash()
116 print_num("flash size", (ulong)bd->bi_flashsize); in print_bi_flash()
120 print_num("flashsize", (ulong)bd->bi_flashsize); in print_bi_flash()
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Du-boot.h31 unsigned long bi_flashsize; /* size of FLASH memory */ member
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Du-boot.h33 unsigned long bi_flashsize; /* size of FLASH memory */ member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/api/
H A Dapi_platform-powerpc.c47 platform_set_mr(si, gd->bd->bi_flashstart, gd->bd->bi_flashsize, MR_ATTR_FLASH); in platform_sys_info()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Du-boot.h31 unsigned long bi_flashsize; /* size of FLASH memory */ member
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dbootm.c202 sprintf(env_buf, "0x%X", (uint) (gd->bd->bi_flashsize)); in linux_env_legacy()
/OK3568_Linux_fs/u-boot/common/
H A Dboard_r.c415 bd->bi_flashsize = flash_size; in initr_flash()