Searched refs:bi_flashoffset (Results 1 – 7 of 7) sorted by relevance
111 print_num("flash offset ", (ulong)bd->bi_flashoffset); in print_bi_flash()116 print_num("flash offset", (ulong)bd->bi_flashoffset); in print_bi_flash()120 print_num("flashoffset", (ulong)bd->bi_flashoffset); in print_bi_flash()
31 unsigned long bi_flashoffset; /* offset to skip UBoot image */ member
32 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
33 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
31 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
377 bd->bi_flashoffset = CONFIG_SYS_TEXT_BASE + flash_size; in initr_flash()379 bd->bi_flashoffset = monitor_flash_len; /* reserved area for monitor */ in initr_flash()
79 gd->bd->bi_flashoffset = 0; in misc_init_r()