Home
last modified time | relevance | path

Searched refs:bi_flashstart (Results 1 – 13 of 13) 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()
86 set_lbc_or(0, gd->bd->bi_flashstart | in misc_init_r()
88 set_lbc_br(0, gd->bd->bi_flashstart | in misc_init_r()
94 flash_get_size(gd->bd->bi_flashstart, CONFIG_SYS_MAX_FLASH_BANKS - 1); in misc_init_r()
108 gd->bd->bi_flashstart, 0xffffffff, in misc_init_r()
231 val[i++] = gd->bd->bi_flashstart; in ft_board_setup()
/OK3568_Linux_fs/u-boot/cmd/
H A Dbdinfo.c110 print_num("flash start ", (ulong)bd->bi_flashstart); in print_bi_flash()
115 print_num("flash start", (ulong)bd->bi_flashstart); in print_bi_flash()
119 print_num("flashstart", (ulong)bd->bi_flashstart); in print_bi_flash()
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Du-boot.h30 unsigned long bi_flashstart; /* start of FLASH memory */ member
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Du-boot.h32 unsigned long bi_flashstart; /* start of FLASH memory */ member
/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.h30 unsigned long bi_flashstart; /* start of FLASH memory */ member
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dppcboot.h26 unsigned long bi_flashstart; /* start of FLASH memory */ member
H A Dppcboot-hotfoot.h38 unsigned long bi_flashstart; /* start of FLASH memory */ member
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dbootm.c199 sprintf(env_buf, "0x%08X", (uint) (gd->bd->bi_flashstart)); in linux_env_legacy()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Drenesas_rpc_hf.c382 gd->bd->bi_flashstart = flash_base; in rpc_hf_probe()
H A Daltera_qspi.c343 gd->bd->bi_flashstart = base; in altera_qspi_probe()
H A Dcfi_flash.c2488 gd->bd->bi_flashstart = flash_info[0].base; in cfi_flash_probe()
/OK3568_Linux_fs/u-boot/common/
H A Dboard_r.c412 bd->bi_flashstart = CONFIG_SYS_FLASH_BASE; in initr_flash()