Home
last modified time | relevance | path

Searched refs:bi_flashoffset (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dbdinfo.c112 print_num("flash offset ", (ulong)bd->bi_flashoffset); in print_bi_flash()
117 print_num("flash offset", (ulong)bd->bi_flashoffset); in print_bi_flash()
121 print_num("flashoffset", (ulong)bd->bi_flashoffset); in print_bi_flash()
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Du-boot.h32 unsigned long bi_flashoffset; /* offset to skip UBoot image */ member
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Du-boot.h34 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Du-boot.h32 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dppcboot.h28 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
H A Dppcboot-hotfoot.h40 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/OK3568_Linux_fs/u-boot/common/
H A Dboard_r.c425 bd->bi_flashoffset = CONFIG_SYS_TEXT_BASE + flash_size; in initr_flash()
427 bd->bi_flashoffset = monitor_flash_len; /* reserved area for monitor */ in initr_flash()
/OK3568_Linux_fs/u-boot/board/socrates/
H A Dsocrates.c80 gd->bd->bi_flashoffset = 0; in misc_init_r()